summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-06 17:05:58 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-06 17:05:58 -0800
commit488fe860d0ad8b93c8885a5b602836acacb3ecc4 (patch)
tree3565793fdcdf62c4a104f0dd4d29b8adf368d8c4 /go.mod
parentd8434b87c89534c966d4ef8f9c3ff2360ab3bfb6 (diff)
Fix termui branch name
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4366d90..8a151b8 100644
--- a/go.mod
+++ b/go.mod
@@ -7,11 +7,16 @@ require (
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/gizak/termui v0.0.0-20190106180445-e0cfd08b56af
github.com/go-ole/go-ole v1.2.1 // indirect
+ github.com/maruel/panicparse v1.1.1 // indirect
+ github.com/mattn/go-runewidth v0.0.4 // indirect
+ github.com/mitchellh/go-wordwrap v1.0.0 // indirect
+ github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61 // 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/net v0.0.0-20180801234040-f4c29de78a2a // indirect
golang.org/x/sys v0.0.0-20180406135729-3b87a42e500a // indirect
)