mod: Bump github.com/oschwald/geoip2-golang

Fixes #120
This commit is contained in:
Martin Polden
2021-02-24 20:56:36 +01:00
parent 4024add6e1
commit 92a434d7ea
2 changed files with 15 additions and 9 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/mpolden/echoip
go 1.13
require github.com/oschwald/geoip2-golang v1.4.0
require (
github.com/oschwald/geoip2-golang v1.5.0
golang.org/x/sys v0.0.0-20210223212115-eede4237b368 // indirect
)