12 lines
318 B
Modula-2
12 lines
318 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/fsnotify/fsnotify v1.4.9
|
|
)
|