Codebase list golang-github-oschwald-geoip2-golang / 09819d49-8df7-4e01-bd0b-dde466e1ed2b/main go.mod
09819d49-8df7-4e01-bd0b-dde466e1ed2b/main

Tree @09819d49-8df7-4e01-bd0b-dde466e1ed2b/main (Download .tar.gz)

go.mod @09819d49-8df7-4e01-bd0b-dde466e1ed2b/mainraw · 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.6.0
	github.com/stretchr/testify v1.4.0
)