2020-01-19 12:30:47 +00:00
|
|
|
module github.com/volker-raschek/flucky
|
2019-02-28 21:34:47 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-09-01 10:27:06 +00:00
|
|
|
github.com/Masterminds/semver v1.4.2
|
2019-06-30 12:34:13 +00:00
|
|
|
github.com/d2r2/go-bsbmp v0.0.0-20190515110334-3b4b3aea8375
|
|
|
|
github.com/d2r2/go-i2c v0.0.0-20181113114621-14f8dd4e89ce
|
|
|
|
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
|
2020-01-19 12:30:47 +00:00
|
|
|
github.com/go-flucky/flucky v0.0.0-20190714170626-0dd156f480be
|
2019-06-15 13:58:41 +00:00
|
|
|
github.com/go-flucky/go-dht v0.1.1
|
2019-08-20 19:37:45 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-02-28 21:34:47 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/spf13/cobra v0.0.3
|
2019-06-16 11:00:50 +00:00
|
|
|
github.com/stianeikeland/go-rpio v4.2.0+incompatible
|
2019-09-24 13:34:14 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
github.com/volker-raschek/go-logger v0.0.0-20190924132822-0c50a64d7f26
|
2019-02-28 21:34:47 +00:00
|
|
|
)
|