gpx-utils/go.mod

17 lines
583 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 (
2021-04-10 14:01:23 +01:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2020-04-15 09:46:58 +01:00
github.com/dhconnelly/rtreego v1.0.0
github.com/fofanov/go-osgb v0.0.0-20170711141822-6893d1f95cd9
2021-04-10 14:01:23 +01:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twpayne/go-geom v1.3.6 // indirect
github.com/twpayne/go-gpx v1.2.0
2021-04-10 14:01:23 +01:00
github.com/urfave/cli/v2 v2.3.0
github.com/wlbr/mule v0.0.0-20200517121540-6f9faa2e2d0b // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
2020-04-15 09:46:58 +01:00
)