summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorrare-magma <nun0@posteo.co>2022-06-06 21:18:59 +0200
committerrare-magma <nun0@posteo.co>2022-06-06 21:18:59 +0200
commitb89c1dd748b8ee0913f99cdb16079e0515ae7aba (patch)
tree7747998fed66ed737c5255535dd3c23a1346450c /go.mod
parentb0fd8ac8cd8ba8f6351fd1ef798ebb9db80fc42a (diff)
add disk temperatures via smart.go / ghw
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 2084381..8cc989a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,26 +1,24 @@
module github.com/xxxserxxx/gotop/v4
require (
- github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/VictoriaMetrics/metrics v1.11.2
github.com/VividCortex/ewma v1.1.1
+ github.com/anatol/smart.go v0.0.0-20220404164659-a19872369963 // indirect
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/distatus/battery v0.10.0
github.com/droundy/goopt v0.0.0-20220217183150-48d6390ad4d1
github.com/gizak/termui/v3 v3.1.0
- github.com/go-ole/go-ole v1.2.4 // indirect
+ github.com/jaypipes/ghw v0.9.0 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/shirou/gopsutil v3.20.12+incompatible
- github.com/stretchr/testify v1.4.0
+ github.com/stretchr/testify v1.7.1
github.com/xxxserxxx/lingo/v2 v2.0.1
- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
- howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)
go 1.16