gpx-utils/go.mod

11 lines
262 B
Modula-2
Raw Normal View History

2020-04-15 09:46:58 +01:00
module github.com/ray1729/gpx-utils
go 1.13
require (
github.com/dhconnelly/rtreego v1.0.0
github.com/fofanov/go-osgb v0.0.0-20170711141822-6893d1f95cd9
github.com/twpayne/go-gpx v1.1.1
github.com/wlbr/mule v0.0.0-20200329114911-0724e1639b62 // indirect
2020-04-15 09:46:58 +01:00
)