summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-13 10:22:48 -0500
committerSean E. Russell <ser@ser1.net>2020-05-13 10:22:48 -0500
commit2401d63362709091e616c95418c62ab19be19783 (patch)
tree25a6a1df2c5a538e18e05e9f1d11b7f1f96f6d83
parentf5fc8b18547bcd71e60190a9c408d482c33bcb00 (diff)
gopsutil 2.20 doesn't compile on FreeBSD; rolling back.
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1763e3d..fdda298 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
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
- github.com/shirou/gopsutil v2.20.3+incompatible
+ github.com/shirou/gopsutil v2.18.11+incompatible
github.com/stretchr/testify v1.4.0
github.com/xxxserxxx/iSMC v1.0.1
github.com/xxxserxxx/opflag v1.0.5