We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb7c9b + bed4123 commit d31089fCopy full SHA for d31089f
go.mod
@@ -3,12 +3,12 @@ module github.com/jenningsloy318/redfish_exporter
3
go 1.12
4
5
require (
6
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
7
- github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
8
github.com/apex/log v1.9.0
9
- github.com/prometheus/client_golang v1.1.0
10
- github.com/prometheus/common v0.6.0
+ github.com/go-kit/log v0.2.0
+ github.com/prometheus/client_golang v1.7.1
+ github.com/prometheus/common v0.15.0
+ github.com/prometheus/exporter-toolkit v0.5.0
11
github.com/stmcginnis/gofish v0.6.0
12
gopkg.in/alecthomas/kingpin.v2 v2.2.6
13
- gopkg.in/yaml.v2 v2.2.2
+ gopkg.in/yaml.v2 v2.4.0
14
)
0 commit comments