Skip to content

Commit

Permalink
Update google.golang.org/genproto
Browse files Browse the repository at this point in the history
Kubernetes-commit: a045fedd025c08ad6cb116a9beb3042b6be39fd1
  • Loading branch information
liggitt authored and k8s-publishing-bot committed May 26, 2023
1 parent 7a7ea20 commit 260c0c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 283 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/oauth2 v0.6.0
golang.org/x/term v0.7.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.30.0
k8s.io/api v0.0.0-20230515170019-2f9553831ec2
k8s.io/apimachinery v0.0.0-20230524221503-b43878988803
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230524182850-78281498afbb
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
Expand Down Expand Up @@ -60,6 +60,7 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230515170019-2f9553831ec2
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230524221503-b43878988803
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
)
Loading

0 comments on commit 260c0c5

Please sign in to comment.