Codebase list golang-github-oschwald-geoip2-golang / upstream/1.5.0 go.mod
upstream/1.5.0

Tree @upstream/1.5.0 (Download .tar.gz)

go.mod @upstream/1.5.0raw · 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
)