piframe-go/go.mod

22 lines
881 B
Modula-2
Raw Normal View History

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 (
2020-09-04 18:56:41 +00:00
git.sungo.io/sungo/argon v0.0.0-20200829034015-23dc0c16f626
2020-08-29 23:11:30 +00:00
github.com/d2r2/go-bh1750 v0.0.0-20181222061755-1195122364ab // indirect
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc // indirect
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e // indirect
2020-08-25 22:55:05 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dietsche/rfsnotify v0.0.0-20200716145600-b37be6e4177f
2020-08-29 23:11:30 +00:00
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
github.com/fsnotify/fsnotify v1.4.9 // indirect
2020-08-28 19:19:36 +00:00
github.com/gdamore/tcell v1.4.0
2020-08-30 23:46:07 +00:00
github.com/guillermo/go.procmeminfo v0.0.0-20131127224636-be4355a9fb0e
2020-09-03 03:46:55 +00:00
github.com/knadh/koanf v0.12.0
2020-08-30 23:46:07 +00:00
github.com/mackerelio/go-osstat v0.1.0 // indirect
2020-08-28 19:19:36 +00:00
github.com/rivo/tview v0.0.0-20200818120338-53d50e499bf9
2020-09-03 03:50:36 +00:00
github.com/spf13/pflag v1.0.5
gopkg.in/fsnotify.v1 v1.4.7 // indirect
2020-08-25 22:55:05 +00:00
)