Skip to content

Commit 9d04e81

Browse files
authored
Merge pull request #12 from wenbindeng/fix/cve
fix: 升级第三方包
2 parents eb67d5a + 06f6341 commit 9d04e81

File tree

2,663 files changed

+9
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,663 files changed

+9
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ require (
1818
k8s.io/klog/v2 v2.10.0
1919
k8s.io/kube-openapi v0.0.0-20210817084001-7fbd8d59e5b8 // indirect
2020
)
21+
22+
replace (
23+
github.com/dgrijalva/jwt-go v3.2.1-0.20210802184156-9742bd7fca1c+incompatible => github.com/dgrijalva/jwt-go v3.2.0+incompatible
24+
github.com/miekg/dns v1.1.25 => github.com/miekg/dns v1.0.14
25+
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b => golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3
26+
)

vendor/github.com/PuerkitoBio/purell/.gitignore

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/purell/.travis.yml

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/purell/LICENSE

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/purell/README.md

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/purell/purell.go

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/urlesc/.travis.yml

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/urlesc/LICENSE

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/urlesc/README.md

100755100644
File mode changed.

vendor/github.com/PuerkitoBio/urlesc/urlesc.go

100755100644
File mode changed.

0 commit comments

Comments
 (0)