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

This commit is contained in:
Julien Dessaux 2025-05-11 09:50:28 +02:00
parent 425cc54356
commit 731b70f9e6
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 12 additions and 6 deletions

View file

@ -2,11 +2,17 @@
All notable changes to this project will be documented in this file.
## 1.0.1 - 2024-04-07
## 1.0.2 - 2025-05-11
### Changed
- Upgrade dependencies.
- Updated dependencies.
## 1.0.1 - 2025-04-07
### Changed
- Updated dependencies.
## 1.0.0 - 2025-03-15

4
go.mod
View file

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

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=