Skip to content

Commit af05a5a

Browse files
author
Per Goncalves da Silva
committed
pin grpc and prometheus dependencies
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 48a9725 commit af05a5a

File tree

8 files changed

+3187
-213
lines changed

8 files changed

+3187
-213
lines changed

go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ require (
3535
sigs.k8s.io/controller-tools v0.15.0
3636
)
3737

38+
// pin to v1.18.0 until k8s.io/component-base updates its prometheus dependency
39+
replace (
40+
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
41+
github.com/prometheus/common => github.com/prometheus/common v0.47.0
42+
google.golang.org/grpc => google.golang.org/grpc v1.63.2
43+
)
44+
3845
require (
3946
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
4047
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -103,7 +110,7 @@ require (
103110
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
104111
github.com/gobuffalo/flect v1.0.2 // indirect
105112
github.com/gobwas/glob v0.2.3 // indirect
106-
github.com/goccy/go-yaml v1.8.1 // indirect
113+
github.com/goccy/go-yaml v1.11.0 // indirect
107114
github.com/gofrs/flock v0.8.1 // indirect
108115
github.com/gogo/protobuf v1.3.2 // indirect
109116
github.com/golang-migrate/migrate/v4 v4.17.1 // indirect
@@ -225,7 +232,7 @@ require (
225232
golang.org/x/text v0.15.0 // indirect
226233
golang.org/x/time v0.5.0 // indirect
227234
golang.org/x/tools v0.20.0 // indirect
228-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
235+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
229236
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
230237
google.golang.org/appengine v1.6.8 // indirect
231238
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect

go.sum

Lines changed: 2271 additions & 65 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)