go.mod 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. module git.scraperwall.com/scw/munchclient
  2. go 1.12
  3. require (
  4. git.scraperwall.com/scw/ajp13 v0.0.0-20171106085938-4990ad476f28
  5. git.scraperwall.com/scw/data v0.0.0-20180511082704-c25adfdbe44c
  6. git.scraperwall.com/scw/geoip v1.0.2 // indirect
  7. git.scraperwall.com/scw/grs v0.0.0-20170601133330-3236d4163146 // indirect
  8. git.scraperwall.com/scw/ip v0.0.0-20181127150108-80dbbe18947e
  9. github.com/BurntSushi/toml v0.3.1
  10. github.com/Songmu/axslogparser v1.1.0
  11. github.com/Songmu/go-ltsv v0.0.0-20181014062614-c30af2b7b171 // indirect
  12. github.com/fsnotify/fsnotify v1.4.7 // indirect
  13. github.com/google/btree v1.0.0 // indirect
  14. github.com/google/gopacket v1.1.16
  15. github.com/hpcloud/tail v1.0.0
  16. github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
  17. github.com/kr/pretty v0.1.0
  18. github.com/mdlayher/raw v0.0.0-20190329140802-b0647ab7d8b3 // indirect
  19. github.com/nats-io/gnatsd v1.4.1 // indirect
  20. github.com/nats-io/go-nats v1.7.2 // indirect
  21. github.com/nats-io/nats v1.7.2
  22. github.com/nats-io/nkeys v0.0.2 // indirect
  23. github.com/nats-io/nuid v1.0.1 // indirect
  24. github.com/oschwald/geoip2-golang v1.2.1 // indirect
  25. github.com/oschwald/maxminddb-golang v1.3.0 // indirect
  26. github.com/pkg/errors v0.8.1 // indirect
  27. github.com/satyrius/gonx v1.3.0
  28. github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
  29. github.com/stretchr/testify v1.3.0 // indirect
  30. google.golang.org/grpc v1.20.0 // indirect
  31. gopkg.in/fsnotify.v1 v1.4.7 // indirect
  32. gopkg.in/jmcvetta/napping.v3 v3.2.0 // indirect
  33. gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
  34. )