File tree Expand file tree Collapse file tree 2 files changed +343
-14
lines changed Expand file tree Collapse file tree 2 files changed +343
-14
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ module github.com/jenningsloy318/redfish_exporter
3
3
go 1.12
4
4
5
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
6
github.com/apex/log v1.9.0
9
7
github.com/go-kit/log v0.2.0
10
- github.com/prometheus/client_golang v1.1.0
11
- github.com/prometheus/common v0.6.0
12
- github.com/stmcginnis/gofish v0.6.0
8
+ github.com/prometheus/client_golang v1.7.1
9
+ github.com/prometheus/common v0.15.0
13
10
github.com/prometheus/exporter-toolkit v0.5.0
11
+ github.com/stmcginnis/gofish v0.6.0
14
12
gopkg.in/alecthomas/kingpin.v2 v2.2.6
15
- gopkg.in/yaml.v2 v2.2.2
13
+ gopkg.in/yaml.v2 v2.4.0
16
14
)
You can’t perform that action at this time.
0 commit comments