2020-08-27 13:54:17 +00:00
|
|
|
module git.kemonine.info/PiFrame
|
2020-08-25 22:55:05 +00:00
|
|
|
|
|
|
|
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
|
2020-08-26 05:28:29 +00:00
|
|
|
github.com/dietsche/rfsnotify v0.0.0-20200716145600-b37be6e4177f
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
2020-08-28 19:19:36 +00:00
|
|
|
github.com/gdamore/tcell v1.4.0
|
|
|
|
github.com/rivo/tview v0.0.0-20200818120338-53d50e499bf9
|
2020-08-26 05:28:29 +00:00
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
2020-08-25 22:55:05 +00:00
|
|
|
)
|