2019-06-15 13:58:41 +00:00
|
|
|
module github.com/go-flucky/flucky
|
2019-02-28 21:34:47 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-15 13:58:41 +00:00
|
|
|
github.com/go-flucky/go-dht v0.1.1
|
2019-02-28 21:34:47 +00:00
|
|
|
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
|
2019-06-16 11:00:50 +00:00
|
|
|
github.com/stianeikeland/go-rpio v4.2.0+incompatible
|
2019-02-28 21:34:47 +00:00
|
|
|
github.com/yryz/ds18b20 v0.0.0-20180211073435-3cf383a40624
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|