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 23:41:53 +00:00
|
|
|
git.sungo.io/sungo/argon v0.0.0-20200904233623-18a98e1a4706
|
2020-08-26 05:28:29 +00:00
|
|
|
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
|
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-21 00:00:07 +00:00
|
|
|
github.com/knadh/koanf v0.13.0
|
|
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
|
|
github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6
|
2020-09-03 03:50:36 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-09-21 00:00:07 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-08-26 05:28:29 +00:00
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
2020-08-25 22:55:05 +00:00
|
|
|
)
|