smartctl_exporter/go.mod

10 lines
169 B
Modula-2
Raw Normal View History

2020-11-14 15:57:43 +01:00
module github.com/Sheridan/smartctl_exporter
2020-07-26 20:08:03 +02:00
go 1.14
require (
github.com/prometheus/client_golang v1.7.1
github.com/tidwall/gjson v1.6.0
gopkg.in/yaml.v2 v2.3.0
)