mirror of https://github.com/mpolden/echoip
16 lines
454 B
Modula-2
16 lines
454 B
Modula-2
// +heroku install ./...
|
|
// +heroku goVersion go1.13
|
|
module github.com/mpolden/echoip
|
|
|
|
go 1.13
|
|
|
|
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
|
|
)
|