Upgrade dependencies, prepare to use geoipupdate to update data
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-02 22:39:15 -07:00
parent 8f9d9ad6fe
commit e16ea1d5a9
355 changed files with 36 additions and 176943 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module go.ntppool.org/geoipapi
go 1.15
require (
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.7.0 // indirect
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
github.com/oschwald/geoip2-golang v1.7.0
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)