diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 09:02:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 09:02:48 -0400 |
| commit | e4270b8593f30d1c73ccd7d88fd8e1ba522a1588 (patch) | |
| tree | bc70e927f85ca067c7e5ebe817a48fecf75f611c /go.mod | |
| parent | a8b7ad092dad486fe061e0c87023da953223aae7 (diff) | |
chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.19.1 (#780)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cheng Fang <cfang@redhat.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -17,7 +17,7 @@ require ( github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.1.0-rc4 github.com/patrickmn/go-cache v2.1.0+incompatible - github.com/prometheus/client_golang v1.16.0 + github.com/prometheus/client_golang v1.19.1 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 @@ -25,7 +25,7 @@ require ( go.uber.org/ratelimit v0.3.0 golang.org/x/crypto v0.21.0 golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 - golang.org/x/oauth2 v0.11.0 + golang.org/x/oauth2 v0.16.0 golang.org/x/sync v0.3.0 google.golang.org/grpc v1.59.0 gopkg.in/yaml.v2 v2.4.0 @@ -110,7 +110,6 @@ require ( github.com/klauspost/compress v1.16.5 // indirect github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/mitchellh/go-wordwrap v1.0.0 // indirect github.com/moby/spdystream v0.2.0 // indirect github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect @@ -122,9 +121,9 @@ require ( github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/prometheus/client_model v0.3.0 // indirect - github.com/prometheus/common v0.42.0 // indirect - github.com/prometheus/procfs v0.10.1 // indirect + github.com/prometheus/client_model v0.5.0 // indirect + github.com/prometheus/common v0.48.0 // indirect + github.com/prometheus/procfs v0.12.0 // indirect github.com/r3labs/diff v1.1.0 // indirect github.com/redis/go-redis/v9 v9.0.5 // indirect github.com/robfig/cron/v3 v3.0.1 // indirect |
