Bump github.com/oschwald/geoip2-golang

This commit is contained in:
Martin Polden
2018-08-27 21:36:02 +02:00
parent ac4a9de770
commit a6b0a95581
2 changed files with 6 additions and 1 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ 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/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.2.1
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5
)