lib: upgrade prometheus client to 1.12
This commit is contained in:
parent
df0db98bf0
commit
3ed86c3a86
69 changed files with 1328 additions and 515 deletions
7
go.mod
7
go.mod
|
|
@ -17,7 +17,6 @@ require (
|
|||
github.com/BurntSushi/toml v0.4.1
|
||||
github.com/aws/aws-sdk-go v1.42.25
|
||||
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/coreos/go-semver v0.3.0
|
||||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
||||
github.com/deepmap/oapi-codegen v1.8.2
|
||||
|
|
@ -38,9 +37,7 @@ require (
|
|||
github.com/labstack/gommon v0.3.0
|
||||
github.com/openshift-online/ocm-sdk-go v0.1.214
|
||||
github.com/oracle/oci-go-sdk/v54 v54.0.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/common v0.30.0 // indirect
|
||||
github.com/prometheus/procfs v0.7.3 // indirect
|
||||
github.com/prometheus/client_golang v1.12.0
|
||||
github.com/segmentio/ksuid v1.0.4
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/cobra v0.0.3
|
||||
|
|
@ -49,7 +46,7 @@ require (
|
|||
github.com/vmware/govmomi v0.26.1
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
|
||||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
||||
google.golang.org/api v0.63.0
|
||||
google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c
|
||||
google.golang.org/protobuf v1.27.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue