mirror of
https://github.com/mpolden/echoip.git
synced 2024-11-10 07:27:22 +01:00
14 lines
445 B
Modula-2
14 lines
445 B
Modula-2
// +heroku install ./...
|
|
// +heroku goVersion go1.12
|
|
module github.com/mpolden/echoip
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/oschwald/geoip2-golang v1.2.1
|
|
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
|
|
)
|