gpx-utils/go.mod

14 lines
461 B
Modula-2

module github.com/ray1729/gpx-utils
go 1.13
require (
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/dhconnelly/rtreego v1.0.0
github.com/fofanov/go-osgb v0.0.0-20170711141822-6893d1f95cd9
github.com/twpayne/go-geom v1.3.6 // indirect
github.com/twpayne/go-gpx v1.2.0
github.com/wlbr/mule v0.0.0-20200329114911-0724e1639b62 // indirect
golang.org/x/net v0.0.0-20201201195509-5d6afe98e0b7 // indirect
golang.org/x/text v0.3.4 // indirect
)