Switch to Go modules, update dependencies

This commit is contained in:
2020-07-10 22:09:56 -07:00
parent 0ade0b9817
commit a801484c28
254 changed files with 21390 additions and 88916 deletions

8
vendor/github.com/oschwald/geoip2-golang/go.mod generated vendored Normal file
View File

@@ -0,0 +1,8 @@
module github.com/oschwald/geoip2-golang
go 1.9
require (
github.com/oschwald/maxminddb-golang v1.6.0
github.com/stretchr/testify v1.4.0
)