File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/KusionStack/karpor
22
3- go 1.22
3+ go 1.23.0
44
55require (
66 github.com/Masterminds/sprig/v3 v3.2.2
@@ -155,7 +155,7 @@ require (
155155 golang.org/x/crypto v0.16.0 // indirect
156156 golang.org/x/mod v0.14.0 // indirect
157157 golang.org/x/net v0.19.0 // indirect
158- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
158+ golang.org/x/oauth2 v0.27.0 // indirect
159159 golang.org/x/sys v0.28.0 // indirect
160160 golang.org/x/term v0.15.0 // indirect
161161 golang.org/x/text v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -594,6 +594,8 @@ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ
594594golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
595595golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg =
596596golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b /go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc =
597+ golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
598+ golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
597599golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
598600golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
599601golang.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