Skip to content

Commit 486fb0c

Browse files
dependabot[bot]zeminzhou
authored andcommitted
build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (pingcap#59838)
1 parent 4d6c133 commit 486fb0c

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
day: "friday"
8-
time: "12:00"
6+
interval: "daily"
7+
time: "15:00"
98
timezone: "Asia/Shanghai"
109
allow:
1110
- dependency-name: "golang.org/*"

DEPS.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10209,13 +10209,13 @@ def go_deps():
1020910209
name = "org_golang_x_crypto",
1021010210
build_file_proto_mode = "disable_global",
1021110211
importpath = "golang.org/x/crypto",
10212-
sha256 = "3b0c19c1d259e93464f540165470de872721e5fc66ce3f0d36ffd27d307ec5bb",
10213-
strip_prefix = "golang.org/x/crypto@v0.33.0",
10212+
sha256 = "9dc98c1a8de31f00a4d62e7f205275a2fb6263f59b2c14eac3abb88650a4e146",
10213+
strip_prefix = "golang.org/x/crypto@v0.35.0",
1021410214
urls = [
10215-
"http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.33.0.zip",
10216-
"http://ats.apps.svc/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.33.0.zip",
10217-
"https://cache.hawkingrei.com/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.33.0.zip",
10218-
"https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.33.0.zip",
10215+
"http://bazel-cache.pingcap.net:8080/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.35.0.zip",
10216+
"http://ats.apps.svc/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.35.0.zip",
10217+
"https://cache.hawkingrei.com/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.35.0.zip",
10218+
"https://storage.googleapis.com/pingcapmirror/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.35.0.zip",
1021910219
],
1022010220
)
1022110221
go_repository(

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ require (
307307
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
308308
go.opentelemetry.io/otel/trace v1.24.0 // indirect
309309
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
310-
golang.org/x/crypto v0.33.0 // indirect
310+
golang.org/x/crypto v0.35.0 // indirect
311311
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
312312
golang.org/x/mod v0.23.0 // indirect
313313
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,8 +986,8 @@ golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898/go.mod h1:IxCIyHEi3zRg3s0
986986
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
987987
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
988988
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
989-
golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
990-
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
989+
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
990+
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
991991
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
992992
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
993993
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=

0 commit comments

Comments
 (0)