File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/kubernetes-csi/external-snapshotter/v8
22
3- go 1.23.1
3+ go 1.23.6
44
55require (
66 github.com/container-storage-interface/spec v1.11.0
@@ -60,7 +60,7 @@ require (
6060 go.opentelemetry.io/otel v1.33.0 // indirect
6161 go.opentelemetry.io/otel/metric v1.33.0 // indirect
6262 go.opentelemetry.io/otel/trace v1.33.0 // indirect
63- golang.org/x/net v0.32 .0 // indirect
63+ golang.org/x/net v0.33 .0 // indirect
6464 golang.org/x/oauth2 v0.24.0 // indirect
6565 golang.org/x/sys v0.28.0 // indirect
6666 golang.org/x/term v0.27.0 // indirect
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
138138golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
139139golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
140140golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 /go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM =
141- golang.org/x/net v0.32 .0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI =
142- golang.org/x/net v0.32 .0 /go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs =
141+ golang.org/x/net v0.33 .0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
142+ golang.org/x/net v0.33 .0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
143143golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =
144144golang.org/x/oauth2 v0.24.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
145145golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ go.opentelemetry.io/otel/metric/noop
197197go.opentelemetry.io/otel/trace
198198go.opentelemetry.io/otel/trace/embedded
199199go.opentelemetry.io/otel/trace/noop
200- # golang.org/x/net v0.32 .0
200+ # golang.org/x/net v0.33 .0
201201## explicit; go 1.18
202202golang.org/x/net/http/httpguts
203203golang.org/x/net/http2
You can’t perform that action at this time.
0 commit comments