summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-28 13:37:44 -0500
committerSean E. Russell <ser@ser1.net>2020-05-28 13:37:44 -0500
commitd1cabfdc6f595248633fa4fa504aedf4e296a6ef (patch)
treecdfc4fb689e27a9a4b917e8c1a9a33b9ac753a69 /go.mod
parentd7773a87b86a75c2bc6fa9912d376bc89ce4fa34 (diff)
Fixes #95 Update termui and pin termbox-go to newer version. This commit is broken because of the merge from master.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1763e3d..07b0ad1 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/VictoriaMetrics/metrics v1.11.2
github.com/distatus/battery v0.9.0
- 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/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
@@ -14,6 +14,7 @@ require (
github.com/xxxserxxx/opflag v1.0.5
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
+ github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
)
go 1.14