Skip to content

Commit bed4123

Browse files
committed
go mod tidy again
1 parent 709c7f8 commit bed4123

File tree

2 files changed

+343
-14
lines changed

2 files changed

+343
-14
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ module github.com/jenningsloy318/redfish_exporter
33
go 1.12
44

55
require (
6-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
7-
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
86
github.com/apex/log v1.9.0
97
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
1310
github.com/prometheus/exporter-toolkit v0.5.0
11+
github.com/stmcginnis/gofish v0.6.0
1412
gopkg.in/alecthomas/kingpin.v2 v2.2.6
15-
gopkg.in/yaml.v2 v2.2.2
13+
gopkg.in/yaml.v2 v2.4.0
1614
)

0 commit comments

Comments
 (0)