echoip/go.mod

16 lines
454 B
Modula-2
Raw Normal View History

2018-08-27 20:45:51 +02:00
// +heroku install ./...
2019-10-18 18:09:25 +02:00
// +heroku goVersion go1.13
2018-08-27 20:45:51 +02:00
module github.com/mpolden/echoip
2019-10-18 18:09:25 +02:00
go 1.13
2018-08-27 20:45:51 +02:00
require (
2018-09-11 22:06:32 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
2018-08-27 20:45:51 +02:00
github.com/jessevdk/go-flags v1.4.0
2018-08-27 21:36:02 +02:00
github.com/oschwald/geoip2-golang v1.2.1
2018-09-11 22:06:32 +02:00
github.com/oschwald/maxminddb-golang v1.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 // indirect
2018-08-27 20:45:51 +02:00
)