go.mod 489 B

123456789101112131415
  1. module git.scraperwall.com/scw/data
  2. go 1.12
  3. require (
  4. git.scraperwall.com/scw/geoip v1.0.2
  5. git.scraperwall.com/scw/grs v0.0.0-20170601133330-3236d4163146
  6. github.com/golang/protobuf v1.3.2
  7. github.com/google/btree v1.0.0
  8. github.com/oschwald/geoip2-golang v1.3.0 // indirect
  9. github.com/oschwald/maxminddb-golang v1.5.0 // indirect
  10. github.com/scraperwall/asndb v1.2.0
  11. golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect
  12. gopkg.in/jmcvetta/napping.v3 v3.2.0 // indirect
  13. )