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

Commit

Permalink
Update Go modules (#230)
Browse files Browse the repository at this point in the history
* Update Go modules

* Update to latest upstream modules.
* Switch from go-kit/kit/log to go-kit/log.

Signed-off-by: SuperQ <[email protected]>

* Fix up deprecatesd NewProcessCollector use.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored Nov 24, 2021
1 parent 5ffa62f commit 7d75605
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 251 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/prometheus/haproxy_exporter
go 1.14

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

0 comments on commit 7d75605

Please sign in to comment.