Update module golang.org/x/text to v0.23.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a0b27f10be
commit
27c0d59e6a
2 changed files with 5 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue