Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 7d75605

Browse files
authored
Update Go modules (#230)
* Update Go modules * Update to latest upstream modules. * Switch from go-kit/kit/log to go-kit/log. Signed-off-by: SuperQ <superq@gmail.com> * Fix up deprecatesd NewProcessCollector use. Signed-off-by: SuperQ <superq@gmail.com>
1 parent 5ffa62f commit 7d75605

File tree

4 files changed

+287
-251
lines changed

4 files changed

+287
-251
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ module github.com/prometheus/haproxy_exporter
33
go 1.14
44

55
require (
6-
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
7-
github.com/go-kit/kit v0.10.0
8-
github.com/prometheus/client_golang v1.9.0
9-
github.com/prometheus/common v0.18.0
10-
github.com/prometheus/exporter-toolkit v0.5.1
6+
github.com/go-kit/log v0.2.0
7+
github.com/prometheus/client_golang v1.11.0
8+
github.com/prometheus/common v0.32.1
9+
github.com/prometheus/exporter-toolkit v0.7.0
1110
// Pin to new version to fix windows/arm64 build.
1211
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
13-
google.golang.org/protobuf v1.25.0 // indirect
1412
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1513
)

0 commit comments

Comments
 (0)