File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " gomod"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly"
7
- day : " friday"
8
- time : " 12:00"
6
+ interval : " daily"
7
+ time : " 15:00"
9
8
timezone : " Asia/Shanghai"
10
9
allow :
11
10
- dependency-name : " golang.org/*"
Original file line number Diff line number Diff line change @@ -10209,13 +10209,13 @@ def go_deps():
10209
10209
name = "org_golang_x_crypto",
10210
10210
build_file_proto_mode = "disable_global",
10211
10211
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",
10214
10214
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",
10219
10219
],
10220
10220
)
10221
10221
go_repository(
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ require (
307
307
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
308
308
go.opentelemetry.io/otel/trace v1.24.0 // indirect
309
309
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
311
311
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
312
312
golang.org/x/mod v0.23.0 // indirect
313
313
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
Original file line number Diff line number Diff line change @@ -986,8 +986,8 @@ golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898/go.mod h1:IxCIyHEi3zRg3s0
986
986
golang.org/x/crypto v0.7.0 /go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU =
987
987
golang.org/x/crypto v0.13.0 /go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc =
988
988
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 =
991
991
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
992
992
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
993
993
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
You can’t perform that action at this time.
0 commit comments