Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod - github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: d6ab659f5ae3835877afcb10c39fd46ed104cbf0 (plain)
1
2
3
4
5
6
7
8
9
10
// +heroku install ./...
// +heroku goVersion go1.11
module github.com/mpolden/echoip

require (
	github.com/jessevdk/go-flags v1.4.0
	github.com/oschwald/geoip2-golang v1.1.0
	github.com/oschwald/maxminddb-golang v1.2.1
	golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5
)