summaryrefslogtreecommitdiffstats
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:12:08 -0500
commit66bc1919ea4fccd1c7a58808a2294b200d3439e6 (patch)
tree4f8fb138ed6b89ced2cc12c998d3983be27b7fe3
parent0a7c4d82e4cbf05ee28549e7e6ef19aa4f262325 (diff)
Fixes #95. When termui updates to the termbox-go with the FreeBSD fix, this can be reverted.
-rw-r--r--go.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 38e1380..c48467f 100644
--- a/go.mod
+++ b/go.mod
@@ -7,10 +7,9 @@ require (
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
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
- github.com/prometheus/client_golang v1.4.1
- github.com/shirou/gopsutil v2.18.11+incompatible
- github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
+ 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
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)