Tidy up modules

This commit is contained in:
Martin Polden
2018-09-11 22:06:32 +02:00
parent 8433521b3b
commit 3901eb7b16
2 changed files with 11 additions and 3 deletions

7
go.mod
View File

@ -3,8 +3,11 @@
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
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5
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
)