17 lines
489 B
Modula-2
17 lines
489 B
Modula-2
module github.com/volker-raschek/flucky
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
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
|
|
github.com/go-flucky/go-dht v0.1.1
|
|
github.com/lib/pq v1.4.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/volker-raschek/go-logger v0.1.0
|
|
)
|