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 knative.dev/func
22
3- go 1.22 .0
3+ go 1.23 .0
44
55// this is required bacause of bad dep in github.com/openshift-pipelines/pipelines-as-code
66replace k8s.io/client-go => k8s.io/client-go v0.29.3
@@ -50,7 +50,7 @@ require (
5050 golang.org/x/crypto v0.31.0
5151 golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
5252 golang.org/x/net v0.30.0
53- golang.org/x/oauth2 v0.22 .0
53+ golang.org/x/oauth2 v0.28 .0
5454 golang.org/x/sync v0.10.0
5555 golang.org/x/term v0.27.0
5656 gopkg.in/yaml.v2 v2.4.0
Original file line number Diff line number Diff line change @@ -2036,8 +2036,8 @@ golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw
20362036golang.org/x/oauth2 v0.7.0 /go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4 =
20372037golang.org/x/oauth2 v0.8.0 /go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE =
20382038golang.org/x/oauth2 v0.10.0 /go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI =
2039- golang.org/x/oauth2 v0.22 .0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
2040- golang.org/x/oauth2 v0.22 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
2039+ golang.org/x/oauth2 v0.28 .0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
2040+ golang.org/x/oauth2 v0.28 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
20412041golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
20422042golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
20432043golang.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