Bump geoip2

This commit is contained in:
Martin Polden
2019-12-25 21:23:46 +01:00
parent 78116f69ad
commit e67f493f51
2 changed files with 16 additions and 16 deletions

7
go.mod
View File

@ -5,11 +5,6 @@ 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
github.com/oschwald/geoip2-golang v1.4.0
)