Codebase list golang-github-oschwald-geoip2-golang / d5ac3d0d-9086-4e93-8bfd-f706c72a4c26/upstream go.mod
d5ac3d0d-9086-4e93-8bfd-f706c72a4c26/upstream

Tree @d5ac3d0d-9086-4e93-8bfd-f706c72a4c26/upstream (Download .tar.gz)

go.mod @d5ac3d0d-9086-4e93-8bfd-f706c72a4c26/upstreamraw · history · blame

1
2
3
4
5
6
7
8
module github.com/oschwald/geoip2-golang

go 1.9

require (
	github.com/oschwald/maxminddb-golang v1.8.0
	github.com/stretchr/testify v1.7.0
)