smartctl_exporter/go.mod

10 lines
166 B
Modula-2
Raw Normal View History

2020-07-26 20:08:03 +02:00
module github.com/tavyc/smartctl_exporter
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
)