2020-01-19 12:30:47 +00:00
|
|
|
module github.com/volker-raschek/flucky
|
2019-02-28 21:34:47 +00:00
|
|
|
|
2020-06-01 20:36:57 +00:00
|
|
|
go 1.14
|
2019-02-28 21:34:47 +00:00
|
|
|
|
|
|
|
require (
|
2020-05-17 11:00:51 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2019-06-30 12:34:13 +00:00
|
|
|
github.com/d2r2/go-bsbmp v0.0.0-20190515110334-3b4b3aea8375
|
2020-05-17 11:00:51 +00:00
|
|
|
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc
|
2019-06-30 12:34:13 +00:00
|
|
|
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
|
2020-05-31 22:52:54 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v1.13.1
|
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
|
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
|
2020-06-01 20:36:57 +00:00
|
|
|
github.com/lib/pq v1.6.0
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-05-31 22:52:54 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2019-02-28 21:34:47 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-05-17 11:00:51 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-06-01 20:36:57 +00:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2020-05-17 11:00:51 +00:00
|
|
|
github.com/volker-raschek/go-logger v0.1.0
|
2019-02-28 21:34:47 +00:00
|
|
|
)
|