summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2022-09-17 12:52:54 -0700
committerAnatol Pomozov <anatol.pomozov@gmail.com>2022-09-17 12:57:15 -0700
commit93fe0cab2eb61bc165adff07fe1af8ad05af172e (patch)
treedd37be4ec4d5b371c65c29b9826c7b228045d3a1 /go.mod
parent31f071ba7f4960b24d17250b7e4027736a417b87 (diff)
smart.go: switch to simpler ReadGenericAttributes() api
...to get the device temperature. This API abstracts differences between different device interfaces (SATA vs NVMe vs ...)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index dceebbd..940efe4 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/VictoriaMetrics/metrics v1.18.1
github.com/VividCortex/ewma v1.2.0
- github.com/anatol/smart.go v0.0.0-20220615232124-64dea241c3bb
+ github.com/anatol/smart.go v0.0.0-20220917195147-c0b00d90f8cc
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
@@ -18,9 +18,8 @@ require (
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.7.2
+ github.com/stretchr/testify v1.8.0
github.com/xxxserxxx/lingo/v2 v2.0.1
- golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)