Compare commits

..

1 commit
1.0.2 ... main

Author SHA1 Message Date
4c4f5e4322
chore(deps): update dependencies
All checks were successful
main / test (push) Successful in 27s
main / main (push) Successful in 18s
2025-06-06 09:46:01 +02:00
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. 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 ## 1.0.2 - 2025-05-11
### Changed ### Changed

4
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/ods 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.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA= golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=