File tree Expand file tree Collapse file tree 5 files changed +207
-3
lines changed Expand file tree Collapse file tree 5 files changed +207
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ linters-settings:
99
99
- " k8s.io/client-go/kubernetes"
100
100
- " k8s.io/client-go/rest"
101
101
- " k8s.io/client-go/tools/remotecommand"
102
+ - " github.com/quic-go/quic-go"
103
+ - " github.com/quic-go/quic-go/logging"
102
104
103
105
issues :
104
106
# Dont commit the following line.
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ require (
35
35
require (
36
36
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
37
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
38
+ github.com/francoispqt/gojay v1.2.13 // indirect
38
39
github.com/go-logr/logr v1.4.1 // indirect
39
40
github.com/go-openapi/jsonpointer v0.19.6 // indirect
40
41
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -73,7 +74,7 @@ require (
73
74
go.uber.org/atomic v1.9.0 // indirect
74
75
go.uber.org/multierr v1.9.0 // indirect
75
76
golang.org/x/crypto v0.26.0 // indirect
76
- golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
77
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
77
78
golang.org/x/mod v0.17.0 // indirect
78
79
golang.org/x/oauth2 v0.18.0 // indirect
79
80
golang.org/x/term v0.23.0 // indirect
You can’t perform that action at this time.
0 commit comments