Skip to content

Commit 5da38cd

Browse files
committed
roachprod: prepare centralized - roachprod-centralized API
This patch is the initial commit for roachprod-centralized. Epic: none Release note: None
1 parent b5478ef commit 5da38cd

File tree

218 files changed

+34136
-60
lines changed

Some content is hidden

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

218 files changed

+34136
-60
lines changed

DEPS.bzl

Lines changed: 55 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,16 @@ def go_deps():
13811381
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/BurntSushi/xgb/com_github_burntsushi_xgb-v0.0.0-20160522181843-27f122750802.zip",
13821382
],
13831383
)
1384+
go_repository(
1385+
name = "com_github_bytedance_sonic",
1386+
build_file_proto_mode = "disable_global",
1387+
importpath = "github.com/bytedance/sonic",
1388+
sha256 = "772a7769935960b1e946e18a89778182d36c85d18c7a016804769891177c6014",
1389+
strip_prefix = "github.com/bytedance/[email protected]",
1390+
urls = [
1391+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bytedance/sonic/com_github_bytedance_sonic-v1.9.1.zip",
1392+
],
1393+
)
13841394
go_repository(
13851395
name = "com_github_c_bata_go_prompt",
13861396
build_file_proto_mode = "disable_global",
@@ -1531,6 +1541,16 @@ def go_deps():
15311541
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/checkpoint-restore/go-criu/v5/com_github_checkpoint_restore_go_criu_v5-v5.3.0.zip",
15321542
],
15331543
)
1544+
go_repository(
1545+
name = "com_github_chenzhuoyu_base64x",
1546+
build_file_proto_mode = "disable_global",
1547+
importpath = "github.com/chenzhuoyu/base64x",
1548+
sha256 = "0b129a0fbc55503742d1735feb8d9f6bf886342431b84b428d587a0e390f2343",
1549+
strip_prefix = "github.com/chenzhuoyu/[email protected]",
1550+
urls = [
1551+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/chenzhuoyu/base64x/com_github_chenzhuoyu_base64x-v0.0.0-20221115062448-fe3a3abad311.zip",
1552+
],
1553+
)
15341554
go_repository(
15351555
name = "com_github_chromedp_cdproto",
15361556
build_file_proto_mode = "disable_global",
@@ -3105,10 +3125,10 @@ def go_deps():
31053125
name = "com_github_gin_gonic_gin",
31063126
build_file_proto_mode = "disable_global",
31073127
importpath = "github.com/gin-gonic/gin",
3108-
sha256 = "e33746527dcef8f8fe820b49b0561c3d5bf7fd5922c25fcb9060f0e87b28c61d",
3109-
strip_prefix = "github.com/gin-gonic/gin@v1.8.1",
3128+
sha256 = "ef6482353db50bfdd85b6a84f7cdf2ed0a793597b6cf29c694a1df606d2f8e7e",
3129+
strip_prefix = "github.com/gin-gonic/gin@v1.9.1",
31103130
urls = [
3111-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/gin-gonic/gin/com_github_gin_gonic_gin-v1.8.1.zip",
3131+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/gin-gonic/gin/com_github_gin_gonic_gin-v1.9.1.zip",
31123132
],
31133133
)
31143134
go_repository(
@@ -5558,10 +5578,10 @@ def go_deps():
55585578
name = "com_github_klauspost_cpuid_v2",
55595579
build_file_proto_mode = "disable_global",
55605580
importpath = "github.com/klauspost/cpuid/v2",
5561-
sha256 = "f68ff82caa807940fee615b4898d428365761eeb36861959ca8b91a034bd0e7e",
5562-
strip_prefix = "github.com/klauspost/cpuid/[email protected].3",
5581+
sha256 = "9fd457b4101e17361a36d5ea92123dfe3b17456a48fac8b31b6d6f07c3c010ca",
5582+
strip_prefix = "github.com/klauspost/cpuid/[email protected].4",
55635583
urls = [
5564-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/cpuid/v2/com_github_klauspost_cpuid_v2-v2.2.3.zip",
5584+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/cpuid/v2/com_github_klauspost_cpuid_v2-v2.2.4.zip",
55655585
],
55665586
)
55675587
go_repository(
@@ -7158,10 +7178,20 @@ def go_deps():
71587178
name = "com_github_pelletier_go_toml_v2",
71597179
build_file_proto_mode = "disable_global",
71607180
importpath = "github.com/pelletier/go-toml/v2",
7161-
sha256 = "f7550c7c319b1e80f47d23f191a8d1024063ad3c3879d77e5f225aa7b2140bfd",
7162-
strip_prefix = "github.com/pelletier/go-toml/[email protected].5",
7181+
sha256 = "9b1cdae5cf044712d015c82502e5c362a4758c2e686b8d8398f6edbb768a2aa1",
7182+
strip_prefix = "github.com/pelletier/go-toml/[email protected].8",
71637183
urls = [
7164-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.0.5.zip",
7184+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.0.8.zip",
7185+
],
7186+
)
7187+
go_repository(
7188+
name = "com_github_penglongli_gin_metrics",
7189+
build_file_proto_mode = "disable_global",
7190+
importpath = "github.com/penglongli/gin-metrics",
7191+
sha256 = "490775c7a2be463f525a93ecd2fc6de04f23329cca30cc98fe85651b0443b081",
7192+
strip_prefix = "github.com/penglongli/[email protected]",
7193+
urls = [
7194+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/penglongli/gin-metrics/com_github_penglongli_gin_metrics-v0.1.12.zip",
71657195
],
71667196
)
71677197
go_repository(
@@ -8353,6 +8383,16 @@ def go_deps():
83538383
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twitchtv/twirp/com_github_twitchtv_twirp-v8.1.0+incompatible.zip",
83548384
],
83558385
)
8386+
go_repository(
8387+
name = "com_github_twitchyliquid64_golang_asm",
8388+
build_file_proto_mode = "disable_global",
8389+
importpath = "github.com/twitchyliquid64/golang-asm",
8390+
sha256 = "448f87fb680adda839b60bbaa0b371c28f99f3928dea7a069f42800e5100018d",
8391+
strip_prefix = "github.com/twitchyliquid64/[email protected]",
8392+
urls = [
8393+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twitchyliquid64/golang-asm/com_github_twitchyliquid64_golang_asm-v0.15.1.zip",
8394+
],
8395+
)
83568396
go_repository(
83578397
name = "com_github_twmb_franz_go",
83588398
build_file_proto_mode = "disable_global",
@@ -8487,10 +8527,10 @@ def go_deps():
84878527
name = "com_github_ugorji_go_codec",
84888528
build_file_proto_mode = "disable_global",
84898529
importpath = "github.com/ugorji/go/codec",
8490-
sha256 = "38616af38233e6c74ac67466a473134e346a1a864855933a5e87e6397f6b1483",
8491-
strip_prefix = "github.com/ugorji/go/[email protected].7",
8530+
sha256 = "dd9dd3d866e519929866286429f6c75b4e90a45c05cc223cbdc6ed71dafa545f",
8531+
strip_prefix = "github.com/ugorji/go/[email protected].11",
84928532
urls = [
8493-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ugorji/go/codec/com_github_ugorji_go_codec-v1.2.7.zip",
8533+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ugorji/go/codec/com_github_ugorji_go_codec-v1.2.11.zip",
84948534
],
84958535
)
84968536
go_repository(
@@ -11120,10 +11160,10 @@ def go_deps():
1112011160
name = "org_golang_x_arch",
1112111161
build_file_proto_mode = "disable_global",
1112211162
importpath = "golang.org/x/arch",
11123-
sha256 = "9f67b677a3fefc503111d9aa7df8bacd2677411b0fcb982eb1654aa6d14cc3f8",
11124-
strip_prefix = "golang.org/x/arch@v0.0.0-20180920145803-b19384d3c130",
11163+
sha256 = "1f991dae1b4a2cd8f56fdcbe98ec64b6d59f35d41df5269062aee419e1c2b852",
11164+
strip_prefix = "golang.org/x/arch@v0.3.0",
1112511165
urls = [
11126-
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/arch/org_golang_x_arch-v0.0.0-20180920145803-b19384d3c130.zip",
11166+
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/arch/org_golang_x_arch-v0.3.0.zip",
1112711167
],
1112811168
)
1112911169
go_repository(

build/bazelutil/distdir_files.bzl

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ DISTDIR_FILES = {
311311
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bugsnag/bugsnag-go/com_github_bugsnag_bugsnag_go-v0.0.0-20141110184014-b1d153021fcd.zip": "e3b275ae2552bd1fa60f9cf728232ee4bde66afa0da772c20cb0a105818cf1bf",
312312
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bugsnag/osext/com_github_bugsnag_osext-v0.0.0-20130617224835-0dd3f918b21b.zip": "b29adb2508906ea508ba91f404ba33e709d43e037cec96d550335b8e756108bf",
313313
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bugsnag/panicwrap/com_github_bugsnag_panicwrap-v0.0.0-20151223152923-e2c28503fcd0.zip": "c88454a2204604baecd45fa06bab717034e501b406c15470dba4bc8902356401",
314+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bytedance/sonic/com_github_bytedance_sonic-v1.9.1.zip": "772a7769935960b1e946e18a89778182d36c85d18c7a016804769891177c6014",
314315
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/c-bata/go-prompt/com_github_c_bata_go_prompt-v0.2.2.zip": "ffe765d86d90afdf8519def13cb027c94a1fbafea7a18e9625210786663436c4",
315316
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cactus/go-statsd-client/statsd/com_github_cactus_go_statsd_client_statsd-v0.0.0-20191106001114-12b4e2b38748.zip": "7823c66e8c56c950643954712edbc9974669a10fe0041b67c9bd81dabd0538c0",
316317
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/campoy/embedmd/com_github_campoy_embedmd-v1.0.0.zip": "a0e0daed0e40d30dfaf7ba58bc8057450f5c1964d5672c49d3b4817a82f9a512",
@@ -325,6 +326,7 @@ DISTDIR_FILES = {
325326
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/charmbracelet/lipgloss/com_github_charmbracelet_lipgloss-v0.6.0.zip": "3f5fff79c178fface17013ea3feb4f2a3f16ea26c5618dce6535c19f78b1edcf",
326327
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/checkpoint-restore/go-criu/v4/com_github_checkpoint_restore_go_criu_v4-v4.1.0.zip": "e0413b7c67d41b9e77207db083387d2eb300356541f9048c7ff0670ba7ace524",
327328
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/checkpoint-restore/go-criu/v5/com_github_checkpoint_restore_go_criu_v5-v5.3.0.zip": "fab492b56bf2e39a16b060456bdf74931ad2290dc33db3ba8d01807febd29ebd",
329+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/chenzhuoyu/base64x/com_github_chenzhuoyu_base64x-v0.0.0-20221115062448-fe3a3abad311.zip": "0b129a0fbc55503742d1735feb8d9f6bf886342431b84b428d587a0e390f2343",
328330
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/chromedp/cdproto/com_github_chromedp_cdproto-v0.0.0-20230802225258-3cf4e6d46a89.zip": "23440cb9922bc66da55e23455aaf53799b4e838516dfca92202f29d21f9f4ad3",
329331
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/chromedp/chromedp/com_github_chromedp_chromedp-v0.9.2.zip": "f141d0c242b87bafe550404588cd86ba1e6ba05d9d1774ce96d4d097455b51d6",
330332
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/chromedp/sysutil/com_github_chromedp_sysutil-v1.0.0.zip": "0d2f5cf0478bef0a8ee71e8b60a9279fd55b07cbfc66dbcfbf5a5f4ccb905c62",
@@ -480,7 +482,7 @@ DISTDIR_FILES = {
480482
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ghemawat/stream/com_github_ghemawat_stream-v0.0.0-20171120220530-696b145b53b9.zip": "9c0a42cacc8e22024b58db15127886a6f8ddbcfbf89d4d062bfdc43dc40d80d5",
481483
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ghodss/yaml/com_github_ghodss_yaml-v1.0.0.zip": "c3f295d23c02c0b35e4d3b29053586e737cf9642df9615da99c0bda9bbacc624",
482484
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/gin-contrib/sse/com_github_gin_contrib_sse-v0.1.0.zip": "512c8672f26405172077e764c4817ed8f66edc632d1bed205b5e1b8d282816ab",
483-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/gin-gonic/gin/com_github_gin_gonic_gin-v1.8.1.zip": "e33746527dcef8f8fe820b49b0561c3d5bf7fd5922c25fcb9060f0e87b28c61d",
485+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/gin-gonic/gin/com_github_gin_gonic_gin-v1.9.1.zip": "ef6482353db50bfdd85b6a84f7cdf2ed0a793597b6cf29c694a1df606d2f8e7e",
484486
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/globalsign/mgo/com_github_globalsign_mgo-v0.0.0-20181015135952-eeefdecb41b8.zip": "c07f09e0c93e6410076edfd621d2decbd361361c536c3e33ba097fa51708f360",
485487
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/glycerine/go-unsnap-stream/com_github_glycerine_go_unsnap_stream-v0.0.0-20180323001048-9f0cb55181dd.zip": "9a66d6f9bb1a268f4b824d6fe7adcd55dc17ed504683bdf2dbf67b32028d9b88",
486488
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/glycerine/goconvey/com_github_glycerine_goconvey-v0.0.0-20190410193231-58a59202ab31.zip": "a4f9edbfc4bc20d04916a73c0b9acf0fc0cdcf16e3c667a1982aac42e56889f9",
@@ -713,7 +715,7 @@ DISTDIR_FILES = {
713715
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/asmfmt/com_github_klauspost_asmfmt-v1.3.2.zip": "fa6a350a8677a77e0dbf3664c6baf23aab5c0b60a64b8f3c00299da5d279021f",
714716
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/compress/com_github_klauspost_compress-v1.17.11.zip": "88dea800cc6a11ccb9dd2f0dd487f30e8701870abdfc11245e41dcfc9f3d428e",
715717
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/cpuid/com_github_klauspost_cpuid-v1.3.1.zip": "f61266e43d5c247fdb55d843e2d93974717c1052cba9f331b181f60c4cf687d9",
716-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/cpuid/v2/com_github_klauspost_cpuid_v2-v2.2.3.zip": "f68ff82caa807940fee615b4898d428365761eeb36861959ca8b91a034bd0e7e",
718+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/cpuid/v2/com_github_klauspost_cpuid_v2-v2.2.4.zip": "9fd457b4101e17361a36d5ea92123dfe3b17456a48fac8b31b6d6f07c3c010ca",
717719
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/crc32/com_github_klauspost_crc32-v0.0.0-20161016154125-cb6bfca970f6.zip": "6b632853a19f039138f251f94dbbdfdb72809adc3a02da08e4301d3d48275b06",
718720
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/pgzip/com_github_klauspost_pgzip-v1.2.5.zip": "1143b6417d4bb46d26dc8e6223407b84b6cd5f32e5d705cd4a9fb142220ce4ba",
719721
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/knz/bubbline/com_github_knz_bubbline-v0.0.0-20230422210153-e176cdfe1c43.zip": "b9699be473d5dc3c1254f0e9a26f77a06cc0455135b72c2b82d85146bcfe5863",
@@ -860,7 +862,8 @@ DISTDIR_FILES = {
860862
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/paulbellamy/ratecounter/com_github_paulbellamy_ratecounter-v0.2.0.zip": "fb012856582335cdac02ee17c08692d75d539158a82eda3a26fb8a51d4ef27e6",
861863
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pborman/uuid/com_github_pborman_uuid-v1.2.0.zip": "b888ff5d33651a1f5f6b8094acc434dd6dc284e2fe5052754a7993cebd539437",
862864
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pelletier/go-toml/com_github_pelletier_go_toml-v1.9.5.zip": "de3dcda660cc800cd86d03273a25956d67f416e8fcbe4d2001a2cb4a01e6ac60",
863-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.0.5.zip": "f7550c7c319b1e80f47d23f191a8d1024063ad3c3879d77e5f225aa7b2140bfd",
865+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pelletier/go-toml/v2/com_github_pelletier_go_toml_v2-v2.0.8.zip": "9b1cdae5cf044712d015c82502e5c362a4758c2e686b8d8398f6edbb768a2aa1",
866+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/penglongli/gin-metrics/com_github_penglongli_gin_metrics-v0.1.12.zip": "490775c7a2be463f525a93ecd2fc6de04f23329cca30cc98fe85651b0443b081",
864867
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/performancecopilot/speed/com_github_performancecopilot_speed-v3.0.0+incompatible.zip": "44150a760ccfe232d3ce6bf40e537342d01f78ddac18b795f623d004257c00b0",
865868
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/peterbourgon/diskv/com_github_peterbourgon_diskv-v2.0.1+incompatible.zip": "1eeff260bd1ad71cd1611078995db99e1c7eba28628e7d6f24c79039536ea1cb",
866869
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/peterh/liner/com_github_peterh_liner-v1.0.1-0.20180619022028-8c1271fcf47f.zip": "0d96c450f9c55a8102f4ae7fd8a583ebfaeba23e3939d6b6284306a82a21430f",
@@ -966,6 +969,7 @@ DISTDIR_FILES = {
966969
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/tmc/grpc-websocket-proxy/com_github_tmc_grpc_websocket_proxy-v0.0.0-20190109142713-0ad062ec5ee5.zip": "dadf62266d259ffb6aa1d707892b97fa36c3f39df5cae99f54d3ef7682995376",
967970
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/tv42/httpunix/com_github_tv42_httpunix-v0.0.0-20150427012821-b75d8614f926.zip": "8246ebc82e0d9d3142f5aeb50d4fcd67f3f435fb5464120c356a4e5d57ef4aa0",
968971
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twitchtv/twirp/com_github_twitchtv_twirp-v8.1.0+incompatible.zip": "6a5499c6572cf367ac9c2bd7913abef5bc8ef9de5e7194d12452863ddcec6104",
972+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twitchyliquid64/golang-asm/com_github_twitchyliquid64_golang_asm-v0.15.1.zip": "448f87fb680adda839b60bbaa0b371c28f99f3928dea7a069f42800e5100018d",
969973
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/com_github_twmb_franz_go-v1.18.0.zip": "343bdc5d5f8e5536678caa0753a325ab281f72a7a72da97d8a9485f70a2e1322",
970974
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/pkg/kadm/com_github_twmb_franz_go_pkg_kadm-v1.11.0.zip": "df8b445c52226a7398b9c82055548961c977cce92b1aa392581e636a5f5fcfc8",
971975
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/twmb/franz-go/pkg/kmsg/com_github_twmb_franz_go_pkg_kmsg-v1.9.0.zip": "ab70bc73e6f7167da6ec1af42399fee83971bcd8f31b03d063a201944845e229",
@@ -978,7 +982,7 @@ DISTDIR_FILES = {
978982
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/uber/jaeger-client-go/com_github_uber_jaeger_client_go-v2.29.1+incompatible.zip": "a6933446c0bdeccfdb60361df9945138b1821dee1dfd5ec27f4fd832550e80fb",
979983
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/uber/jaeger-lib/com_github_uber_jaeger_lib-v2.4.1+incompatible.zip": "b43fc0c89c3c54498ae6108453ca2af987e074680742dd79bdceda94685a7efb",
980984
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/uber/tchannel-go/com_github_uber_tchannel_go-v1.16.0.zip": "64a37a5e89dd111ab943d94a1670f9addc0d2d41d34d630c95b0a756df916e01",
981-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ugorji/go/codec/com_github_ugorji_go_codec-v1.2.7.zip": "38616af38233e6c74ac67466a473134e346a1a864855933a5e87e6397f6b1483",
985+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ugorji/go/codec/com_github_ugorji_go_codec-v1.2.11.zip": "dd9dd3d866e519929866286429f6c75b4e90a45c05cc223cbdc6ed71dafa545f",
982986
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ugorji/go/com_github_ugorji_go-v1.1.7.zip": "d02959e71c59b273d5b099697c058426941a862feef66c191c63e2934db7a2ff",
983987
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/urfave/cli/com_github_urfave_cli-v1.22.2.zip": "c974a314e3abfdd6340f4e0c423969238544cf6513ef41385f834cbe122a57e5",
984988
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/urfave/cli/v2/com_github_urfave_cli_v2-v2.3.0.zip": "bef25aedf2f3ac498094ec9cd216bca61ddf5f2eb7b1ecd850bbfb6053fe4103",
@@ -1050,7 +1054,7 @@ DISTDIR_FILES = {
10501054
"https://storage.googleapis.com/cockroach-godeps/gomod/go.uber.org/tools/org_uber_go_tools-v0.0.0-20190618225709-2cfd321de3ee.zip": "988dba9c5074080240d33d98e8ce511532f728698db7a9a4ac316c02c94030d6",
10511055
"https://storage.googleapis.com/cockroach-godeps/gomod/go.uber.org/zap/org_uber_go_zap-v1.19.0.zip": "6437824258873fed421b7975b8e4cafd1be80cdc15e553beaa887b499dd01420",
10521056
"https://storage.googleapis.com/cockroach-godeps/gomod/goji.io/io_goji-v2.0.2+incompatible.zip": "1ea69b28e356cb91381ce2339004fcf144ad1b268c9e3497c9ef304751ae0bb3",
1053-
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/arch/org_golang_x_arch-v0.0.0-20180920145803-b19384d3c130.zip": "9f67b677a3fefc503111d9aa7df8bacd2677411b0fcb982eb1654aa6d14cc3f8",
1057+
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/arch/org_golang_x_arch-v0.3.0.zip": "1f991dae1b4a2cd8f56fdcbe98ec64b6d59f35d41df5269062aee419e1c2b852",
10541058
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/crypto/org_golang_x_crypto-v0.41.0.zip": "7da981b09d79d021f79ea2953637a85e3c72e43fc88b6a3230e7976fbbeec2de",
10551059
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/exp/org_golang_x_exp-v0.0.0-20250305212735-054e65f0b394.zip": "18d5e88d3389cbfb181eb9cc36235349129620bfb6df15b1bfd1d936638cd73b",
10561060
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/exp/shiny/org_golang_x_exp_shiny-v0.0.0-20230801115018-d63ba01acd4b.zip": "3b9053a5c76c778ca05061df763a8e9aa8a6cac9d5f0f80d18d81922f98a001d",

0 commit comments

Comments
 (0)