File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/redhat-appstudio/managed-gitops/appstudio-controller
22
3- go 1.22.0
4-
5- toolchain go1.22.5
3+ go 1.23.0
64
75require (
86 github.com/codeready-toolchain/api v0.0.0-20230417183849-f62ccbf3bd40
@@ -16,7 +14,6 @@ require (
1614 k8s.io/apimachinery v0.31.0
1715 k8s.io/client-go v0.31.0
1816 sigs.k8s.io/controller-runtime v0.19.0
19-
2017)
2118
2219require (
@@ -77,7 +74,7 @@ require (
7774 go.uber.org/zap v1.26.0
7875 golang.org/x/crypto v0.31.0 // indirect
7976 golang.org/x/net v0.26.0 // indirect
80- golang.org/x/oauth2 v0.21 .0 // indirect
77+ golang.org/x/oauth2 v0.27 .0 // indirect
8178 golang.org/x/sys v0.28.0 // indirect
8279 golang.org/x/term v0.27.0 // indirect
8380 golang.org/x/text v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b
229229golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ =
230230golang.org/x/net v0.26.0 /go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE =
231231golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
232- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
233- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
232+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
233+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
234234golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
235235golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
236236golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments