9 lines
193 B
Modula-2
9 lines
193 B
Modula-2
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
|
|
)
|