Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit d6b6857

Browse files
chore(deps): update module github.com/prometheus/common to v0.50.0
1 parent 7a2c916 commit d6b6857

File tree

2 files changed

+42
-31
lines changed

2 files changed

+42
-31
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
module github.com/doodlescheduling/prometheus-patch-controller
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.22.1
46

57
require (
68
github.com/fluxcd/pkg/runtime v0.42.0
79
github.com/go-logr/logr v1.3.0
810
github.com/onsi/ginkgo/v2 v2.15.0
911
github.com/onsi/gomega v1.31.1
10-
github.com/prometheus/client_golang v1.16.0
11-
github.com/prometheus/common v0.42.0
12+
github.com/prometheus/client_golang v1.19.0
13+
github.com/prometheus/common v0.50.0
1214
github.com/spf13/pflag v1.0.5
1315
github.com/testcontainers/testcontainers-go v0.12.0
1416
k8s.io/api v0.27.4
@@ -64,7 +66,6 @@ require (
6466
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6567
github.com/magiconair/properties v1.8.6 // indirect
6668
github.com/mailru/easyjson v0.7.7 // indirect
67-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6869
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
6970
github.com/moby/spdystream v0.2.0 // indirect
7071
github.com/moby/sys/mount v0.2.0 // indirect
@@ -80,8 +81,8 @@ require (
8081
github.com/opencontainers/runc v1.0.2 // indirect
8182
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
8283
github.com/pkg/errors v0.9.1 // indirect
83-
github.com/prometheus/client_model v0.4.0 // indirect
84-
github.com/prometheus/procfs v0.10.1 // indirect
84+
github.com/prometheus/client_model v0.6.0 // indirect
85+
github.com/prometheus/procfs v0.12.0 // indirect
8586
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8687
github.com/sirupsen/logrus v1.9.0 // indirect
8788
github.com/spf13/afero v1.9.2 // indirect
@@ -91,18 +92,18 @@ require (
9192
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
9293
go.uber.org/multierr v1.10.0 // indirect
9394
go.uber.org/zap v1.25.0 // indirect
94-
golang.org/x/net v0.19.0 // indirect
95-
golang.org/x/oauth2 v0.5.0 // indirect
96-
golang.org/x/sys v0.15.0 // indirect
97-
golang.org/x/term v0.15.0 // indirect
95+
golang.org/x/net v0.22.0 // indirect
96+
golang.org/x/oauth2 v0.18.0 // indirect
97+
golang.org/x/sys v0.18.0 // indirect
98+
golang.org/x/term v0.18.0 // indirect
9899
golang.org/x/text v0.14.0 // indirect
99100
golang.org/x/time v0.3.0 // indirect
100101
golang.org/x/tools v0.16.1 // indirect
101102
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
102103
google.golang.org/appengine v1.6.7 // indirect
103104
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
104105
google.golang.org/grpc v1.51.0 // indirect
105-
google.golang.org/protobuf v1.30.0 // indirect
106+
google.golang.org/protobuf v1.33.0 // indirect
106107
gopkg.in/inf.v0 v0.9.1 // indirect
107108
gopkg.in/yaml.v2 v2.4.0 // indirect
108109
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)