PKGBUILD/go.mod

20 lines
676 B
Modula-2
Raw Normal View History

2020-06-10 19:13:05 +00:00
module git.cryptic.systems/volker.raschek/flucky
go 1.14
require (
git.cryptic.systems/volker.raschek/dockerutils v0.1.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
github.com/Masterminds/semver v1.5.0
2020-06-21 16:42:33 +00:00
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/d2r2/go-bsbmp v0.0.0-20190515110334-3b4b3aea8375
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
2020-11-06 22:08:54 +00:00
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.0.0
2020-06-10 19:13:05 +00:00
github.com/stretchr/testify v1.6.1
)