fix: all module net and text dependent package CVE-2022-41717 and CVE-2022-32149 vulnerabilities

Signed-off-by: fsl <1171313930@qq.com>
This commit is contained in:
fsl
2022-11-26 19:16:13 +08:00
parent 6cf7014b2c
commit 32f31c34ba
82 changed files with 286 additions and 252 deletions

View File

@@ -14,7 +14,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/xlab/treeprint v1.1.0
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/sys v0.3.0
google.golang.org/protobuf v1.28.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
@@ -39,8 +39,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
)