echoip/go.mod

14 lines
445 B
Modula-2
Raw Normal View History

2018-08-27 20:45:51 +02:00
// +heroku install ./...
2019-03-16 12:31:46 +01:00
// +heroku goVersion go1.12
2018-08-27 20:45:51 +02:00
module github.com/mpolden/echoip
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
)