2020-06-10 19:13:05 +00:00
|
|
|
module git.cryptic.systems/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 (
|
2021-01-30 14:44:21 +00:00
|
|
|
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
|
2020-06-21 16:42:33 +00:00
|
|
|
git.cryptic.systems/volker.raschek/go-dht v0.1.2
|
2020-06-10 19:13:05 +00:00
|
|
|
git.cryptic.systems/volker.raschek/go-logger v0.1.0
|
2020-05-17 11:00:51 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2021-01-30 14:44:21 +00:00
|
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
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
|
2021-01-30 14:44:21 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.14.1
|
|
|
|
github.com/lib/pq v1.9.0
|
2020-06-01 20:36:57 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2019-02-28 21:34:47 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2021-01-30 14:44:21 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/ugorji/go v1.1.4 // indirect
|
|
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
|
2019-02-28 21:34:47 +00:00
|
|
|
)
|