Implement geoip related functionality in gooni

This commit is contained in:
Arturo Filastò 2018-03-22 18:28:38 +01:00
commit 6ba779b156
3 changed files with 233 additions and 2 deletions

View file

@ -61,3 +61,7 @@ required = ["github.com/shuLhan/go-bindata/go-bindata"]
[[constraint]]
name = "github.com/shuLhan/go-bindata"
version = "3.3.0"
[[constraint]]
name = "github.com/oschwald/geoip2-golang"
version = "1.2.1"