Skip to content

Commit

Permalink
Merge pull request opendatahub-io#78 from VaishnaviHire/update_go_mod…
Browse files Browse the repository at this point in the history
…ules

Update grpc fix
  • Loading branch information
VaishnaviHire authored Oct 23, 2023
2 parents c984fad + 0d758fa commit 18eac1c
Show file tree
Hide file tree
Showing 2 changed files with 1,462 additions and 28 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ require (
replace (
github.com/tektoncd/pipeline => github.com/tektoncd/pipeline v0.12.0
go.uber.org/multierr => go.uber.org/multierr v1.6.0
golang.org/x/image => golang.org/x/image v0.10.0
google.golang.org/grpc => google.golang.org/grpc v1.58.3
k8s.io/api => k8s.io/api v0.26.0
k8s.io/client-go => k8s.io/client-go v0.26.0
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230113010536-ace3e4a52ca1
Expand Down
Loading

0 comments on commit 18eac1c

Please sign in to comment.