piframe-go/go.mod

14 lines
437 B
Modula-2

module kemonine.info/PiFrame
go 1.15
require (
github.com/d2r2/go-bh1750 v0.0.0-20181222061755-1195122364ab
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dietsche/rfsnotify v0.0.0-20200716145600-b37be6e4177f
github.com/fsnotify/fsnotify v1.4.9 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)