Switch to Go modules, update dependencies
This commit is contained in:
8
vendor/github.com/oschwald/maxminddb-golang/go.mod
generated
vendored
Normal file
8
vendor/github.com/oschwald/maxminddb-golang/go.mod
generated
vendored
Normal 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
|
||||
)
|
Reference in New Issue
Block a user