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

module go-dht
go 1.12
require (
github.com/fatih/color v1.7.0
github.com/kvartalo/relay v0.0.2
github.com/prometheus/common v0.4.0
github.com/sirupsen/logrus v1.4.1
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.2
)