From a1bd0cc9eeec86dac382c4b027fc738b96bfa2fe Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 28 May 2020 17:51:34 -0500 Subject: Fixes #95. When termui updates to the termbox-go with the FreeBSD fix, this can be reverted. Update changelog --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 -- cgit v1.2.3 From dcfa280166ff73690484de60e48e389eb4488f39 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Fri, 29 May 2020 20:38:27 -0500 Subject: Work-around for https://github.com/shirou/gopsutil/issues/853, FreeBSD build failures. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index cb5cb3c..0dd1170 100644 --- a/go.mod +++ b/go.mod @@ -7,13 +7,13 @@ require ( github.com/gizak/termui/v3 v3.0.0 github.com/go-ole/go-ole v1.2.4 // indirect github.com/mattn/go-runewidth v0.0.4 + github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 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 - golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect + golang.org/x/sys v0.0.0-20200316230553-a7d97aace0b0 // indirect howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect ) -- cgit v1.2.3 From e72e7be141846948d02da4ec58fe6f1166030e26 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 30 May 2020 17:23:03 -0500 Subject: Bring 3.5.3 change log forward; pin golang.org/x/sys version Changelog and Readme updates --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0dd1170..b98bdf5 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/stretchr/testify v1.4.0 github.com/xxxserxxx/iSMC v1.0.1 github.com/xxxserxxx/opflag v1.0.5 - golang.org/x/sys v0.0.0-20200316230553-a7d97aace0b0 // indirect + golang.org/x/sys v0.0.0-20200316230553-a7d97aace0b0 howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect ) -- cgit v1.2.3