diff --git a/components/kubeconfig-service/go.mod b/components/kubeconfig-service/go.mod index 467eb71a54..d6a5adb83c 100644 --- a/components/kubeconfig-service/go.mod +++ b/components/kubeconfig-service/go.mod @@ -11,7 +11,7 @@ require ( github.com/smartystreets/goconvey v1.8.1 github.com/stretchr/testify v1.8.4 github.com/vrischmann/envconfig v1.3.0 - golang.org/x/oauth2 v0.16.0 + golang.org/x/oauth2 v0.17.0 gopkg.in/yaml.v2 v2.4.0 k8s.io/apiserver v0.26.2 k8s.io/kubernetes v1.27.3 @@ -52,7 +52,7 @@ require ( github.com/smarty/assertions v1.15.0 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/crypto v0.16.0 // indirect - golang.org/x/net v0.20.0 // indirect + golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.15.0 // indirect golang.org/x/term v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect diff --git a/components/kubeconfig-service/go.sum b/components/kubeconfig-service/go.sum index a92a28303e..24a3237da6 100644 --- a/components/kubeconfig-service/go.sum +++ b/components/kubeconfig-service/go.sum @@ -140,8 +140,8 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91 golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ= -golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o= +golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ= +golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=