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

fix: cve

Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
(cherry picked from commit b4069c6b3d)
This commit is contained in:
liujian
2025-02-08 10:12:12 +08:00
committed by hongming
parent 2dbe296a06
commit b34b7ea1fe
6 changed files with 8 additions and 16 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