File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/kubesphere/kubekey/v3
22
3- go 1.23
3+ go 1.23.0
44
55replace (
66 github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible
@@ -233,7 +233,7 @@ require (
233233 go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
234234 go.uber.org/atomic v1.9.0 // indirect
235235 golang.org/x/net v0.14.0 // indirect
236- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
236+ golang.org/x/oauth2 v0.27.0 // indirect
237237 golang.org/x/sync v0.1.0 // indirect
238238 golang.org/x/sys v0.28.0 // indirect
239239 golang.org/x/term v0.11.0 // indirect
Original file line number Diff line number Diff line change @@ -1536,8 +1536,8 @@ golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j
15361536golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 /go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc =
15371537golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb /go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE =
15381538golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 /go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg =
1539- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 h1:lxqLZaMad/dJHMFZH0NiNpiEZI/nhgWhe4wgzpE+MuA =
1540- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 /go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg =
1539+ golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
1540+ golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
15411541golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
15421542golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
15431543golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments