File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ require (
121121 google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
122122 gopkg.in/retry.v1 v1.0.3 // indirect
123123 k8s.io/klog v1.0.0 // indirect
124+ nhooyr.io/websocket v1.8.7 // indirect
124125)
125126
126127require (
@@ -267,7 +268,6 @@ require (
267268 k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
268269 k8s.io/kube-aggregator v0.24.2 // indirect
269270 k8s.io/kubernetes v1.24.2 // indirect
270- nhooyr.io/websocket v1.8.6 // indirect
271271 sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
272272 sigs.k8s.io/kustomize/api v0.11.5 // indirect
273273 sigs.k8s.io/kustomize/kyaml v0.13.7 // indirect
Original file line number Diff line number Diff line change @@ -2930,8 +2930,9 @@ modernc.org/tcl v1.13.1/go.mod h1:XOLfOwzhkljL4itZkK6T72ckMgvj0BDsnKNdZVUOecw=
29302930modernc.org/token v1.0.0 /go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM =
29312931modernc.org/xc v1.0.0 /go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I =
29322932modernc.org/z v1.5.1 /go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8 =
2933- nhooyr.io/websocket v1.8.6 h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k =
29342933nhooyr.io/websocket v1.8.6 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
2934+ nhooyr.io/websocket v1.8.7 h1:usjR2uOr/zjjkVMy0lW+PPohFok7PCow5sDjLgX4P4g =
2935+ nhooyr.io/websocket v1.8.7 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
29352936oras.land/oras-go/v2 v2.2.1 h1:3VJTYqy5KfelEF9c2jo1MLSpr+TM3mX8K42wzZcd6qE =
29362937oras.land/oras-go/v2 v2.2.1 /go.mod h1:GeAwLuC4G/JpNwkd+bSZ6SkDMGaaYglt6YK2WvZP7uQ =
29372938rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
You can’t perform that action at this time.
0 commit comments