Skip to content

Commit 0632fce

Browse files
committed
update
Signed-off-by: Weizhen Wang <[email protected]>
1 parent 2e68b00 commit 0632fce

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

DEPS.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,13 +3141,13 @@ def go_deps():
31413141
name = "com_github_google_go_cmp",
31423142
build_file_proto_mode = "disable_global",
31433143
importpath = "github.com/google/go-cmp",
3144-
sha256 = "4b4e9bf6c48211080651b491dfb48d68b736c66a305bcf94605606e1ba2eaa4a",
3145-
strip_prefix = "github.com/google/go-cmp@v0.6.0",
3144+
sha256 = "64a9ce046f2c320e3783fba0d1f4a15f8a18f0b009b67bf27f7630919db3f539",
3145+
strip_prefix = "github.com/google/go-cmp@v0.7.0",
31463146
urls = [
3147-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.6.0.zip",
3148-
"http://ats.apps.svc/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.6.0.zip",
3149-
"https://cache.hawkingrei.com/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.6.0.zip",
3150-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.6.0.zip",
3147+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.7.0.zip",
3148+
"http://ats.apps.svc/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.7.0.zip",
3149+
"https://cache.hawkingrei.com/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.7.0.zip",
3150+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/google/go-cmp/com_github_google_go_cmp-v0.7.0.zip",
31513151
],
31523152
)
31533153
go_repository(
@@ -6153,13 +6153,13 @@ def go_deps():
61536153
name = "com_github_prometheus_procfs",
61546154
build_file_proto_mode = "disable_global",
61556155
importpath = "github.com/prometheus/procfs",
6156-
sha256 = "d31ad13f1ae121d842ff0f243d029c247e68710edab8a358d6366a67b7feaa6d",
6157-
strip_prefix = "github.com/prometheus/procfs@v0.15.1",
6156+
sha256 = "7683075343715505f058b949d0ddefd933ab6e4eb5ade7d2bc2e60926d16a3cb",
6157+
strip_prefix = "github.com/prometheus/procfs@v0.16.0",
61586158
urls = [
6159-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.15.1.zip",
6160-
"http://ats.apps.svc/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.15.1.zip",
6161-
"https://cache.hawkingrei.com/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.15.1.zip",
6162-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.15.1.zip",
6159+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.16.0.zip",
6160+
"http://ats.apps.svc/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.16.0.zip",
6161+
"https://cache.hawkingrei.com/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.16.0.zip",
6162+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/prometheus/procfs/com_github_prometheus_procfs-v0.16.0.zip",
61636163
],
61646164
)
61656165
go_repository(

0 commit comments

Comments
 (0)