Skip to content

Commit a62f777

Browse files
Bump golang.org/x/crypto from 0.41.0 to 0.45.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0. - [Commits](golang/crypto@v0.41.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89092b2 commit a62f777

Some content is hidden

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

57 files changed

+2052
-7201
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ require (
99
github.com/pkg/errors v0.9.1
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/weppos/publicsuffix-go v0.40.2
12-
golang.org/x/crypto v0.41.0
12+
golang.org/x/crypto v0.45.0
1313
)
1414

1515
require (
1616
github.com/bytedance/sonic v1.13.2 // indirect
1717
github.com/bytedance/sonic/loader v0.2.4 // indirect
18-
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
1918
github.com/cloudwego/base64x v0.1.5 // indirect
20-
github.com/cloudwego/iasm v0.2.0 // indirect
2119
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
2220
github.com/gin-contrib/sse v1.0.0 // indirect
2321
github.com/go-playground/locales v0.14.1 // indirect
@@ -36,9 +34,9 @@ require (
3634
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
3735
github.com/ugorji/go/codec v1.2.12 // indirect
3836
golang.org/x/arch v0.15.0 // indirect
39-
golang.org/x/net v0.42.0 // indirect
40-
golang.org/x/sys v0.35.0 // indirect
41-
golang.org/x/text v0.28.0 // indirect
37+
golang.org/x/net v0.47.0 // indirect
38+
golang.org/x/sys v0.38.0 // indirect
39+
golang.org/x/text v0.31.0 // indirect
4240
google.golang.org/protobuf v1.36.6 // indirect
4341
gopkg.in/yaml.v3 v3.0.1 // indirect
4442
)

go.sum

Lines changed: 12 additions & 141 deletions
Large diffs are not rendered by default.

vendor/github.com/pelletier/go-toml/v2/.dockerignore

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/sha3/doc.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

vendor/golang.org/x/crypto/sha3/hashes.go

Lines changed: 49 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/sha3/hashes_noasm.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

vendor/golang.org/x/crypto/sha3/keccakf_amd64.go

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)