Skip to content

Commit 3c7761e

Browse files
committed
remove google.golang.org/grpc pin
The pin was originally added due gov1.23 limitations. The project is currently on gov1.24.4. See: operator-framework/operator-lifecycle-manager#3284
1 parent 43b5211 commit 3c7761e

File tree

141 files changed

+9743
-8248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+9743
-8248
lines changed

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ require (
3232
sigs.k8s.io/controller-tools v0.19.0
3333
)
3434

35-
// latest gRPC library causes changes in the way the CatalogSource connection status behaves
36-
// previously it would reach READY - but now seems to stay on IDLE unless there is data going down the pipe
37-
// this is breaking many CatalogSource related tests
38-
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
39-
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
40-
4135
require (
4236
cel.dev/expr v0.24.0 // indirect
4337
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
@@ -89,7 +83,7 @@ require (
8983
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9084
github.com/go-git/go-billy/v5 v5.6.2 // indirect
9185
github.com/go-git/go-git/v5 v5.16.2 // indirect
92-
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
86+
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
9387
github.com/go-logr/stdr v1.2.2 // indirect
9488
github.com/go-logr/zapr v1.3.0 // indirect
9589
github.com/go-openapi/jsonpointer v0.21.1 // indirect

go.sum

Lines changed: 28 additions & 2294 deletions
Large diffs are not rendered by default.

vendor/github.com/go-jose/go-jose/v4/CHANGELOG.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

vendor/github.com/go-jose/go-jose/v4/README.md

Lines changed: 39 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v4/crypter.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v4/jwk.go

Lines changed: 42 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v4/shared.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)