You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

4 years ago
4 years ago
4 years ago
  1. module github.com/arnaucube/slowlorisdb
  2. go 1.12
  3. require (
  4. github.com/allegro/bigcache v1.2.0 // indirect
  5. github.com/aristanetworks/goarista v0.0.0-20190429220743-799535f6f364 // indirect
  6. github.com/deckarep/golang-set v1.7.1 // indirect
  7. github.com/ethereum/go-ethereum v1.8.27
  8. github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
  9. github.com/go-stack/stack v1.8.0 // indirect
  10. github.com/karalabe/hid v0.0.0-20181128192157-d815e0c1a2e2 // indirect
  11. github.com/libp2p/go-libp2p v0.0.10
  12. github.com/libp2p/go-libp2p-crypto v0.0.1
  13. github.com/libp2p/go-libp2p-discovery v0.0.1
  14. github.com/libp2p/go-libp2p-kad-dht v0.0.7
  15. github.com/libp2p/go-libp2p-net v0.0.2
  16. github.com/libp2p/go-libp2p-peerstore v0.0.1
  17. github.com/libp2p/go-libp2p-protocol v0.0.1
  18. github.com/multiformats/go-multiaddr v0.0.2
  19. github.com/pborman/uuid v1.2.0 // indirect
  20. github.com/rjeczalik/notify v0.9.2 // indirect
  21. github.com/rs/cors v1.6.0 // indirect
  22. github.com/sirupsen/logrus v1.4.1
  23. github.com/spf13/viper v1.3.2
  24. github.com/stretchr/testify v1.3.0
  25. github.com/syndtr/goleveldb v1.0.0
  26. github.com/urfave/cli v1.20.0
  27. gopkg.in/urfave/cli.v1 v1.20.0 // indirect
  28. )