Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/prometheus/client_golang to v1.19.1 #23

Open
wants to merge 1 commit into
base: main
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 5 additions & 7 deletions go.mod
Expand Up @@ -7,21 +7,19 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/bwmarrin/snowflake v0.3.0
github.com/envoyproxy/go-control-plane v0.9.9
github.com/golang/protobuf v1.5.0
github.com/envoyproxy/go-control-plane v0.11.0
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.19.1
github.com/rancher/wrangler v0.8.7
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.33.0
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.5
Expand Down