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

This commit is contained in:
Julien Dessaux 2025-07-14 22:10:58 +02:00
parent 4c4f5e4322
commit 47ea36a86c
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.4 - 2025-07-14
### Changed
- Updated dependencies.
## 1.0.3 - 2025-06-06
### Changed

4
go.mod
View file

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

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=