summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-17 13:00:52 -0600
committerSean E. Russell <ser@ser1.net>2020-02-17 13:00:52 -0600
commit6c9e51470e6fef4282d22f419ac2deaf8435195d (patch)
tree303889d8b16747a24466eccf3657eb38d0c932a0 /go.mod
parent8e743fc85f8193143e236d542768763c2d77e1ef (diff)
Fixes cross-compiling, adds a new build scriptv3.3.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 7 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 56c0e5d..bbe879c 100644
--- a/go.mod
+++ b/go.mod
@@ -2,18 +2,20 @@ 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.9.0
+ github.com/distatus/battery v0.10.0
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
- github.com/gizak/termui/v3 v3.0.0
+ 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.4
+ github.com/mattn/go-runewidth v0.0.8
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
- github.com/shirou/gopsutil v2.18.11+incompatible
+ github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
+ github.com/shirou/gopsutil v2.20.1+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