mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
Use Go modules
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user