go.mod 156 B

12345678
  1. module github.com/scraperwall/asndb/v2
  2. go 1.15
  3. require (
  4. git.scraperwall.com/scw/ip v0.0.0-20181127150108-80dbbe18947e
  5. github.com/google/btree v1.0.0
  6. )