fix: fix cve for telemetry and kubesphere (#6352)

fix: cve

Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
This commit is contained in:
liujian
2025-02-08 10:12:12 +08:00
committed by GitHub
parent f390d46da2
commit b4069c6b3d
7 changed files with 10 additions and 18 deletions

View File

@@ -2,9 +2,7 @@
module kubesphere.io/api
go 1.22.4
toolchain go1.22.8
go 1.22.11
require (
github.com/onsi/gomega v1.34.2

View File

@@ -2,9 +2,7 @@
module kubesphere.io/client-go
go 1.22.4
toolchain go1.22.8
go 1.22.11
require (
github.com/google/go-cmp v0.6.0

View File

@@ -2,9 +2,7 @@
module kubesphere.io/utils
go 1.22.4
toolchain go1.22.8
go 1.22.11
require (
github.com/aws/aws-sdk-go v1.55.5