Use Go modules

This commit is contained in:
Martin Polden
2018-08-27 20:45:51 +02:00
parent 988f3fd19a
commit fefe371369
6 changed files with 22 additions and 47 deletions

10
go.mod Normal file
View File

@ -0,0 +1,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
)