From 0406a680e0e69d20d0cf17e37059bb69e57cb901 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 13 May 2020 10:29:33 -0500 Subject: Revert "gopsutil 2.20 doesn't compile on FreeBSD; rolling back." This wasn't gopsutil's issue; it was a change in x/sys/util that broke the API. This reverts commit 2401d63362709091e616c95418c62ab19be19783. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdda298..1763e3d 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.18.11+incompatible + github.com/shirou/gopsutil v2.20.3+incompatible github.com/stretchr/testify v1.4.0 github.com/xxxserxxx/iSMC v1.0.1 github.com/xxxserxxx/opflag v1.0.5 -- cgit v1.2.3