summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-18 12:18:34 -0600
committerSean E. Russell <ser@ser1.net>2020-02-18 12:18:34 -0600
commita197638e1f1292f3f01b17a0f4419d0180810927 (patch)
tree115d5d4b17c87ae6319cc3c9ac6be8e9efe43130 /go.mod
parent6c9e51470e6fef4282d22f419ac2deaf8435195d (diff)
Fixes a layout bug; rolls back gopsutil dep update
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 8 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index bbe879c..6058002 100644
--- a/go.mod
+++ b/go.mod
@@ -1,21 +1,18 @@
module github.com/xxxserxxx/gotop
require (
- github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
- github.com/cjbassi/drawille-go v0.1.0 // indirect
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/distatus/battery v0.10.0
+ github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
+ github.com/distatus/battery v0.9.0
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
- github.com/gizak/termui/v3 v3.1.0
- github.com/go-ole/go-ole v1.2.4 // indirect
- github.com/mattn/go-runewidth v0.0.8
+ github.com/gizak/termui/v3 v3.0.0
+ github.com/go-ole/go-ole v1.2.1 // indirect
+ github.com/mattn/go-runewidth v0.0.4
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
- github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
- github.com/shirou/gopsutil v2.20.1+incompatible
+ github.com/prometheus/client_golang v1.4.1
+ github.com/shirou/gopsutil v2.18.11+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.4.0
- golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
- golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
+ howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
go 1.13