Skip to content

Commit d31089f

Browse files
Merge pull request jenningsloy318#48 from fschlich/master
use exporter-toolkit/web to add TLS and basic auth (fixes: jenningsloy318#47)
2 parents 5eb7c9b + bed4123 commit d31089f

File tree

3 files changed

+351
-16
lines changed

3 files changed

+351
-16
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +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
9-
github.com/prometheus/client_golang v1.1.0
10-
github.com/prometheus/common v0.6.0
7+
github.com/go-kit/log v0.2.0
8+
github.com/prometheus/client_golang v1.7.1
9+
github.com/prometheus/common v0.15.0
10+
github.com/prometheus/exporter-toolkit v0.5.0
1111
github.com/stmcginnis/gofish v0.6.0
1212
gopkg.in/alecthomas/kingpin.v2 v2.2.6
13-
gopkg.in/yaml.v2 v2.2.2
13+
gopkg.in/yaml.v2 v2.4.0
1414
)

0 commit comments

Comments
 (0)