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

Bump github.com/prometheus/client_golang from 1.2.1 to 1.11.1 #5338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ require (
github.com/Nerzal/gocloak/v3 v3.7.0
github.com/alexedwards/scs/v2 v2.2.0
github.com/coreos/prometheus-operator v0.34.0
github.com/fabric8io/kubernetes-client v4.9.0+incompatible
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-logr/logr v0.1.0
github.com/google/uuid v1.1.1
Expand All @@ -50,17 +49,16 @@ require (
github.com/openshift/client-go v0.0.0-20190923180330-3b6373338c9b
github.com/operator-framework/operator-sdk v0.15.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/prometheus v2.15.2+incompatible
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/vektah/gqlparser/v2 v2.0.1
go.uber.org/multierr v1.1.0
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.4
golang.org/x/net v0.0.0-20200625001655-4c5254603344
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.17.1
k8s.io/apimachinery v0.17.1
k8s.io/client-go v12.0.0+incompatible
Expand All @@ -69,5 +67,4 @@ require (
k8s.io/kube-aggregator v0.0.0
pack.ag/amqp v0.12.6
sigs.k8s.io/controller-runtime v0.4.0
software.sslmate.com/src/go-pkcs12 v0.0.0-20200408181440-2981468c0ff3
)
99 changes: 59 additions & 40 deletions go.sum

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion vendor/github.com/alecthomas/units/bytes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/alecthomas/units/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/github.com/alecthomas/units/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 27 additions & 3 deletions vendor/github.com/alecthomas/units/si.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cespare/xxhash/v2/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading