chore(deps): update dependencies
This commit is contained in:
parent
425cc54356
commit
731b70f9e6
3 changed files with 12 additions and 6 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,11 +2,17 @@
|
||||||
|
|
||||||
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.1 - 2024-04-07
|
## 1.0.2 - 2025-05-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgrade dependencies.
|
- Updated dependencies.
|
||||||
|
|
||||||
|
## 1.0.1 - 2025-04-07
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated dependencies.
|
||||||
|
|
||||||
## 1.0.0 - 2025-03-15
|
## 1.0.0 - 2025-03-15
|
||||||
|
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,5 +1,5 @@
|
||||||
module git.adyxax.org/adyxax/ods
|
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
4
go.sum
|
@ -1,2 +1,2 @@
|
||||||
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
|
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
|
||||||
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
|
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue