summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-28 17:51:34 -0500
committerSean E. Russell <ser@ser1.net>2020-05-28 18:21:03 -0500
commita1bd0cc9eeec86dac382c4b027fc738b96bfa2fe (patch)
treecd2b53ac892b29599eed1abef9a2c8ffd6a1bae9 /go.mod
parent8a4261203136f27c6941f5f2034d8b64f2896723 (diff)
Fixes #95. When termui updates to the termbox-go with the FreeBSD fix, this can be reverted.
Update changelog
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1763e3d..cb5cb3c 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
github.com/mattn/go-runewidth v0.0.4
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/shirou/gopsutil v2.20.3+incompatible
+ github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/stretchr/testify v1.4.0
github.com/xxxserxxx/iSMC v1.0.1
github.com/xxxserxxx/opflag v1.0.5