Update module golang.org/x/text to v0.23.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-03-05 17:46:03 +00:00
commit 27c0d59e6a
2 changed files with 5 additions and 3 deletions

6
go.mod
View file

@ -1,8 +1,8 @@
module git.nemunai.re/nemunaire/idfm-api
go 1.22
go 1.23.0
toolchain go1.23.5
toolchain go1.24.1
require (
github.com/gin-gonic/gin v1.10.0
@ -10,7 +10,7 @@ require (
github.com/paulmach/go.geojson v1.5.0
github.com/pkg/errors v0.9.1
github.com/twpayne/go-geom v1.6.0
golang.org/x/text v0.21.0
golang.org/x/text v0.23.0
)
require (