Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>

Kubernetes-commit: 9e5b8402bb95eb82541099e77c3a8b0ccd31297f
  • Loading branch information
cpanato authored and k8s-publishing-bot committed Nov 8, 2023
1 parent 10c70be commit 7bd7580
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 21 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module k8s.io/apiserver

go 1.21.3
go 1.21

require (
github.com/coreos/go-oidc v2.2.1+incompatible
Expand Down Expand Up @@ -42,12 +42,12 @@ require (
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20231104011324-cca653eefe74
k8s.io/apimachinery v0.0.0-20231104004456-12dc3f82eb47
k8s.io/client-go v0.0.0-20231104011634-86d49e7265f0
k8s.io/component-base v0.0.0-20231101172256-4b808112b779
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/klog/v2 v2.110.1
k8s.io/kms v0.0.0-20231101172519-156d7b7a0cca
k8s.io/kms v0.0.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0
Expand Down Expand Up @@ -126,9 +126,10 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20231104011324-cca653eefe74
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231104004456-12dc3f82eb47
k8s.io/client-go => k8s.io/client-go v0.0.0-20231104011634-86d49e7265f0
k8s.io/component-base => k8s.io/component-base v0.0.0-20231101172256-4b808112b779
k8s.io/kms => k8s.io/kms v0.0.0-20231101172519-156d7b7a0cca
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/apiserver => ../apiserver
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kms => ../kms
)
Loading

0 comments on commit 7bd7580

Please sign in to comment.