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/maxminddb-golang/go.mod generated vendored Normal file
View File

@@ -0,0 +1,8 @@
module github.com/oschwald/maxminddb-golang
go 1.9
require (
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76
)