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.

13 lines
271 B

  1. module go-dht
  2. go 1.12
  3. require (
  4. github.com/fatih/color v1.7.0
  5. github.com/kvartalo/relay v0.0.2
  6. github.com/prometheus/common v0.4.0
  7. github.com/sirupsen/logrus v1.4.1
  8. github.com/spf13/viper v1.6.1
  9. github.com/stretchr/testify v1.4.0
  10. github.com/urfave/cli v1.22.2
  11. )