You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
437 B
13 lines
437 B
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 |
|
)
|
|
|