summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <seanerussell@gmail.com>2020-02-12 20:15:49 -0600
committerSean E. Russell <seanerussell@gmail.com>2020-02-12 20:15:49 -0600
commit97203db7d2a81df0047eebfc83aeb526b57842cb (patch)
tree6c24fd68687b0b0d6723a089190221a7c360347c /go.mod
parent5123f9bc0fc4073b8dadd6413806b3ce0447dcfb (diff)
Gets rid of vendor, starts adding dynamic layout.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index a38ec8c..3593ae5 100644
--- a/go.mod
+++ b/go.mod
@@ -2,17 +2,17 @@ module github.com/cjbassi/gotop
require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
- github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distatus/battery v0.9.0
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
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 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // 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
+ github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
+
+go 1.13