File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/apiserver-network-proxy
2
2
3
3
go 1.22.5
4
- toolchain go1.22.4
5
4
6
5
require (
7
6
github.com/google/uuid v1.6.0
@@ -21,7 +20,7 @@ require (
21
20
k8s.io/client-go v0.30.2
22
21
k8s.io/component-base v0.30.2
23
22
k8s.io/klog/v2 v2.130.0
24
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29 .0
23
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0 .0
25
24
sigs.k8s.io/controller-runtime v0.18.2
26
25
sigs.k8s.io/e2e-framework v0.4.0
27
26
)
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ k8s.io/utils/internal/third_party/forked/golang/net
625
625
k8s.io/utils/net
626
626
k8s.io/utils/ptr
627
627
k8s.io/utils/strings/slices
628
- # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29 .0 => ./konnectivity-client
628
+ # sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0 .0 => ./konnectivity-client
629
629
## explicit; go 1.21
630
630
sigs.k8s.io/apiserver-network-proxy/konnectivity-client/pkg/client
631
631
sigs.k8s.io/apiserver-network-proxy/konnectivity-client/pkg/client/metrics
You can’t perform that action at this time.
0 commit comments