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
|
|
)
|