mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
10 lines
166 B
Modula-2
10 lines
166 B
Modula-2
|
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
|
||
|
)
|