16 lines
455 B
Modula-2
16 lines
455 B
Modula-2
module github.com/go-flucky/flucky
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-flucky/go-dht v0.1.1
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stianeikeland/go-rpio v4.2.0+incompatible
|
|
github.com/stretchr/testify v1.3.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|