Update module github.com/twpayne/go-geom to v1.5.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-05-24 08:09:23 +00:00
commit 147a91a626
2 changed files with 6 additions and 2 deletions

6
go.mod
View file

@ -1,13 +1,15 @@
module git.nemunai.re/nemunaire/idfm-api
go 1.18
go 1.21
toolchain go1.22.3
require (
github.com/gin-gonic/gin v1.10.0
github.com/mb0/wkt v0.0.0-20170420051526-a30afd545ee1
github.com/paulmach/go.geojson v1.5.0
github.com/pkg/errors v0.9.1
github.com/twpayne/go-geom v1.5.3
github.com/twpayne/go-geom v1.5.4
golang.org/x/text v0.15.0
)