chore(deps): update dependencies
All checks were successful
main / test (push) Successful in 27s
main / main (push) Successful in 18s

This commit is contained in:
Julien Dessaux 2025-06-06 09:45:12 +02:00
parent 731b70f9e6
commit 4c4f5e4322
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 10 additions and 4 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## 1.0.3 - 2025-06-06
### Changed
- Updated dependencies.
## 1.0.2 - 2025-05-11
### Changed

4
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/ods
go 1.24.3
go 1.24.4
require golang.org/x/text v0.25.0
require golang.org/x/text v0.26.0

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=