Markus Pesch
5220eac16b
changes: - remove remote operations - add function to write measured values into a channel - add get humidity sensors from config - add get temperature sensors from config - remove FileLogger - exclude some functions from pkf into internal
19 lines
681 B
Modula-2
19 lines
681 B
Modula-2
module github.com/volker-raschek/flucky
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/MichaelS11/go-dht v0.0.0-20181004212404-be44b9ee7fec
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/vishvananda/netlink v1.0.0
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
|
|
github.com/volker-raschek/go-dht v0.1.0
|
|
github.com/yryz/ds18b20 v0.0.0-20180211073435-3cf383a40624
|
|
golang.org/x/sys v0.0.0-20190613124609-5ed2794edfdc // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|