summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <seanerussell@gmail.com>2019-01-01 11:04:31 -0600
committerSean E. Russell <seanerussell@gmail.com>2019-01-01 11:04:31 -0600
commit2a6a479d119f41c0ac1a4304755127da3542392e (patch)
treecd6e595614dee70db30c89e0af3cbea692eee27e /go.mod
parent5ee4b4a978f3b27513b680fe3297cb7bea7bcb1e (diff)
parent2934d6fd484b3c58b547a44296f5bf860bc1ded9 (diff)
Merge https://github.com/cjbassi/gotop
Disable all battery code if battery not selected in options. Refactors widgetCount to localize use.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 3 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index e0dace1..4366d90 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,17 @@
module github.com/cjbassi/gotop
require (
- github.com/0xAX/notificator v0.0.0-20181105090803-d81462e38c21 // indirect
github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
- github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd // indirect
- github.com/cjbassi/termui v0.0.0-20181208033036-e8dd23f6146c
+ github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distatus/battery v0.0.0-20170521010419-916919eb43bd
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
+ github.com/gizak/termui v0.0.0-20190101100649-ffdef4cb72e9
github.com/go-ole/go-ole v1.2.1 // indirect
- github.com/mattn/go-runewidth v0.0.2 // indirect
- github.com/nexulh/batmond v0.0.0-20180213215845-395ac7fdba8c // indirect
- github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 // indirect
- github.com/nsf/termbox-go v0.0.0-20180407224525-3e24a7b6661e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/gopsutil v2.18.11+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.2.2 // indirect
- golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6 // indirect
+ golang.org/x/sys v0.0.0-20180406135729-3b87a42e500a // indirect
)