chore(deps): update dependencies

This commit is contained in:
Julien Dessaux 2024-10-15 09:53:45 +02:00
parent cf9f3ea40d
commit cb7b78d661
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 2 deletions

4
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/ods
go 1.23.1
go 1.23.2
require golang.org/x/text v0.18.0
require golang.org/x/text v0.19.0

2
go.sum
View file

@ -1,2 +1,4 @@
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=