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

This commit is contained in:
Renovate Bot 2023-11-14 13:14:34 +00:00
commit a2bc8bd517
2 changed files with 12 additions and 4 deletions

8
go.mod
View file

@ -7,7 +7,7 @@ require (
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.2
github.com/twpayne/go-geom v1.5.3
golang.org/x/text v0.14.0
)
@ -30,9 +30,9 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)