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-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
|
2019-09-04 11:37:50 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v1.13.1 // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
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-09-04 11:37:50 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
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
|
|
|
|
golang.org/x/tools v0.0.0-20190830223141-573d9926052a // indirect
|
2019-02-28 21:34:47 +00:00
|
|
|
)
|