diff --git a/.github/actions/set_up_ubuntu/action.yml b/.github/actions/set_up_ubuntu/action.yml index 6dddbf560..f68a0adfd 100644 --- a/.github/actions/set_up_ubuntu/action.yml +++ b/.github/actions/set_up_ubuntu/action.yml @@ -15,6 +15,14 @@ inputs: runs: using: composite steps: + # When running gazelle update-repos, gazelle looks for the Go tool on the + # system. The default version that is installed on the GH Linux runner is + # not compatible with the version in rules_go 0.43.0. As a workaround, the + # following installs the version of Go that is listed in the go.mod file. + # Related to https://github.com/bazelbuild/bazel-gazelle/issues/1671 + - uses: actions/setup-go@v4 + with: + go-version-file: go.mod - uses: cgrindel/gha_install_swift_on_ubuntu@v1 with: swift_release_tag: ${{ inputs.swift_release_tag }} diff --git a/MODULE.bazel b/MODULE.bazel index 375fcbdfc..6f6fa2bb6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,7 +9,7 @@ bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.1") bazel_dep(name = "bazel_skylib", version = "1.4.2") bazel_dep( name = "rules_go", - version = "0.40.1", + version = "0.43.0", repo_name = "io_bazel_rules_go", ) @@ -33,7 +33,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", repo_name = "bazel_gazelle", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index e159c704f..9ca7aa0a7 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273", + "moduleFileHash": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -113,13 +113,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.4.2", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "rules_bazel_integration_test": "rules_bazel_integration_test@0.14.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.4.1", "bazel_tools": "bazel_tools@_", @@ -169,8 +169,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.4.2", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -226,10 +226,10 @@ } } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -239,10 +239,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -256,10 +256,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -271,12 +271,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -287,10 +287,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -311,8 +311,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -325,8 +325,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -336,11 +336,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.4.2", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -348,16 +349,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -655,10 +654,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -666,14 +665,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -683,15 +682,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -701,10 +701,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -716,6 +716,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -727,10 +728,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -740,7 +755,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.4.2", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -749,11 +764,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -838,8 +853,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.4.2", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -1084,6 +1099,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_proto@5.3.0-21.7": { "name": "rules_proto", "version": "5.3.0-21.7", @@ -1718,6 +1781,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1896,377 +1987,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@//:go.mod": "c20776294011da7feda8d95eb7ad3a033c7ee8700b30d772a3a785f411d4a49a", - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@//:go.sum": "deae8e3182d026dd4cf7b9d1844f6e8e2d15c1413011fb6591f68f1ac1ce84bb", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", - "replace": "", - "version": "v2.4.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2278,13 +2408,14 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", "com_github_gogo_protobuf": "github.com/gogo/protobuf", "com_github_golang_mock": "github.com/golang/mock", "com_github_golang_protobuf": "github.com/golang/protobuf", "org_golang_google_protobuf": "google.golang.org/protobuf", "org_golang_x_net": "golang.org/x/net", + "org_golang_x_tools": "golang.org/x/tools", "org_golang_google_genproto": "google.golang.org/genproto", "org_golang_google_grpc": "google.golang.org/grpc", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", @@ -2292,29 +2423,30 @@ "com_github_google_go_cmp": "github.com/google/go-cmp", "org_golang_x_sync": "golang.org/x/sync", "@cgrindel_bazel_starlib~0.18.1": "github.com/cgrindel/bazel-starlib", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go" + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go" }, "module_names": { "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@rules_go~0.41.0": "rules_go", - "@gazelle~0.32.0": "gazelle" + "@rules_go~0.43.0": "rules_go", + "@gazelle~0.34.0": "gazelle" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2333,26 +2465,34 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } @@ -2387,39 +2527,43 @@ } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2436,45 +2580,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2485,158 +2616,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" diff --git a/bzlmod/workspace/MODULE.bazel b/bzlmod/workspace/MODULE.bazel index 646f40489..2f1aee23f 100644 --- a/bzlmod/workspace/MODULE.bazel +++ b/bzlmod/workspace/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/bzlmod/workspace/MODULE.bazel.lock b/bzlmod/workspace/MODULE.bazel.lock index b020938eb..367233ba3 100644 --- a/bzlmod/workspace/MODULE.bazel.lock +++ b/bzlmod/workspace/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "409537d76c8ef22d35d569ff4d70b67c8bb6ca3f143d245bfb2272171a12008a", + "moduleFileHash": "dd65b2cfa409d0037b5970155f00dee977e34893a8e3c9b524fc00585a54a572", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "apple_support": "apple_support@1.11.1", "build_bazel_rules_swift": "rules_swift@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -436,8 +436,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -456,10 +456,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -467,14 +467,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -484,15 +484,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -502,10 +503,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -517,6 +518,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -528,10 +530,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -541,7 +557,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -550,11 +566,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -708,10 +724,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -721,10 +737,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -738,10 +754,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -753,12 +769,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -769,10 +785,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -793,8 +809,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -807,8 +823,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -818,11 +834,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -830,16 +847,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3122,7 +3285,7 @@ }, "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { "general": { - "bzlTransitiveDigest": "GlOkOMRhr1XCYAdfhDccWQowLB2xBYBdEJ1GAbLP62w=", + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", "accumulatedFileDigests": { "@@//:swift_deps_index.json": "3f52546817fbfce0b8cda21a9a1a9975294f478697820226c840600e93b534a0" }, diff --git a/deps.bzl b/deps.bzl index 6bd5c3875..273f4faad 100644 --- a/deps.bzl +++ b/deps.bzl @@ -30,9 +30,9 @@ def swift_bazel_dependencies(): maybe( http_archive, name = "bazel_gazelle", - sha256 = "29218f8e0cebe583643cbf93cae6f971be8a2484cdcfa1e45057658df8d54002", + sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf", urls = [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz", + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz", ], ) diff --git a/examples/firebase_example/MODULE.bazel b/examples/firebase_example/MODULE.bazel index 095dc773f..2b1bb4d90 100644 --- a/examples/firebase_example/MODULE.bazel +++ b/examples/firebase_example/MODULE.bazel @@ -36,7 +36,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/firebase_example/MODULE.bazel.lock b/examples/firebase_example/MODULE.bazel.lock index 02086ca5f..8a7e97f59 100644 --- a/examples/firebase_example/MODULE.bazel.lock +++ b/examples/firebase_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "64809ce3032b0801eb5b0070148fa31a12aa4f4a743dbd2dc32920006c71f45c", + "moduleFileHash": "b664ae85fc242106f9304bd2d2bab72742c0c150783535fb93111878bfcc81bd", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -83,7 +83,7 @@ "build_bazel_rules_apple": "rules_apple@3.1.1", "rules_xcodeproj": "rules_xcodeproj@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -153,13 +153,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -207,8 +207,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -524,7 +524,7 @@ } ], "deps": { - "bazel_features": "bazel_features@1.0.0", + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", @@ -591,8 +591,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -611,10 +611,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -622,14 +622,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -639,15 +639,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -657,10 +658,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -672,6 +673,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -683,10 +685,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -696,7 +712,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -705,11 +721,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -863,10 +879,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -876,10 +892,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -893,10 +909,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -908,12 +924,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -924,10 +940,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -948,8 +964,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -962,8 +978,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -973,11 +989,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -985,16 +1002,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1300,10 +1315,10 @@ } } }, - "bazel_features@1.0.0": { + "bazel_features@1.1.1": { "name": "bazel_features", - "version": "1.0.0", - "key": "bazel_features@1.0.0", + "version": "1.1.1", + "key": "bazel_features@1.1.1", "repoName": "bazel_features", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -1311,9 +1326,9 @@ { "extensionBzlFile": "@bazel_features//private:extensions.bzl", "extensionName": "version_extension", - "usingModule": "bazel_features@1.0.0", + "usingModule": "bazel_features@1.1.1", "location": { - "file": "https://bcr.bazel.build/modules/bazel_features/1.0.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", "line": 6, "column": 24 }, @@ -1335,16 +1350,16 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "bazel_features~1.0.0", + "name": "bazel_features~1.1.1", "urls": [ - "https://github.com/bazel-contrib/bazel_features/releases/download/v1.0.0/bazel_features-v1.0.0.tar.gz" + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" ], - "integrity": "sha256-n8s9fL6Qh3JGKqpS8CuFeiJZENMNqjwlL2cOOvbYA20=", - "strip_prefix": "bazel_features-1.0.0", + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", "remote_patches": { - "https://bcr.bazel.build/modules/bazel_features/1.0.0/patches/module_dot_bazel_version.patch": "sha256-SjmKguw3ZwbgVye2gtOviZsiIFZCfSsbKCLcqphm5F0=" + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" }, - "remote_patch_strip": 0 + "remote_patch_strip": 1 } } }, @@ -1804,6 +1819,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1982,377 +2025,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2364,9 +2446,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2384,25 +2467,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2413,65 +2497,98 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { + "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "xctestrunner": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_apple~3.1.1~non_module_deps~xctestrunner", + "urls": [ + "https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz" + ], + "strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6", + "sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d" + } + } + } + } + }, + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2488,45 +2605,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2537,158 +2641,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3237,6 +3373,456 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "f1aecd2c87eee351e25949d68bbcd3dfd375e06f44c4e81c2b2a193ecb17e9d2" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_grpc_binary": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_grpc_binary", + "bazel_package_name": "swiftpkg_grpc_binary", + "commit": "a673bc2937fbe886dd1f99c401b01b6d977a9c98", + "remote": "https://github.com/google/grpc-binary.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_promises": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_promises", + "bazel_package_name": "swiftpkg_promises", + "commit": "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", + "remote": "https://github.com/google/promises.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_googleappmeasurement": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_googleappmeasurement", + "bazel_package_name": "swiftpkg_googleappmeasurement", + "commit": "6b332152355c372ace9966d8ee76ed191f97025e", + "remote": "https://github.com/google/GoogleAppMeasurement.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_app_check": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_app_check", + "bazel_package_name": "swiftpkg_app_check", + "commit": "5746b2d35c91c50581590ed97abe4c06b5037274", + "remote": "https://github.com/google/app-check.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_abseil_cpp_binary": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_abseil_cpp_binary", + "bazel_package_name": "swiftpkg_abseil_cpp_binary", + "commit": "bfc0b6f81adc06ce5121eb23f628473638d67c5c", + "remote": "https://github.com/google/abseil-cpp-binary.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_googledatatransport": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_googledatatransport", + "bazel_package_name": "swiftpkg_googledatatransport", + "commit": "5056b15c5acbb90cd214fe4d6138bdf5a740e5a8", + "remote": "https://github.com/google/GoogleDataTransport.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_firebase_ios_sdk": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_firebase_ios_sdk", + "bazel_package_name": "swiftpkg_firebase_ios_sdk", + "commit": "5de0369ee79ad096c164eb3afeb7921d92a43b58", + "remote": "https://github.com/firebase/firebase-ios-sdk", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_interop_ios_for_google_sdks": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_interop_ios_for_google_sdks", + "bazel_package_name": "swiftpkg_interop_ios_for_google_sdks", + "commit": "2d12673670417654f08f5f90fdd62926dc3a2648", + "remote": "https://github.com/google/interop-ios-for-google-sdks.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_leveldb": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_leveldb", + "bazel_package_name": "swiftpkg_leveldb", + "commit": "0706abcc6b0bd9cedfbb015ba840e4a780b5159b", + "remote": "https://github.com/firebase/leveldb.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_gtm_session_fetcher": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_gtm_session_fetcher", + "bazel_package_name": "swiftpkg_gtm_session_fetcher", + "commit": "5ccda3981422a84186387dbb763ba739178b529c", + "remote": "https://github.com/google/gtm-session-fetcher.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_protobuf": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_protobuf", + "bazel_package_name": "swiftpkg_swift_protobuf", + "commit": "ab3a58b7209a17d781c0d1dbb3e1ff3da306bae8", + "remote": "https://github.com/apple/swift-protobuf.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_nanopb": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_nanopb", + "bazel_package_name": "swiftpkg_nanopb", + "commit": "819d0a2173aff699fb8c364b6fb906f7cdb1a692", + "remote": "https://github.com/firebase/nanopb.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_reachability.swift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_reachability.swift", + "bazel_package_name": "swiftpkg_reachability.swift", + "commit": "c01bbdf2d633cf049ae1ed1a68a2020a8bda32e2", + "remote": "https://github.com/ashleymills/Reachability.swift.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_googleutilities": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_googleutilities", + "bazel_package_name": "swiftpkg_googleutilities", + "commit": "bc27fad73504f3d4af235de451f02ee22586ebd3", + "remote": "https://github.com/google/GoogleUtilities.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/grpc_example/MODULE.bazel b/examples/grpc_example/MODULE.bazel index 49d1b8fc0..0d3465e55 100644 --- a/examples/grpc_example/MODULE.bazel +++ b/examples/grpc_example/MODULE.bazel @@ -46,7 +46,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/grpc_example/MODULE.bazel.lock b/examples/grpc_example/MODULE.bazel.lock index 4aca7e64c..474565543 100644 --- a/examples/grpc_example/MODULE.bazel.lock +++ b/examples/grpc_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "9ad27d3f45658e6b27a05f02c30a64e76f1daaabfefc965a2353029f0510100f", + "moduleFileHash": "a1c4a5b8e0b313c51772b0d3a18bb21dfcdd249ac5289de540d5b08eaa11f3d5", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -104,7 +104,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", "bazel_tools": "bazel_tools@_", @@ -176,13 +176,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -230,8 +230,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -546,8 +546,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -566,10 +566,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -577,14 +577,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -594,15 +594,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -612,10 +613,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -627,6 +628,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -638,10 +640,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -651,7 +667,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -660,11 +676,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -933,10 +949,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -946,10 +962,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -963,10 +979,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -978,12 +994,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -994,10 +1010,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -1018,8 +1034,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -1032,8 +1048,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -1043,11 +1059,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -1055,16 +1072,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1685,6 +1700,54 @@ "remote_patch_strip": 0 } } + }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } } }, "moduleExtensions": { @@ -1711,6 +1774,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1889,377 +1980,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2271,9 +2401,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2291,25 +2422,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2320,65 +2452,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2395,45 +2539,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2444,158 +2575,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3144,6 +3307,165 @@ } } } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/http_archive_ext_deps/MODULE.bazel b/examples/http_archive_ext_deps/MODULE.bazel index b1b260843..d369fecb6 100644 --- a/examples/http_archive_ext_deps/MODULE.bazel +++ b/examples/http_archive_ext_deps/MODULE.bazel @@ -22,7 +22,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/interesting_deps/MODULE.bazel b/examples/interesting_deps/MODULE.bazel index bba7efb33..42c0cf08a 100644 --- a/examples/interesting_deps/MODULE.bazel +++ b/examples/interesting_deps/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/interesting_deps/MODULE.bazel.lock b/examples/interesting_deps/MODULE.bazel.lock index 17f3c3457..df29c1033 100644 --- a/examples/interesting_deps/MODULE.bazel.lock +++ b/examples/interesting_deps/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "d3554e5eb6eb40c355b8257df09f64ab5f179bae9d039bf19a1ac1aff954e0f0", + "moduleFileHash": "60a2040b40972c8a837e6ac44f73f764e967ac1cb2d91155626c5d97b20ebdac", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -97,7 +97,7 @@ "apple_support": "apple_support@1.11.1", "build_bazel_rules_swift": "rules_swift@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -167,13 +167,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -221,8 +221,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -452,8 +452,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -472,10 +472,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -483,14 +483,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -500,15 +500,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -518,10 +519,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -533,6 +534,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -544,10 +546,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -557,7 +573,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -566,11 +582,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -724,10 +740,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -737,10 +753,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -754,10 +770,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -769,12 +785,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -785,10 +801,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -809,8 +825,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -823,8 +839,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -834,11 +850,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -846,16 +863,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1463,6 +1478,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1702,6 +1765,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1880,377 +1971,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2262,9 +2392,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2282,25 +2413,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2311,65 +2443,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2386,45 +2530,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2435,158 +2566,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3135,6 +3298,296 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "b80dab7f5ebdb47d1e94cc313e7944bbaa9ce8f0e9de760c8ded9e2a51785a1d" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_libwebp_xcode": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_libwebp_xcode", + "bazel_package_name": "swiftpkg_libwebp_xcode", + "commit": "b2b1d20a90b14d11f6ef4241da6b81c1d3f171e4", + "remote": "https://github.com/SDWebImage/libwebp-Xcode.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": true, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_geoswift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_geoswift", + "bazel_package_name": "swiftpkg_geoswift", + "commit": "2d23ede8c82c067655d3a9f0221bc73f08cd399a", + "remote": "https://github.com/GEOSwift/GEOSwift", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_geos": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_geos", + "bazel_package_name": "swiftpkg_geos", + "commit": "f510e634c822116fca615064d889300dba40d761", + "remote": "https://github.com/GEOSwift/geos.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_cocoalumberjack": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_cocoalumberjack", + "bazel_package_name": "swiftpkg_cocoalumberjack", + "commit": "363ed23d19a931809ea834a7d722da830353806a", + "remote": "https://github.com/CocoaLumberjack/CocoaLumberjack.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_opencombine": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_opencombine", + "bazel_package_name": "swiftpkg_opencombine", + "commit": "8576f0d579b27020beccbccc3ea6844f3ddfc2c2", + "remote": "https://github.com/OpenCombine/OpenCombine", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_log": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_log", + "bazel_package_name": "swiftpkg_swift_log", + "commit": "532d8b529501fb73a2455b179e0bbb6d49b652ed", + "remote": "https://github.com/apple/swift-log", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/ios_sim/MODULE.bazel b/examples/ios_sim/MODULE.bazel index fa0b66822..35e0f5db7 100644 --- a/examples/ios_sim/MODULE.bazel +++ b/examples/ios_sim/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/ios_sim/MODULE.bazel.lock b/examples/ios_sim/MODULE.bazel.lock index e51b04cd3..f717f4ada 100644 --- a/examples/ios_sim/MODULE.bazel.lock +++ b/examples/ios_sim/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "304403598d8a193d218a84fe833c2164c99f37c64ba9027a0e112df2871ea579", + "moduleFileHash": "74857ee2a60a8799af5ead078b3f41335f75947cdd9be53b8e7650e22d98f5ab", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -82,7 +82,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "rules_xcodeproj": "rules_xcodeproj@1.13.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -153,13 +153,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -207,8 +207,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -523,8 +523,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -543,10 +543,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -554,14 +554,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -571,15 +571,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -589,10 +590,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -604,6 +605,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -615,10 +617,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -628,7 +644,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -637,11 +653,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -692,7 +708,7 @@ } ], "deps": { - "bazel_features": "bazel_features@1.0.0", + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", @@ -863,10 +879,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -876,10 +892,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -893,10 +909,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -908,12 +924,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -924,10 +940,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -948,8 +964,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -962,8 +978,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -973,11 +989,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -985,16 +1002,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1300,10 +1315,10 @@ } } }, - "bazel_features@1.0.0": { + "bazel_features@1.1.1": { "name": "bazel_features", - "version": "1.0.0", - "key": "bazel_features@1.0.0", + "version": "1.1.1", + "key": "bazel_features@1.1.1", "repoName": "bazel_features", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -1311,9 +1326,9 @@ { "extensionBzlFile": "@bazel_features//private:extensions.bzl", "extensionName": "version_extension", - "usingModule": "bazel_features@1.0.0", + "usingModule": "bazel_features@1.1.1", "location": { - "file": "https://bcr.bazel.build/modules/bazel_features/1.0.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", "line": 6, "column": 24 }, @@ -1335,16 +1350,16 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "bazel_features~1.0.0", + "name": "bazel_features~1.1.1", "urls": [ - "https://github.com/bazel-contrib/bazel_features/releases/download/v1.0.0/bazel_features-v1.0.0.tar.gz" + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" ], - "integrity": "sha256-n8s9fL6Qh3JGKqpS8CuFeiJZENMNqjwlL2cOOvbYA20=", - "strip_prefix": "bazel_features-1.0.0", + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", "remote_patches": { - "https://bcr.bazel.build/modules/bazel_features/1.0.0/patches/module_dot_bazel_version.patch": "sha256-SjmKguw3ZwbgVye2gtOviZsiIFZCfSsbKCLcqphm5F0=" + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" }, - "remote_patch_strip": 0 + "remote_patch_strip": 1 } } }, @@ -1804,24 +1819,24 @@ } } }, - "@@bazel_features~1.0.0//private:extensions.bzl%version_extension": { + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { "general": { - "bzlTransitiveDigest": "LKmXjK1avT44pRhO3x6Hplu1mU9qrNOaHP+/tJ0VFfE=", + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "bazel_features_version": { - "bzlFile": "@@bazel_features~1.0.0//private:version_repo.bzl", + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", "ruleClassName": "version_repo", "attributes": { - "name": "bazel_features~1.0.0~version_extension~bazel_features_version" + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" } }, "bazel_features_globals": { - "bzlFile": "@@bazel_features~1.0.0//private:globals_repo.bzl", + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", "ruleClassName": "globals_repo", "attributes": { - "name": "bazel_features~1.0.0~version_extension~bazel_features_globals", + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", "globals": { "RunEnvironmentInfo": "5.3.0", "DefaultInfo": "0.0.1", @@ -2010,377 +2025,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2392,9 +2446,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2412,25 +2467,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2441,26 +2497,34 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } @@ -2469,7 +2533,7 @@ }, "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "FvN2KZwZqAdUBMvBJyslP13WtJZd5zEYF5vnJ0hZu3A=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -2488,39 +2552,43 @@ } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2537,45 +2605,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2586,158 +2641,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3289,9 +3376,9 @@ }, "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { "general": { - "bzlTransitiveDigest": "ymWOk7fs/7RxuwUD3ANiet3jbHuDfjJbxXEroSVucY4=", + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", "accumulatedFileDigests": { - "@@//:swift_deps_index.json": "033af0252fa457bb8dc29de5067cc03dd14f96a182f5fe3f5ef5c4972077de52" + "@@//:swift_deps_index.json": "ca3d3f04faa5448d1f8359590d3bf246c9e50ae01395712912e7b281df986854" }, "envVariables": {}, "generatedRepoSpecs": { @@ -3301,7 +3388,7 @@ "attributes": { "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_markdown", "bazel_package_name": "swiftpkg_swift_markdown", - "commit": "68b2fed9fb12fb71ac81e537f08bed430b189e35", + "commit": "e4f95e2dc23097a1a9a1dfdfe3fe3ee44de77378", "remote": "https://github.com/apple/swift-markdown.git", "dependencies_index": "@@//:swift_deps_index.json", "init_submodules": false, @@ -3321,7 +3408,7 @@ "attributes": { "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_cmark", "bazel_package_name": "swiftpkg_swift_cmark", - "commit": "29d9c97e6310b87c4799268eaa2fc76164b2dbd8", + "commit": "f218e5d7691f78b55bfa39b367763f4612486c35", "remote": "https://github.com/apple/swift-cmark.git", "dependencies_index": "@@//:swift_deps_index.json", "init_submodules": false, @@ -3363,7 +3450,7 @@ "attributes": { "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio", "bazel_package_name": "swiftpkg_swift_nio", - "commit": "3db5c4aeee8100d2db6f1eaf3864afdad5dc68fd", + "commit": "702cd7c56d5d44eeba73fdf83918339b26dc855c", "remote": "https://github.com/apple/swift-nio.git", "dependencies_index": "@@//:swift_deps_index.json", "init_submodules": false, @@ -3399,6 +3486,200 @@ } } } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } + }, + "@@rules_xcodeproj~1.13.0//xcodeproj:extensions.bzl%internal": { + "general": { + "bzlTransitiveDigest": "4fHGsaHNQQb0/H+TXMPot6YiFwMdc4hDnhHFC1ClCVs=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "rules_xcodeproj_generated": { + "bzlFile": "@@rules_xcodeproj~1.13.0//xcodeproj:repositories.bzl", + "ruleClassName": "generated_files_repo", + "attributes": { + "name": "rules_xcodeproj~1.13.0~internal~rules_xcodeproj_generated" + } + } + } + } + }, + "@@rules_xcodeproj~1.13.0//xcodeproj:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "4fHGsaHNQQb0/H+TXMPot6YiFwMdc4hDnhHFC1ClCVs=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "rules_xcodeproj_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_xcodeproj~1.13.0~non_module_deps~rules_xcodeproj_index_import", + "build_file_content": "load(\"@bazel_skylib//rules:native_binary.bzl\", \"native_binary\")\n\nnative_binary(\n name = \"index_import\",\n src = \"index-import\",\n out = \"index-import\",\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15", + "url": "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + } + } + } + } } } } diff --git a/examples/lottie_ios_example/MODULE.bazel b/examples/lottie_ios_example/MODULE.bazel index 239be8ff5..f1b80ff1e 100644 --- a/examples/lottie_ios_example/MODULE.bazel +++ b/examples/lottie_ios_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/lottie_ios_example/MODULE.bazel.lock b/examples/lottie_ios_example/MODULE.bazel.lock index 6f2128066..fda316d67 100644 --- a/examples/lottie_ios_example/MODULE.bazel.lock +++ b/examples/lottie_ios_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "4ba618f35eebf362831ea5ca0d78bfd295fe3c9f7812a0125f2c783fedf5fb45", + "moduleFileHash": "6bf84125ea2ba89add9d037f3ef94687f4426008a3363bc377ab97c20b439a34", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3282,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "163d9f4102deb3d2039eb9fcd11373e8b72e424be368b274f11648ab3620d1a7" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_lottie_spm": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_lottie_spm", + "bazel_package_name": "swiftpkg_lottie_spm", + "commit": "3e7eb8281ff9ac67e64a3a58a80c0aa9fa388b04", + "remote": "https://github.com/airbnb/lottie-spm", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/messagekit_example/MODULE.bazel b/examples/messagekit_example/MODULE.bazel index 4fe1b1160..4ae095d6d 100644 --- a/examples/messagekit_example/MODULE.bazel +++ b/examples/messagekit_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/messagekit_example/MODULE.bazel.lock b/examples/messagekit_example/MODULE.bazel.lock index 96b344895..5e7d2a843 100644 --- a/examples/messagekit_example/MODULE.bazel.lock +++ b/examples/messagekit_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "3d00b8153bbff3335ebe41bf5971e89bf363cc6c75d9768510acdd14b64096e9", + "moduleFileHash": "12239eccb76b8347c819442783713cbd541035e4f0bd9182a8129c6a822db419", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -82,7 +82,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -152,13 +152,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -206,8 +206,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -522,8 +522,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -542,10 +542,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -553,14 +553,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -570,15 +570,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -588,10 +589,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -603,6 +604,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -614,10 +616,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -627,7 +643,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -636,11 +652,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -794,10 +810,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -807,10 +823,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -824,10 +840,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -839,12 +855,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -855,10 +871,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -879,8 +895,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -893,8 +909,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -904,11 +920,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -916,16 +933,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1448,6 +1463,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1687,6 +1750,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1865,377 +1956,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2247,9 +2377,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2267,25 +2398,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2296,65 +2428,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2371,45 +2515,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2420,158 +2551,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3120,6 +3283,236 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "b0f093984a17cc9297c4ff9f00cf2e58bc17762911f69ed4e5b61aed5601bfb4" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_inputbaraccessoryview": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_inputbaraccessoryview", + "bazel_package_name": "swiftpkg_inputbaraccessoryview", + "commit": "17ced92a5dccb36512b408b6276353631d7cbe57", + "remote": "https://github.com/nathantannar4/InputBarAccessoryView", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_kingfisher": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_kingfisher", + "bazel_package_name": "swiftpkg_kingfisher", + "commit": "277f1ab2c6664b19b4a412e32b094b201e2d5757", + "remote": "https://github.com/onevcat/Kingfisher", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_messagekit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_messagekit", + "bazel_package_name": "swiftpkg_messagekit", + "commit": "1993e8e90d4e9a61b8d9bc8ceb733964ce943376", + "remote": "https://github.com/MessageKit/MessageKit", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/nimble_example/MODULE.bazel b/examples/nimble_example/MODULE.bazel index c7cc47c3b..6890345e3 100644 --- a/examples/nimble_example/MODULE.bazel +++ b/examples/nimble_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/nimble_example/MODULE.bazel.lock b/examples/nimble_example/MODULE.bazel.lock index d8e004421..4682a9484 100644 --- a/examples/nimble_example/MODULE.bazel.lock +++ b/examples/nimble_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "5956185da25c84e3876e33d9ff029fcfbdc993b36ab8e274adf739287719660d", + "moduleFileHash": "021804c11b3f4bee14a0db64dfedaddbb8debf38baa406b82cb76b782d3e003b", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -82,7 +82,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -152,13 +152,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -206,8 +206,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -522,8 +522,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -542,10 +542,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -553,14 +553,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -570,15 +570,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -588,10 +589,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -603,6 +604,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -614,10 +616,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -627,7 +643,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -636,11 +652,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -794,10 +810,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -807,10 +823,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -824,10 +840,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -839,12 +855,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -855,10 +871,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -879,8 +895,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -893,8 +909,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -904,11 +920,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -916,16 +933,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1448,6 +1463,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1687,6 +1750,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1865,377 +1956,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2247,9 +2377,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2267,25 +2398,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2296,65 +2428,98 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { + "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "xctestrunner": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_apple~3.1.1~non_module_deps~xctestrunner", + "urls": [ + "https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz" + ], + "strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6", + "sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d" + } + } + } + } + }, + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2371,45 +2536,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2420,158 +2572,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3120,6 +3304,256 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "b68d4e851040a2a01a7bc0d5a8fb5a20f23b0ccdddb74484567fb447c9bf5f57" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_cwlpreconditiontesting": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_cwlpreconditiontesting", + "bazel_package_name": "swiftpkg_cwlpreconditiontesting", + "commit": "c21f7bab5ca8eee0a9998bbd17ca1d0eb45d4688", + "remote": "https://github.com/mattgallagher/CwlPreconditionTesting.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_cwlcatchexception": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_cwlcatchexception", + "bazel_package_name": "swiftpkg_cwlcatchexception", + "commit": "35f9e770f54ce62dd8526470f14c6e137cef3eea", + "remote": "https://github.com/mattgallagher/CwlCatchException.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_nimble": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_nimble", + "bazel_package_name": "swiftpkg_nimble", + "commit": "d616f15123bfb36db1b1075153f73cf40605b39d", + "remote": "https://github.com/Quick/Nimble", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_quick": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_quick", + "bazel_package_name": "swiftpkg_quick", + "commit": "ef9aaf3f634b3a1ab6f54f1173fe2400b36e7cb8", + "remote": "https://github.com/Quick/Quick", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/objc_code/MODULE.bazel b/examples/objc_code/MODULE.bazel index 499b5e82d..a7f9d87b8 100644 --- a/examples/objc_code/MODULE.bazel +++ b/examples/objc_code/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/objc_code/MODULE.bazel.lock b/examples/objc_code/MODULE.bazel.lock index e4b9a1e95..0775646fa 100644 --- a/examples/objc_code/MODULE.bazel.lock +++ b/examples/objc_code/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "deb87548a9457e22b759b2a7af10849ebde057c77b03521d666a350bbbb4fcf0", + "moduleFileHash": "47df6cf2ff7e31fac53713866d768040cc46eed77063eb7c587485687885f011", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -80,7 +80,7 @@ "apple_support": "apple_support@1.11.1", "build_bazel_rules_swift": "rules_swift@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -150,13 +150,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -204,8 +204,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -435,8 +435,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -455,10 +455,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -466,14 +466,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -483,15 +483,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -501,10 +502,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -516,6 +517,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -527,10 +529,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -540,7 +556,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -549,11 +565,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -707,10 +723,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -720,10 +736,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -737,10 +753,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -752,12 +768,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -768,10 +784,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -792,8 +808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -806,8 +822,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -817,11 +833,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -829,16 +846,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1446,6 +1461,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1685,6 +1748,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1863,377 +1954,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2245,9 +2375,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2265,25 +2396,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2294,65 +2426,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2369,45 +2513,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2418,158 +2549,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3118,6 +3281,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "86f230a28fa47d7a2d4f80703f9c5319139a8a411c763afb730252227b062043" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_trustkit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_trustkit", + "bazel_package_name": "swiftpkg_trustkit", + "commit": "5718ba8720b4dafc5360aebfbc9762e2d5f2615e", + "remote": "https://github.com/datatheorem/TrustKit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/phone_number_kit/MODULE.bazel b/examples/phone_number_kit/MODULE.bazel index 8f7519f5f..779c20606 100644 --- a/examples/phone_number_kit/MODULE.bazel +++ b/examples/phone_number_kit/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/phone_number_kit/MODULE.bazel.lock b/examples/phone_number_kit/MODULE.bazel.lock index b402e15a6..130100e94 100644 --- a/examples/phone_number_kit/MODULE.bazel.lock +++ b/examples/phone_number_kit/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "1f2bbc1094323e83c96b736f97ccf24162cea3dbb062e2a7b95b6dd21e7a971e", + "moduleFileHash": "be8ccfa23e68637bc895c473f2040755c1b96e40074639a3dac10974c7a8d820", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,98 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { + "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "xctestrunner": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_apple~3.1.1~non_module_deps~xctestrunner", + "urls": [ + "https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz" + ], + "strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6", + "sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d" + } + } + } + } + }, + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2535,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", - "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2571,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3303,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "cf7b0330b0293d090ed5aa7a3440a913a9a3a1d677c3b7b6bcc8438b413aba68" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_phonenumberkit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_phonenumberkit", + "bazel_package_name": "swiftpkg_phonenumberkit", + "commit": "736e333d28c85fa4411e5210ded8c48a402b9300", + "remote": "https://github.com/marmelroy/PhoneNumberKit", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/pkg_manifest_minimal/MODULE.bazel b/examples/pkg_manifest_minimal/MODULE.bazel index 5dd13cceb..9d5e624be 100644 --- a/examples/pkg_manifest_minimal/MODULE.bazel +++ b/examples/pkg_manifest_minimal/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/pkg_manifest_minimal/MODULE.bazel.lock b/examples/pkg_manifest_minimal/MODULE.bazel.lock index 7c13d3921..ebe0e01cf 100644 --- a/examples/pkg_manifest_minimal/MODULE.bazel.lock +++ b/examples/pkg_manifest_minimal/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "c3cb4425ae0c9a11972f8315cd93fc2c5998420869752cadb8fa08dee7f5035c", + "moduleFileHash": "4df3f72893b1a888a1044f9309e7cb02123f3a60091f0827104227ca7bb7837c", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -83,7 +83,7 @@ "apple_support": "apple_support@1.11.1", "build_bazel_rules_swift": "rules_swift@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -153,13 +153,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -207,8 +207,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -438,8 +438,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -458,10 +458,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -469,14 +469,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -486,15 +486,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -504,10 +505,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -519,6 +520,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -530,10 +532,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -543,7 +559,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -552,11 +568,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -710,10 +726,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -723,10 +739,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -740,10 +756,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -755,12 +771,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -771,10 +787,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -795,8 +811,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -809,8 +825,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -820,11 +836,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -832,16 +849,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1449,6 +1464,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1688,6 +1751,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1866,377 +1957,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2248,9 +2378,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2268,25 +2399,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2297,65 +2429,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2372,45 +2516,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2421,158 +2552,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3121,6 +3284,246 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "0be2fd76c1955b0e51d3dbff726364802b4c9f89194d7c92f6a29371b2d129ee" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_swiftformat": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swiftformat", + "bazel_package_name": "swiftpkg_swiftformat", + "commit": "cac06079ce883170ab44cb021faad298daeec2a5", + "remote": "https://github.com/nicklockwood/SwiftFormat", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_my_local_package": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:local_swift_package.bzl", + "ruleClassName": "local_swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_my_local_package", + "bazel_package_name": "swiftpkg_my_local_package", + "path": "third_party/my_local_package", + "dependencies_index": "@@//:swift_deps_index.json" + } + }, + "swiftpkg_swift_argument_parser": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_argument_parser", + "bazel_package_name": "swiftpkg_swift_argument_parser", + "commit": "8f4d2753f0e4778c76d5f05ad16c74f707390531", + "remote": "https://github.com/apple/swift-argument-parser", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_log": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_log", + "bazel_package_name": "swiftpkg_swift_log", + "commit": "532d8b529501fb73a2455b179e0bbb6d49b652ed", + "remote": "https://github.com/apple/swift-log", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/resources_example/MODULE.bazel b/examples/resources_example/MODULE.bazel index 75549564e..1199a0eff 100644 --- a/examples/resources_example/MODULE.bazel +++ b/examples/resources_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/resources_example/MODULE.bazel.lock b/examples/resources_example/MODULE.bazel.lock index 4ee07d97d..624f969c3 100644 --- a/examples/resources_example/MODULE.bazel.lock +++ b/examples/resources_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "60fac72e00e812c4b01c9bbecaa1f3c7aa7f49c1dbe09e5c38f51d193c1b1693", + "moduleFileHash": "aac00500dc68f46dca7f406bf7fb061fcc57ab1c841508d8e3464957dbd9b5fb", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -83,7 +83,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -153,13 +153,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -207,8 +207,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -523,8 +523,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -543,10 +543,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -554,14 +554,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -571,15 +571,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -589,10 +590,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -604,6 +605,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -615,10 +617,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -628,7 +644,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -637,11 +653,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -795,10 +811,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -808,10 +824,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -825,10 +841,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -840,12 +856,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -856,10 +872,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -880,8 +896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -894,8 +910,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -905,11 +921,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -917,16 +934,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1449,6 +1464,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1688,6 +1751,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1866,377 +1957,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2248,9 +2378,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2268,25 +2399,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2297,65 +2429,98 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { + "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "xctestrunner": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_apple~3.1.1~non_module_deps~xctestrunner", + "urls": [ + "https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz" + ], + "strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6", + "sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d" + } + } + } + } + }, + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2372,45 +2537,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2421,158 +2573,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" + ], + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", + "patches": [ + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3121,6 +3305,276 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "ac437b0af21ed1c4237523ade840b2a516d1a0416e42e85428ca916c3b8fc315" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_googlesignin_ios": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_googlesignin_ios", + "bazel_package_name": "swiftpkg_googlesignin_ios", + "commit": "7932d33686c1dc4d7df7a919aae47361d1cdfda4", + "remote": "https://github.com/google/GoogleSignIn-iOS", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_appauth_ios": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_appauth_ios", + "bazel_package_name": "swiftpkg_appauth_ios", + "commit": "71cde449f13d453227e687458144bde372d30fc7", + "remote": "https://github.com/openid/AppAuth-iOS.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_gtmappauth": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_gtmappauth", + "bazel_package_name": "swiftpkg_gtmappauth", + "commit": "cee3c709307912d040bd1e06ca919875a92339c6", + "remote": "https://github.com/google/GTMAppAuth.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_package_with_resources": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:local_swift_package.bzl", + "ruleClassName": "local_swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_package_with_resources", + "bazel_package_name": "swiftpkg_package_with_resources", + "path": "third_party/package_with_resources", + "dependencies_index": "@@//:swift_deps_index.json" + } + }, + "swiftpkg_gtm_session_fetcher": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_gtm_session_fetcher", + "bazel_package_name": "swiftpkg_gtm_session_fetcher", + "commit": "d415594121c9e8a4f9d79cecee0965cf35e74dbd", + "remote": "https://github.com/google/gtm-session-fetcher.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_another_package_with_resources": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:local_swift_package.bzl", + "ruleClassName": "local_swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_another_package_with_resources", + "bazel_package_name": "swiftpkg_another_package_with_resources", + "path": "third_party/another_package_with_resources", + "dependencies_index": "@@//:swift_deps_index.json" + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/shake_ios_example/MODULE.bazel b/examples/shake_ios_example/MODULE.bazel index 9f1dc0208..0e3edb82f 100644 --- a/examples/shake_ios_example/MODULE.bazel +++ b/examples/shake_ios_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/shake_ios_example/MODULE.bazel.lock b/examples/shake_ios_example/MODULE.bazel.lock index f620a01f3..03c036484 100644 --- a/examples/shake_ios_example/MODULE.bazel.lock +++ b/examples/shake_ios_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "9737eae803221abeb986812b0f86fd1af4dabd89604a3422fa60a0932e2224bf", + "moduleFileHash": "bdf91cb73a31ead5125c347f16122b9c9ae44c534580acbe5e0d61c1acc469bd", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3282,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "a7debd05ef311b50593b72b9e7b02a824a374af4357c053d5c8c551e6f84297d" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_shake_ios": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_shake_ios", + "bazel_package_name": "swiftpkg_shake_ios", + "commit": "d733778c5b5d98adea1a0cd61ef96dcac8374132", + "remote": "https://github.com/shakebugs/shake-ios", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/snapkit_example/MODULE.bazel b/examples/snapkit_example/MODULE.bazel index 7ef4841bb..bd0a869c9 100644 --- a/examples/snapkit_example/MODULE.bazel +++ b/examples/snapkit_example/MODULE.bazel @@ -28,7 +28,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/snapkit_example/MODULE.bazel.lock b/examples/snapkit_example/MODULE.bazel.lock index 9977f7b2b..451629f49 100644 --- a/examples/snapkit_example/MODULE.bazel.lock +++ b/examples/snapkit_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "f958c437d4e7f39969d1e7abbc4e69536b65956e8e0a0b2c1634c3850c8859c4", + "moduleFileHash": "3744fa4dd839949c7a0dc9e73f1fc48aed041d21dae8d65fdb84267128e117dd", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3282,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "c632b262f243e2b65147d41d59c9a07d53cf3b50572075b6edf7f34f4cb811e7" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_snapkit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_snapkit", + "bazel_package_name": "swiftpkg_snapkit", + "commit": "f222cbdf325885926566172f6f5f06af95473158", + "remote": "https://github.com/SnapKit/SnapKit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/soto_example/MODULE.bazel b/examples/soto_example/MODULE.bazel index 577394e44..46f87abc1 100644 --- a/examples/soto_example/MODULE.bazel +++ b/examples/soto_example/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/soto_example/MODULE.bazel.lock b/examples/soto_example/MODULE.bazel.lock index 51558be0f..8f6a220a4 100644 --- a/examples/soto_example/MODULE.bazel.lock +++ b/examples/soto_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "7a7f0e95b658215d20361bb1d738b5aa7b05a709c2cce0497460883ced0c9ce5", + "moduleFileHash": "748f9b8639ca49ce55e833662893af9715f8998b1886c9e325b2ba323000737c", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", - "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3282,436 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "e8230148ef2de7887ea993323b5e120142e184596e9dc194796dff5c77e462ac" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_swift_metrics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_metrics", + "bazel_package_name": "swiftpkg_swift_metrics", + "commit": "e8bced74bc6d747745935e469f45d03f048d6cbd", + "remote": "https://github.com/apple/swift-metrics.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_extras": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_extras", + "bazel_package_name": "swiftpkg_swift_nio_extras", + "commit": "d75ed708d00353acf173ca23018b6bd46f949464", + "remote": "https://github.com/apple/swift-nio-extras.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_soto": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_soto", + "bazel_package_name": "swiftpkg_soto", + "commit": "939e61467a9adfd78520b46eddf756a09291f7e1", + "remote": "https://github.com/soto-project/soto.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_jmespath.swift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_jmespath.swift", + "bazel_package_name": "swiftpkg_jmespath.swift", + "commit": "4513d319c4aaa6c3b2ac18e1e6566a803515ad91", + "remote": "https://github.com/adam-fowler/jmespath.swift.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio", + "bazel_package_name": "swiftpkg_swift_nio", + "commit": "45167b8006448c79dda4b7bd604e07a034c15c49", + "remote": "https://github.com/apple/swift-nio.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_atomics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_atomics", + "bazel_package_name": "swiftpkg_swift_atomics", + "commit": "6c89474e62719ddcc1e9614989fff2f68208fe10", + "remote": "https://github.com/apple/swift-atomics.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_async_http_client": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_async_http_client", + "bazel_package_name": "swiftpkg_async_http_client", + "commit": "864c8d9e0ead5de7ba70b61c8982f89126710863", + "remote": "https://github.com/swift-server/async-http-client.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_ssl": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_ssl", + "bazel_package_name": "swiftpkg_swift_nio_ssl", + "commit": "4fb7ead803e38949eb1d6fabb849206a72c580f3", + "remote": "https://github.com/apple/swift-nio-ssl.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_http2": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_http2", + "bazel_package_name": "swiftpkg_swift_nio_http2", + "commit": "38feec96bcd929028939107684073554bf01abeb", + "remote": "https://github.com/apple/swift-nio-http2.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_collections": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_collections", + "bazel_package_name": "swiftpkg_swift_collections", + "commit": "937e904258d22af6e447a0b72c0bc67583ef64a2", + "remote": "https://github.com/apple/swift-collections.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_transport_services": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_transport_services", + "bazel_package_name": "swiftpkg_swift_nio_transport_services", + "commit": "c0d9a144cfaec8d3d596aadde3039286a266c15c", + "remote": "https://github.com/apple/swift-nio-transport-services.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_soto_core": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_soto_core", + "bazel_package_name": "swiftpkg_soto_core", + "commit": "1ddc6a9d21fa129e24886a0085e8b6091777f924", + "remote": "https://github.com/soto-project/soto-core.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_log": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_log", + "bazel_package_name": "swiftpkg_swift_log", + "commit": "32e8d724467f8fe623624570367e3d50c5638e46", + "remote": "https://github.com/apple/swift-log.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/stripe_example/MODULE.bazel b/examples/stripe_example/MODULE.bazel index 3e83bc5c5..62cc7690d 100644 --- a/examples/stripe_example/MODULE.bazel +++ b/examples/stripe_example/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/stripe_example/MODULE.bazel.lock b/examples/stripe_example/MODULE.bazel.lock index fb66ae42d..72c9909ea 100644 --- a/examples/stripe_example/MODULE.bazel.lock +++ b/examples/stripe_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "feff0e753741395e02cc5f2c014767828b55e3a603002715e56e34e1092f74a7", + "moduleFileHash": "961b1fc9251c832c1764cbb69af9d3c6b0db9ac7f9ea6c1707e7c67d81085b28", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2514,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2550,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3282,196 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "3e6f28f11f9a203872d54e5b81a41217b504eb7e582d6acffe3cb9cc4fbd7c94" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_stripe_ios": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_stripe_ios", + "bazel_package_name": "swiftpkg_stripe_ios", + "commit": "e73246d9c1dc73ceeae72b917f8bf98c54d5af18", + "remote": "https://github.com/stripe/stripe-ios", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/tca_example/MODULE.bazel b/examples/tca_example/MODULE.bazel index 5a03446ad..0d400e31c 100644 --- a/examples/tca_example/MODULE.bazel +++ b/examples/tca_example/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/tca_example/MODULE.bazel.lock b/examples/tca_example/MODULE.bazel.lock index 852c905c2..8bfb4e31c 100644 --- a/examples/tca_example/MODULE.bazel.lock +++ b/examples/tca_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "a94077964392606457562bf5c85602933ccd75cf2eedc25803f34d505779b7fb", + "moduleFileHash": "3b63295fa68523af703610f1412be0835011c5ce2670aab578cd0dfe158e9dff", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -81,7 +81,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -151,13 +151,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -205,8 +205,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -521,8 +521,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -541,10 +541,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -552,14 +552,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -569,15 +569,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -587,10 +588,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -602,6 +603,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -613,10 +615,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -626,7 +642,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -635,11 +651,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -793,10 +809,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -806,10 +822,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -823,10 +839,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -838,12 +854,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -854,10 +870,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -878,8 +894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -892,8 +908,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -903,11 +919,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -915,16 +932,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1447,6 +1462,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1686,6 +1749,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1864,377 +1955,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2246,9 +2376,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2266,25 +2397,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2295,65 +2427,98 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { + "@@rules_apple~3.1.1//apple:extensions.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "bzlTransitiveDigest": "qtprNaNQs1t4snJ9OPZii/Sk3Rw9CZ96CeXalzhUxZE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "xctestrunner": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_apple~3.1.1~non_module_deps~xctestrunner", + "urls": [ + "https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz" + ], + "strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6", + "sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d" + } + } + } + } + }, + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2370,45 +2535,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2419,158 +2571,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3119,6 +3303,416 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "d361df463c11779fbdc9b12eb8973a1aaf494084f39a277e25a848c232ad01a0" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_swift_concurrency_extras": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_concurrency_extras", + "bazel_package_name": "swiftpkg_swift_concurrency_extras", + "commit": "bb5059bde9022d69ac516803f4f227d8ac967f71", + "remote": "https://github.com/pointfreeco/swift-concurrency-extras", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swiftui_navigation": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swiftui_navigation", + "bazel_package_name": "swiftpkg_swiftui_navigation", + "commit": "a3aa5d46e8bf174d773d23b030f1c103999398ac", + "remote": "https://github.com/pointfreeco/swiftui-navigation", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_composable_architecture": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_composable_architecture", + "bazel_package_name": "swiftpkg_swift_composable_architecture", + "commit": "eddc1869b37ce42e3b34e72b1e1355d049e73970", + "remote": "https://github.com/pointfreeco/swift-composable-architecture", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_syntax": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_syntax", + "bazel_package_name": "swiftpkg_swift_syntax", + "commit": "6ad4ea24b01559dde0773e3d091f1b9e36175036", + "remote": "https://github.com/apple/swift-syntax", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_xctest_dynamic_overlay": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_xctest_dynamic_overlay", + "bazel_package_name": "swiftpkg_xctest_dynamic_overlay", + "commit": "23cbf2294e350076ea4dbd7d5d047c1e76b03631", + "remote": "https://github.com/pointfreeco/xctest-dynamic-overlay", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_identified_collections": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_identified_collections", + "bazel_package_name": "swiftpkg_swift_identified_collections", + "commit": "d1e45f3e1eee2c9193f5369fa9d70a6ddad635e8", + "remote": "https://github.com/pointfreeco/swift-identified-collections", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_collections": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_collections", + "bazel_package_name": "swiftpkg_swift_collections", + "commit": "a902f1823a7ff3c9ab2fba0f992396b948eda307", + "remote": "https://github.com/apple/swift-collections", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_clocks": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_clocks", + "bazel_package_name": "swiftpkg_swift_clocks", + "commit": "d1fd837326aa719bee979bdde1f53cd5797443eb", + "remote": "https://github.com/pointfreeco/swift-clocks", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_case_paths": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_case_paths", + "bazel_package_name": "swiftpkg_swift_case_paths", + "commit": "ed7facdd4a361514b46e3bbc6238cd41c84be4ec", + "remote": "https://github.com/pointfreeco/swift-case-paths", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_custom_dump": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_custom_dump", + "bazel_package_name": "swiftpkg_swift_custom_dump", + "commit": "3efbfba0e4e56c7187cc19137ee16b7c95346b79", + "remote": "https://github.com/pointfreeco/swift-custom-dump", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_combine_schedulers": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_combine_schedulers", + "bazel_package_name": "swiftpkg_combine_schedulers", + "commit": "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb", + "remote": "https://github.com/pointfreeco/combine-schedulers", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_dependencies": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_dependencies", + "bazel_package_name": "swiftpkg_swift_dependencies", + "commit": "4e1eb6e28afe723286d8cc60611237ffbddba7c5", + "remote": "https://github.com/pointfreeco/swift-dependencies", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/vapor_example/MODULE.bazel b/examples/vapor_example/MODULE.bazel index 23cf7a0bf..5398c67af 100644 --- a/examples/vapor_example/MODULE.bazel +++ b/examples/vapor_example/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/vapor_example/MODULE.bazel.lock b/examples/vapor_example/MODULE.bazel.lock index f23fbd2d8..6df9c37a3 100644 --- a/examples/vapor_example/MODULE.bazel.lock +++ b/examples/vapor_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "cea25cf840f88ae9e342e2ca562e78c456d80563bb39fa0d3ee379ea1e8a0334", + "moduleFileHash": "a69b38e74cde2d08ee120fa10d27cbc2cb0b79c93e2b879c56657e97a393f41e", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -83,7 +83,7 @@ "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -153,13 +153,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -207,8 +207,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -523,8 +523,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -543,10 +543,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -554,14 +554,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -571,15 +571,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -589,10 +590,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -604,6 +605,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -615,10 +617,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -628,7 +644,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -637,11 +653,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -795,10 +811,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -808,10 +824,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -825,10 +841,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -840,12 +856,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -856,10 +872,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -880,8 +896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -894,8 +910,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -905,11 +921,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -917,16 +934,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1449,6 +1464,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1688,6 +1751,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1866,377 +1957,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2248,9 +2378,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2268,25 +2399,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2297,65 +2429,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2372,45 +2516,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", - "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" - ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2421,158 +2552,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3121,6 +3284,676 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//swift:deps_index.json": "185697fc5d42574d07c898656821dfc01e59c49d5f48a4f5bae40f9417f40e47" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_fluent_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent_kit", + "bazel_package_name": "swiftpkg_fluent_kit", + "commit": "e0bb2b060249b7a501249b1612807b2eaaec28c6", + "remote": "https://github.com/vapor/fluent-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_fluent_sqlite_driver": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent_sqlite_driver", + "bazel_package_name": "swiftpkg_fluent_sqlite_driver", + "commit": "d76674f9ec744c773c4126384abe6e74bea68bab", + "remote": "https://github.com/vapor/fluent-sqlite-driver.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_console_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_console_kit", + "bazel_package_name": "swiftpkg_console_kit", + "commit": "f4ef965dadd999f7e4687053153c97b8b320819c", + "remote": "https://github.com/vapor/console-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_sqlite_nio": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_sqlite_nio", + "bazel_package_name": "swiftpkg_sqlite_nio", + "commit": "f46b6db58333b1dbff012c9030b8dcd455c2f645", + "remote": "https://github.com/vapor/sqlite-nio.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_metrics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_metrics", + "bazel_package_name": "swiftpkg_swift_metrics", + "commit": "9b39d811a83cf18b79d7d5513b06f8b290198b10", + "remote": "https://github.com/apple/swift-metrics.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_extras": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_extras", + "bazel_package_name": "swiftpkg_swift_nio_extras", + "commit": "0e0d0aab665ff1a0659ce75ac003081f2b1c8997", + "remote": "https://github.com/apple/swift-nio-extras.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_fluent": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent", + "bazel_package_name": "swiftpkg_fluent", + "commit": "4b4d8bf15a06fd60137e9c543e5503c4b842654e", + "remote": "https://github.com/vapor/fluent.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_sqlite_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_sqlite_kit", + "bazel_package_name": "swiftpkg_sqlite_kit", + "commit": "b4766692f2b3e26e4809aeb9f298c9811fdfe4ed", + "remote": "https://github.com/vapor/sqlite-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_multipart_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_multipart_kit", + "bazel_package_name": "swiftpkg_multipart_kit", + "commit": "0d55c35e788451ee27222783c7d363cb88092fab", + "remote": "https://github.com/vapor/multipart-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio", + "bazel_package_name": "swiftpkg_swift_nio", + "commit": "702cd7c56d5d44eeba73fdf83918339b26dc855c", + "remote": "https://github.com/apple/swift-nio.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_ssl": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_ssl", + "bazel_package_name": "swiftpkg_swift_nio_ssl", + "commit": "320bd978cceb8e88c125dcbb774943a92f6286e9", + "remote": "https://github.com/apple/swift-nio-ssl.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_sql_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_sql_kit", + "bazel_package_name": "swiftpkg_sql_kit", + "commit": "b2f128cb62a3abfbb1e3b2893ff3ee69e70f4f0f", + "remote": "https://github.com/vapor/sql-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_collections": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_collections", + "bazel_package_name": "swiftpkg_swift_collections", + "commit": "937e904258d22af6e447a0b72c0bc67583ef64a2", + "remote": "https://github.com/apple/swift-collections.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_transport_services": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_transport_services", + "bazel_package_name": "swiftpkg_swift_nio_transport_services", + "commit": "e7403c35ca6bb539a7ca353b91cc2d8ec0362d58", + "remote": "https://github.com/apple/swift-nio-transport-services.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_routing_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_routing_kit", + "bazel_package_name": "swiftpkg_routing_kit", + "commit": "ffac7b3a127ce1e85fb232f1a6271164628809ad", + "remote": "https://github.com/vapor/routing-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_vapor": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_vapor", + "bazel_package_name": "swiftpkg_vapor", + "commit": "da9c2805b1b93751b1922bbbf343aa120e9942c8", + "remote": "https://github.com/vapor/vapor.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_crypto": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_crypto", + "bazel_package_name": "swiftpkg_swift_crypto", + "commit": "75ec60b8b4cc0f085c3ac414f3dca5625fa3588e", + "remote": "https://github.com/apple/swift-crypto.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_numerics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_numerics", + "bazel_package_name": "swiftpkg_swift_numerics", + "commit": "0a5bc04095a675662cf24757cc0640aa2204253b", + "remote": "https://github.com/apple/swift-numerics", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_websocket_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_websocket_kit", + "bazel_package_name": "swiftpkg_websocket_kit", + "commit": "53fe0639a98903858d0196b699720decb42aee7b", + "remote": "https://github.com/vapor/websocket-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_atomics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_atomics", + "bazel_package_name": "swiftpkg_swift_atomics", + "commit": "6c89474e62719ddcc1e9614989fff2f68208fe10", + "remote": "https://github.com/apple/swift-atomics.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_async_http_client": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_async_http_client", + "bazel_package_name": "swiftpkg_async_http_client", + "commit": "16f7e62c08c6969899ce6cc277041e868364e5cf", + "remote": "https://github.com/swift-server/async-http-client.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_algorithms": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_algorithms", + "bazel_package_name": "swiftpkg_swift_algorithms", + "commit": "b14b7f4c528c942f121c8b860b9410b2bf57825e", + "remote": "https://github.com/apple/swift-algorithms.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_http2": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_http2", + "bazel_package_name": "swiftpkg_swift_nio_http2", + "commit": "9c22e4f810ce780453f563fba98e1a1039f83d56", + "remote": "https://github.com/apple/swift-nio-http2.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_log": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_log", + "bazel_package_name": "swiftpkg_swift_log", + "commit": "532d8b529501fb73a2455b179e0bbb6d49b652ed", + "remote": "https://github.com/apple/swift-log.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_async_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_async_kit", + "bazel_package_name": "swiftpkg_async_kit", + "commit": "eab9edff78e8ace20bd7cb6e792ab46d54f59ab9", + "remote": "https://github.com/vapor/async-kit.git", + "dependencies_index": "@@//swift:deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/examples/vapor_example/swift/Package.resolved b/examples/vapor_example/swift/Package.resolved index 39eff0750..c810ff424 100644 --- a/examples/vapor_example/swift/Package.resolved +++ b/examples/vapor_example/swift/Package.resolved @@ -117,15 +117,6 @@ "version" : "1.1.0" } }, - { - "identity" : "swift-backtrace", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swift-server/swift-backtrace.git", - "state" : { - "revision" : "80746bdd0ac8a7d83aad5d89dac3cbf15de652e6", - "version" : "1.3.4" - } - }, { "identity" : "swift-collections", "kind" : "remoteSourceControl", diff --git a/examples/vapor_example/swift/deps.bzl b/examples/vapor_example/swift/deps.bzl index ef677ee7c..580f1e1e7 100644 --- a/examples/vapor_example/swift/deps.bzl +++ b/examples/vapor_example/swift/deps.bzl @@ -105,14 +105,6 @@ def swift_dependencies(): remote = "https://github.com/apple/swift-atomics.git", ) - # version: 1.3.4 - swift_package( - name = "swiftpkg_swift_backtrace", - commit = "80746bdd0ac8a7d83aad5d89dac3cbf15de652e6", - dependencies_index = "@//swift:deps_index.json", - remote = "https://github.com/swift-server/swift-backtrace.git", - ) - # version: 1.0.4 swift_package( name = "swiftpkg_swift_collections", diff --git a/examples/vapor_example/swift/deps_index.json b/examples/vapor_example/swift/deps_index.json index 84dd3b727..20e3dea62 100644 --- a/examples/vapor_example/swift/deps_index.json +++ b/examples/vapor_example/swift/deps_index.json @@ -210,26 +210,6 @@ "Atomics" ] }, - { - "name": "Backtrace", - "c99name": "Backtrace", - "src_type": "swift", - "label": "@swiftpkg_swift_backtrace//:Sources_Backtrace", - "package_identity": "swift-backtrace", - "product_memberships": [ - "Backtrace" - ] - }, - { - "name": "CBacktrace", - "c99name": "CBacktrace", - "src_type": "clang", - "label": "@swiftpkg_swift_backtrace//:Sources_CBacktrace", - "package_identity": "swift-backtrace", - "product_memberships": [ - "Backtrace" - ] - }, { "name": "Collections", "c99name": "Collections", @@ -1009,14 +989,6 @@ "@swiftpkg_swift_atomics//:Sources_Atomics" ] }, - { - "identity": "swift-backtrace", - "name": "Backtrace", - "type": "library", - "target_labels": [ - "@swiftpkg_swift_backtrace//:Sources_Backtrace" - ] - }, { "identity": "swift-collections", "name": "Collections", @@ -1408,15 +1380,6 @@ "version": "1.1.0" } }, - { - "name": "swiftpkg_swift_backtrace", - "identity": "swift-backtrace", - "remote": { - "commit": "80746bdd0ac8a7d83aad5d89dac3cbf15de652e6", - "remote": "https://github.com/swift-server/swift-backtrace.git", - "version": "1.3.4" - } - }, { "name": "swiftpkg_swift_collections", "identity": "swift-collections", diff --git a/examples/xcmetrics_example/MODULE.bazel b/examples/xcmetrics_example/MODULE.bazel index 982a64212..d16a917c8 100644 --- a/examples/xcmetrics_example/MODULE.bazel +++ b/examples/xcmetrics_example/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", ) diff --git a/examples/xcmetrics_example/MODULE.bazel.lock b/examples/xcmetrics_example/MODULE.bazel.lock index f83508412..b19b522b6 100644 --- a/examples/xcmetrics_example/MODULE.bazel.lock +++ b/examples/xcmetrics_example/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "e99132b4c3a1da3f8b20bfd5f00cc58a33b2072573125841ca3c627d3cc63176", + "moduleFileHash": "31169f092649b00dca72d4e8cda5c4977b76743666d582bce72bd3c751fc16ae", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_swift_package_manager": "8bbd76030ac2d37d53d6807a2a9d4a65fdc40b19d359a1b798cc9ba57f561273" + "rules_swift_package_manager": "a14d3497e73bf72f98246a88f297a0a35e5c025fe6906089a13d626d7a2d7691" }, "moduleDepGraph": { "": { @@ -80,7 +80,7 @@ "apple_support": "apple_support@1.11.1", "build_bazel_rules_swift": "rules_swift@1.13.0", "bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -150,13 +150,13 @@ "deps": { "cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.18.1", "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "apple_support": "apple_support@1.11.1", "rules_cc": "rules_cc@0.0.9", "platforms": "platforms@0.0.7", "build_bazel_rules_swift": "rules_swift@1.13.0", "build_bazel_rules_apple": "rules_apple@3.1.1", - "bazel_gazelle": "gazelle@0.32.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -204,8 +204,8 @@ } ], "deps": { - "io_bazel_rules_go": "rules_go@0.41.0", - "bazel_gazelle": "gazelle@0.32.0", + "io_bazel_rules_go": "rules_go@0.43.0", + "bazel_gazelle": "gazelle@0.34.0", "bazel_skylib": "bazel_skylib@1.5.0", "io_bazel_stardoc": "stardoc@0.5.6", "buildifier_prebuilt": "buildifier_prebuilt@6.0.0.1", @@ -435,8 +435,8 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.32.0", - "io_bazel_rules_go": "rules_go@0.41.0", + "bazel_gazelle": "gazelle@0.34.0", + "io_bazel_rules_go": "rules_go@0.43.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -455,10 +455,10 @@ } } }, - "gazelle@0.32.0": { + "gazelle@0.34.0": { "name": "gazelle", - "version": "0.32.0", - "key": "gazelle@0.32.0", + "version": "0.34.0", + "key": "gazelle@0.34.0", "repoName": "bazel_gazelle", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -466,14 +466,14 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 12, "column": 23 }, "imports": { - "go_sdk": "go_default_sdk" + "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" }, "devImports": [], "tags": [], @@ -483,15 +483,16 @@ { "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", "extensionName": "non_module_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", "line": 20, "column": 32 }, "imports": { "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", + "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" }, "devImports": [], "tags": [], @@ -501,10 +502,10 @@ { "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "gazelle@0.32.0", + "usingModule": "gazelle@0.34.0", "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 27, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 28, "column": 24 }, "imports": { @@ -516,6 +517,7 @@ "org_golang_x_mod": "org_golang_x_mod", "org_golang_x_sync": "org_golang_x_sync", "org_golang_x_tools": "org_golang_x_tools", + "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" }, "devImports": [], @@ -527,10 +529,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.32.0/MODULE.bazel", - "line": 28, + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 29, "column": 18 } + }, + { + "tagName": "module", + "attributeValues": { + "path": "golang.org/x/tools", + "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + "version": "v0.13.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", + "line": 33, + "column": 15 + } } ], "hasDevUseExtension": false, @@ -540,7 +556,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "com_google_protobuf": "protobuf@21.7", - "io_bazel_rules_go": "rules_go@0.41.0", + "io_bazel_rules_go": "rules_go@0.43.0", "rules_proto": "rules_proto@5.3.0-21.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -549,11 +565,11 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "gazelle~0.32.0", + "name": "gazelle~0.34.0", "urls": [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.32.0/bazel-gazelle-v0.32.0.tar.gz" + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ], - "integrity": "sha256-KSGPjgzr5YNkPL+Tyub5cb6KJITNz6HkUFdljfjVQAI=", + "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -707,10 +723,10 @@ "bazel_tools": "bazel_tools@_" } }, - "rules_go@0.41.0": { + "rules_go@0.43.0": { "name": "rules_go", - "version": "0.41.0", - "key": "rules_go@0.41.0", + "version": "0.43.0", + "key": "rules_go@0.43.0", "repoName": "io_bazel_rules_go", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -720,10 +736,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", "extensionName": "non_module_dependencies", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 13, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 14, "column": 40 }, "imports": { @@ -737,10 +753,10 @@ { "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", "extensionName": "go_sdk", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 19, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 20, "column": 23 }, "imports": { @@ -752,12 +768,12 @@ "tagName": "download", "attributeValues": { "name": "go_default_sdk", - "version": "1.20.2" + "version": "1.21.1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 21, "column": 16 } } @@ -768,10 +784,10 @@ { "extensionBzlFile": "@gazelle//:extensions.bzl", "extensionName": "go_deps", - "usingModule": "rules_go@0.41.0", + "usingModule": "rules_go@0.43.0", "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 30, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 31, "column": 24 }, "imports": { @@ -792,8 +808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 31, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 32, "column": 18 } }, @@ -806,8 +822,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.41.0/MODULE.bazel", - "line": 32, + "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", + "line": 33, "column": 15 } } @@ -817,11 +833,12 @@ } ], "deps": { + "bazel_features": "bazel_features@1.1.1", "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.7", "rules_proto": "rules_proto@5.3.0-21.7", "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.32.0", + "gazelle": "gazelle@0.34.0", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -829,16 +846,14 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0", + "name": "rules_go~0.43.0", "urls": [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip" + "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip" ], - "integrity": "sha256-J4t/9agm89wQ8E/q8LcNSLaHSMzVEtf5i/RCB38EP+M=", + "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_go/0.41.0/patches/bump_gazelle_version.patch": "sha256-50a277c9CqDhHN0A+EnA++cjEzbCBbhjRao/xOoGgHk=" - }, - "remote_patch_strip": 1 + "remote_patches": {}, + "remote_patch_strip": 0 } } }, @@ -1446,6 +1461,54 @@ } } }, + "bazel_features@1.1.1": { + "name": "bazel_features", + "version": "1.1.1", + "key": "bazel_features@1.1.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_features~1.1.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz" + ], + "integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=", + "strip_prefix": "bazel_features-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.1.1/patches/module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs=" + }, + "remote_patch_strip": 1 + } + } + }, "rules_pkg@0.7.0": { "name": "rules_pkg", "version": "0.7.0", @@ -1685,6 +1748,34 @@ } } }, + "@@bazel_features~1.1.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "xm7Skm1Las5saxzFWt2hbS+e68BWi+MXyt6+lKIhjPA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.1.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.1.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.1.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", @@ -1863,377 +1954,416 @@ } } }, - "@@gazelle~0.32.0//:extensions.bzl%go_deps": { + "@@gazelle~0.34.0//:extensions.bzl%go_deps": { "general": { - "bzlTransitiveDigest": "YrW3LfmthaiuxDs+yU7jeVnkxHvRzUiEdu3bZung8pg=", + "bzlTransitiveDigest": "bxCC2wkQKI2fVRS2z8qAkH7FpoBFV1H7+yyT3EXXdbU=", "accumulatedFileDigests": { - "@@gazelle~0.32.0//:go.sum": "7491cc4ce7c344c149d512167d9e580be4d3c1dcd6fbb334e677ead2c2951b3d", - "@@rules_swift_package_manager~override//:go.sum": "29853410c2f8b17d0e2d1a18958e7619a699b17daedb4373096b772191874090", - "@@rules_go~0.41.0//:go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~0.34.0//:go.mod": "9ae159a385b2f244bbe964b9f91dbea6e7bd534e0b22e846655f241c65de2c49", + "@@rules_go~0.43.0//:go.mod": "58f9901703af412a1a8771d283721ef391c0ca1cc6ef3c141334311965535676", + "@@rules_swift_package_manager~override//:go.sum": "c85b0d1ec5614ff0c37e27a67300af5107287c4e819355fb16b0bab87dde13a4", "@@cgrindel_bazel_starlib~0.18.1//:go.sum": "c50d75994c714e6fddfc6eb0cb8da5d2c40ff0ca816fa655ed0cf397cf16a27b", - "@@gazelle~0.32.0//:go.mod": "bba4cfc2ab0f927f85f142b92843ab4dfb3c0be11aec9c663203a6543c0cde9b", - "@@rules_swift_package_manager~override//:go.mod": "e1a9a11c38e989296b4998de2301103156c0c249ee7ca4dd8b93ab8e7f140113", - "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e", - "@@rules_go~0.41.0//:go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a" + "@@rules_swift_package_manager~override//:go.mod": "2f0b3aa86bc21dfb1034f63c67495d43b37d182dc7c1a7d79d44c8d9e241c37a", + "@@gazelle~0.34.0//:go.sum": "7469786f3930030c430969cedae951e6947cb40f4a563dac94a350659c0fedc4", + "@@rules_go~0.43.0//:go.sum": "c6368ec1da45691f9148115d7317e740c3b32313b624b8f6545ef36b2ab4d781", + "@@cgrindel_bazel_starlib~0.18.1//:go.mod": "2a988325920be786451553b4c7e4251b65cf3de0a1bd8a7917ff742cd33a278e" }, "envVariables": {}, "generatedRepoSpecs": { + "org_golang_x_tools_go_vcs": { + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools_go_vcs", + "importpath": "golang.org/x/tools/go/vcs", + "build_directives": [], + "build_file_generation": "auto", + "build_extra_args": [], + "patches": [], + "patch_args": [], + "sum": "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + "replace": "", + "version": "v0.1.0-deprecated" + } + }, "com_github_fsnotify_fsnotify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_fsnotify_fsnotify", + "name": "gazelle~0.34.0~go_deps~com_github_fsnotify_fsnotify", "importpath": "github.com/fsnotify/fsnotify", - "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", + "replace": "", + "version": "v1.7.0" } }, "com_github_pmezard_go_difflib": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_pmezard_go_difflib", + "name": "gazelle~0.34.0~go_deps~com_github_pmezard_go_difflib", "importpath": "github.com/pmezard/go-difflib", - "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", - "replace": "", - "version": "v1.0.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0" } }, "com_github_bmatcuk_doublestar_v4": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bmatcuk_doublestar_v4", + "name": "gazelle~0.34.0~go_deps~com_github_bmatcuk_doublestar_v4", "importpath": "github.com/bmatcuk/doublestar/v4", - "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", - "replace": "", - "version": "v4.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", + "replace": "", + "version": "v4.6.1" } }, "com_github_deckarep_golang_set_v2": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_deckarep_golang_set_v2", + "name": "gazelle~0.34.0~go_deps~com_github_deckarep_golang_set_v2", "importpath": "github.com/deckarep/golang-set/v2", - "sum": "h1:vjmkvJt/IV27WXPyYQpAh4bRyWJc5Y435D17XQ9QU5A=", - "replace": "", - "version": "v2.3.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:DnfgWKdhvHM8Kihdw9fKWXd08EdsPiyoHsk5bfsmkNI=", + "replace": "", + "version": "v2.4.0" } }, "com_github_davecgh_go_spew": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_davecgh_go_spew", + "name": "gazelle~0.34.0~go_deps~com_github_davecgh_go_spew", "importpath": "github.com/davecgh/go-spew", - "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "replace": "", - "version": "v1.1.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", + "replace": "", + "version": "v1.1.1" } }, "org_golang_x_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_tools", + "name": "gazelle~0.34.0~go_deps~org_golang_x_tools", "importpath": "golang.org/x/tools", - "sum": "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - "replace": "", - "version": "v0.9.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=", + "replace": "", + "version": "v0.14.0" } }, "com_github_bazelbuild_buildtools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_bazelbuild_buildtools", + "name": "gazelle~0.34.0~go_deps~com_github_bazelbuild_buildtools", "importpath": "github.com/bazelbuild/buildtools", - "sum": "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - "replace": "", - "version": "v0.0.0-20230510134650-37bd1811516d", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + "replace": "", + "version": "v0.0.0-20231017121127-23aa65d4e117" } }, "org_golang_x_exp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_exp", + "name": "gazelle~0.34.0~go_deps~org_golang_x_exp", "importpath": "golang.org/x/exp", - "sum": "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - "replace": "", - "version": "v0.0.0-20230522175609-2e198f4a06a1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + "replace": "", + "version": "v0.0.0-20230905200255-921286631fa9" } }, "org_golang_x_net": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_net", + "name": "gazelle~0.34.0~go_deps~org_golang_x_net", "importpath": "golang.org/x/net", - "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", - "replace": "", - "version": "v0.0.0-20210405180319-a5a99cb37ef4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=", + "replace": "", + "version": "v0.16.0" } }, "org_golang_google_genproto": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_genproto", + "name": "gazelle~0.34.0~go_deps~org_golang_google_genproto", "importpath": "google.golang.org/genproto", - "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", - "replace": "", - "version": "v0.0.0-20200526211855-cb27e3aa2013", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013" } }, "com_github_gogo_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gogo_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_gogo_protobuf", "importpath": "github.com/gogo/protobuf", - "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "replace": "", - "version": "v1.3.2", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2" } }, "com_github_stretchr_testify": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_stretchr_testify", + "name": "gazelle~0.34.0~go_deps~com_github_stretchr_testify", "importpath": "github.com/stretchr/testify", - "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "replace": "", - "version": "v1.8.4", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", + "replace": "", + "version": "v1.8.4" } }, "org_golang_x_sync": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sync", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sync", "importpath": "golang.org/x/sync", - "sum": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "replace": "", - "version": "v0.2.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=", + "replace": "", + "version": "v0.4.0" } }, "com_github_golang_mock": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_mock", + "name": "gazelle~0.34.0~go_deps~com_github_golang_mock", "importpath": "github.com/golang/mock", - "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", - "replace": "", - "version": "v1.6.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0" } }, "org_golang_google_grpc": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_grpc", + "name": "gazelle~0.34.0~go_deps~org_golang_google_grpc", "importpath": "google.golang.org/grpc", - "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", - "replace": "", - "version": "v1.50.0", "build_directives": [ "gazelle:proto disable" ], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0" } }, "com_github_google_go_cmp": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_google_go_cmp", + "name": "gazelle~0.34.0~go_deps~com_github_google_go_cmp", "importpath": "github.com/google/go-cmp", - "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "replace": "", - "version": "v0.5.9", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", + "replace": "", + "version": "v0.6.0" } }, "org_golang_x_text": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_text", + "name": "gazelle~0.34.0~go_deps~org_golang_x_text", "importpath": "golang.org/x/text", - "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "replace": "", - "version": "v0.14.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", + "replace": "", + "version": "v0.14.0" } }, "org_golang_google_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_google_protobuf", + "name": "gazelle~0.34.0~go_deps~org_golang_google_protobuf", "importpath": "google.golang.org/protobuf", - "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", - "replace": "", - "version": "v1.28.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0" } }, "com_github_creasty_defaults": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_creasty_defaults", + "name": "gazelle~0.34.0~go_deps~com_github_creasty_defaults", "importpath": "github.com/creasty/defaults", - "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", - "replace": "", - "version": "v1.7.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:eNdqZvc5B509z18lD8yc212CAqJNvfT1Jq6L8WowdBA=", + "replace": "", + "version": "v1.7.0" } }, "org_golang_x_mod": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_mod", + "name": "gazelle~0.34.0~go_deps~org_golang_x_mod", "importpath": "golang.org/x/mod", - "sum": "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - "replace": "", - "version": "v0.10.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + "replace": "", + "version": "v0.13.0" } }, "in_gopkg_yaml_v3": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~in_gopkg_yaml_v3", + "name": "gazelle~0.34.0~go_deps~in_gopkg_yaml_v3", "importpath": "gopkg.in/yaml.v3", - "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "replace": "", - "version": "v3.0.1", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", + "replace": "", + "version": "v3.0.1" } }, "com_github_gomarkdown_markdown": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_gomarkdown_markdown", + "name": "gazelle~0.34.0~go_deps~com_github_gomarkdown_markdown", "importpath": "github.com/gomarkdown/markdown", - "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", - "replace": "", - "version": "v0.0.0-20230922112808-5421fefb8386", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:EcQR3gusLHN46TAD+G+EbaaqJArt5vHhNpXAa12PQf4=", + "replace": "", + "version": "v0.0.0-20230922112808-5421fefb8386" } }, "com_github_golang_protobuf": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~com_github_golang_protobuf", + "name": "gazelle~0.34.0~go_deps~com_github_golang_protobuf", "importpath": "github.com/golang/protobuf", - "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", - "replace": "", - "version": "v1.5.2", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2" } }, "bazel_gazelle_go_repository_config": { - "bzlFile": "@@gazelle~0.32.0//internal/bzlmod:go_deps.bzl", + "bzlFile": "@@gazelle~0.34.0//internal/bzlmod:go_deps.bzl", "ruleClassName": "_go_repository_config", "attributes": { - "name": "gazelle~0.32.0~go_deps~bazel_gazelle_go_repository_config", + "name": "gazelle~0.34.0~go_deps~bazel_gazelle_go_repository_config", "importpaths": { - "@gazelle~0.32.0": "github.com/bazelbuild/bazel-gazelle", + "@gazelle~0.34.0": "github.com/bazelbuild/bazel-gazelle", "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", "com_github_creasty_defaults": "github.com/creasty/defaults", "com_github_deckarep_golang_set_v2": "github.com/deckarep/golang-set/v2", @@ -2245,9 +2375,10 @@ "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", "org_golang_x_mod": "golang.org/x/mod", "org_golang_x_sys": "golang.org/x/sys", - "org_golang_x_tools": "golang.org/x/tools", + "org_golang_x_tools_go_vcs": "golang.org/x/tools/go/vcs", "com_github_gomarkdown_markdown": "github.com/gomarkdown/markdown", - "@rules_go~0.41.0": "github.com/bazelbuild/rules_go", + "org_golang_x_tools": "golang.org/x/tools", + "@rules_go~0.43.0": "github.com/bazelbuild/rules_go", "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", "com_github_google_go_cmp": "github.com/google/go-cmp", @@ -2265,25 +2396,26 @@ "module_names": { "@rules_swift_package_manager~override": "rules_swift_package_manager", "@cgrindel_bazel_starlib~0.18.1": "cgrindel_bazel_starlib", - "@gazelle~0.32.0": "gazelle", - "@rules_go~0.41.0": "rules_go" + "@gazelle~0.34.0": "gazelle", + "@rules_go~0.43.0": "rules_go" }, "build_naming_conventions": {} } }, "org_golang_x_sys": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository.bzl", "ruleClassName": "go_repository", "attributes": { - "name": "gazelle~0.32.0~go_deps~org_golang_x_sys", + "name": "gazelle~0.34.0~go_deps~org_golang_x_sys", "importpath": "golang.org/x/sys", - "sum": "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - "replace": "", - "version": "v0.8.0", "build_directives": [], "build_file_generation": "auto", + "build_extra_args": [], "patches": [], - "patch_args": [] + "patch_args": [], + "sum": "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + "replace": "", + "version": "v0.13.0" } } }, @@ -2294,65 +2426,77 @@ } } }, - "@@gazelle~0.32.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "@@gazelle~0.34.0//internal/bzlmod:non_module_deps.bzl%non_module_deps": { "general": { - "bzlTransitiveDigest": "Bp38I6OO2Uxk82ttCDtNtgYSQwwG4qQ9eexnd38xQxU=", + "bzlTransitiveDigest": "AjbsH9WZCj0ipLarbbkp25YBRrRhWYvO7OIiTcHyyok=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { + "bazel_gazelle_is_bazel_module": { + "bzlFile": "@@gazelle~0.34.0//internal:is_bazel_module.bzl", + "ruleClassName": "is_bazel_module", + "attributes": { + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_is_bazel_module", + "is_bazel_module": true + } + }, "bazel_gazelle_go_repository_tools": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_tools.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_tools.bzl", "ruleClassName": "go_repository_tools", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_tools", - "go_cache": "@@gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_tools", + "go_cache": "@@gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" } }, "bazel_gazelle_go_repository_cache": { - "bzlFile": "@@gazelle~0.32.0//internal:go_repository_cache.bzl", + "bzlFile": "@@gazelle~0.34.0//internal:go_repository_cache.bzl", "ruleClassName": "go_repository_cache", "attributes": { - "name": "gazelle~0.32.0~non_module_deps~bazel_gazelle_go_repository_cache", - "go_sdk_name": "go_sdk", + "name": "gazelle~0.34.0~non_module_deps~bazel_gazelle_go_repository_cache", + "go_sdk_name": "@rules_go~0.43.0~go_sdk~go_default_sdk", "go_env": {} } } } } }, - "@@rules_go~0.41.0//go:extensions.bzl%go_sdk": { - "general": { - "bzlTransitiveDigest": "QaU0mhA+aom4ENV5sBUAEDa9IQt53GtspLCjl89277c=", + "@@rules_go~0.43.0//go:extensions.bzl%go_sdk": { + "os:osx,arch:x86_64": { + "bzlTransitiveDigest": "DxK0nMASwRegWLWhVWg+2X1n1p0dFhyjuZYEXDfm0Xo=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "go_default_sdk": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_download_sdk_rule", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_default_sdk", + "name": "rules_go~0.43.0~go_sdk~go_default_sdk", "goos": "", "goarch": "", "sdks": {}, + "experiments": [], + "patches": [], + "patch_strip": 0, "urls": [ "https://dl.google.com/go/{}" ], - "version": "1.20.2" + "version": "1.21.1", + "strip_prefix": "go" } }, "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~0.41.0//go/private:extensions.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:extensions.bzl", "ruleClassName": "host_compatible_toolchain", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_host_compatible_sdk_label", + "name": "rules_go~0.43.0~go_sdk~go_host_compatible_sdk_label", "toolchain": "@go_default_sdk//:ROOT" } }, "go_toolchains": { - "bzlFile": "@@rules_go~0.41.0//go/private:sdk.bzl", + "bzlFile": "@@rules_go~0.43.0//go/private:sdk.bzl", "ruleClassName": "go_multiple_toolchains", "attributes": { - "name": "rules_go~0.41.0~go_sdk~go_toolchains", + "name": "rules_go~0.43.0~go_sdk~go_toolchains", "prefixes": [ "_0000_go_default_sdk_" ], @@ -2369,45 +2513,32 @@ "remote" ], "sdk_versions": [ - "1.20.2" + "1.21.1" ] } } } } }, - "@@rules_go~0.41.0//go/private:extensions.bzl%non_module_dependencies": { + "@@rules_go~0.43.0//go/private:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "CZeQbYwfBEc0H27WqrnwfsnHiarm8whm1PFFxE1fMl4=", + "bzlTransitiveDigest": "gnpETFcNVSTO3tqr9qBCDduv4jazWcJG6yxAZP3MW0A=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { - "bazel_skylib": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~bazel_skylib", - "urls": [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", - "strip_prefix": "" - } - }, - "com_github_gogo_protobuf": { + "org_golang_x_tools_go_vcs": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_gogo_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools_go_vcs", "urls": [ - "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", - "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip", + "https://github.com/golang/tools/archive/refs/tags/go/vcs/v0.1.0-deprecated.zip" ], - "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", - "strip_prefix": "protobuf-1.3.2", + "sha256": "1b389268d126467105305ae4482df0189cc80a13aaab28d0946192b4ad0737a8", + "strip_prefix": "tools-go-vcs-v0.1.0-deprecated/go/vcs", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_gogo_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools_go_vcs-gazelle.patch" ], "patch_args": [ "-p1" @@ -2418,158 +2549,190 @@ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_xerrors", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_xerrors", "urls": [ - "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", - "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip", + "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ], - "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", - "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "sha256": "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1", + "strip_prefix": "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_xerrors-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_xerrors-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_golang_protobuf": { + "gogo_special_proto": { + "bzlFile": "@@rules_go~0.43.0//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~gogo_special_proto" + } + }, + "org_golang_google_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_protobuf", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_protobuf", + "sha256": "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02", "urls": [ - "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", - "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ], - "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", - "strip_prefix": "protobuf-1.5.3", + "strip_prefix": "protobuf-go-1.31.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "io_bazel_rules_nogo": { - "bzlFile": "@@rules_go~0.41.0//go/private:nogo.bzl", - "ruleClassName": "go_register_nogo", - "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~io_bazel_rules_nogo", - "nogo": "@io_bazel_rules_go//:default_nogo" - } - }, - "gogo_special_proto": { - "bzlFile": "@@rules_go~0.41.0//proto:gogo.bzl", - "ruleClassName": "gogo_special_proto", + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~gogo_special_proto" + "name": "rules_go~0.43.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" } }, - "com_github_golang_mock": { + "org_golang_x_tools": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_golang_mock", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_tools", "urls": [ - "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", - "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ], + "sha256": "e76a03b11719138502c7fef44d5e1dc4469f8c2fcb2ee4a1d96fb09aaea13362", + "strip_prefix": "tools-0.15.0", "patches": [ - "@@rules_go~0.41.0//third_party:com_github_golang_mock-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~0.43.0//third_party:org_golang_x_tools-gazelle.patch" ], "patch_args": [ "-p1" - ], - "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", - "strip_prefix": "mock-1.7.0-rc.1" + ] } }, - "org_golang_google_protobuf": { + "org_golang_google_genproto": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_protobuf", - "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_google_genproto", "urls": [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", - "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip", + "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip" ], - "strip_prefix": "protobuf-go-1.30.0", + "sha256": "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389", + "strip_prefix": "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_protobuf-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_google_genproto-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "com_github_mwitkow_go_proto_validators": { + "bazel_skylib": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~com_github_mwitkow_go_proto_validators", + "name": "rules_go~0.43.0~non_module_dependencies~bazel_skylib", "urls": [ - "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", - "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", - "strip_prefix": "go-proto-validators-0.3.2" + "sha256": "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94", + "strip_prefix": "" } }, - "org_golang_x_tools": { + "com_github_gogo_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_tools", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_gogo_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", - "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ], - "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", - "strip_prefix": "tools-0.7.0", + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_tools-deletegopls.patch", - "@@rules_go~0.41.0//third_party:org_golang_x_tools-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_gogo_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_x_sys": { + "com_github_golang_protobuf": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_x_sys", + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_protobuf", "urls": [ - "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip", - "https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip" + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ], - "sha256": "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f", - "strip_prefix": "sys-0.8.0", + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_x_sys-gazelle.patch" + "@@rules_go~0.43.0//third_party:com_github_golang_protobuf-gazelle.patch" ], "patch_args": [ "-p1" ] } }, - "org_golang_google_genproto": { + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~0.43.0//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~io_bazel_rules_nogo", + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_go~0.43.0~non_module_dependencies~com_github_golang_mock", + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~0.43.0//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_go~0.41.0~non_module_dependencies~org_golang_google_genproto", + "name": "rules_go~0.43.0~non_module_dependencies~org_golang_x_sys", "urls": [ - "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip", - "https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip" + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip" ], - "sha256": "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab", - "strip_prefix": "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57", + "sha256": "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce", + "strip_prefix": "sys-0.14.0", "patches": [ - "@@rules_go~0.41.0//third_party:org_golang_google_genproto-gazelle.patch" + "@@rules_go~0.43.0//third_party:org_golang_x_sys-gazelle.patch" ], "patch_args": [ "-p1" @@ -3118,6 +3281,1156 @@ } } } + }, + "@@rules_swift_package_manager~override//:extensions.bzl%swift_deps": { + "general": { + "bzlTransitiveDigest": "a13Oc0hXT+L5cvojiIZIfzIFXt+8RemLnU6Rf/kkLXI=", + "accumulatedFileDigests": { + "@@//:swift_deps_index.json": "1607efd86b370bca5f35bc3ed6d9395009d7297f89cfb50ced0e3e5b89c522b2" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "swiftpkg_fluent_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent_kit", + "bazel_package_name": "swiftpkg_fluent_kit", + "commit": "be7912ee4991bcc8a5390fac0424d1d08221dcc6", + "remote": "https://github.com/vapor/fluent-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_backtrace": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_backtrace", + "bazel_package_name": "swiftpkg_swift_backtrace", + "commit": "f25620d5d05e2f1ba27154b40cafea2b67566956", + "remote": "https://github.com/swift-server/swift-backtrace.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_console_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_console_kit", + "bazel_package_name": "swiftpkg_console_kit", + "commit": "a7e67a1719933318b5ab7eaaed355cde020465b1", + "remote": "https://github.com/vapor/console-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_jwt_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_jwt_kit", + "bazel_package_name": "swiftpkg_jwt_kit", + "commit": "dcd78f07e092ac9138327e2bfbb0687a55a80850", + "remote": "https://github.com/vapor/jwt-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_fluent": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent", + "bazel_package_name": "swiftpkg_fluent", + "commit": "2da106f46b093885f77fa03e3c719ab5bb8cfab4", + "remote": "https://github.com/vapor/fluent.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_soto": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_soto", + "bazel_package_name": "swiftpkg_soto", + "commit": "b402b8a434ca39f24d189289ab93fbee96664502", + "remote": "https://github.com/soto-project/soto.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio", + "bazel_package_name": "swiftpkg_swift_nio", + "commit": "4ad2c3733845abd9ee8892a323b0fa0d80f37e34", + "remote": "https://github.com/apple/swift-nio.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_quick": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_quick", + "bazel_package_name": "swiftpkg_quick", + "commit": "09b3becb37cb2163919a3842a4c5fa6ec7130792", + "remote": "https://github.com/Quick/Quick", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_ssl": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_ssl", + "bazel_package_name": "swiftpkg_swift_nio_ssl", + "commit": "4fb7ead803e38949eb1d6fabb849206a72c580f3", + "remote": "https://github.com/apple/swift-nio-ssl.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_gzipswift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_gzipswift", + "bazel_package_name": "swiftpkg_gzipswift", + "commit": "7a7f17761c76a932662ab77028a4329f67d645a4", + "remote": "https://github.com/1024jp/GzipSwift", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_fluent_postgres_driver": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_fluent_postgres_driver", + "bazel_package_name": "swiftpkg_fluent_postgres_driver", + "commit": "4808c539f08306ae6002f6106813a9350baa141b", + "remote": "https://github.com/vapor/fluent-postgres-driver.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_sql_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_sql_kit", + "bazel_package_name": "swiftpkg_sql_kit", + "commit": "dcf10a00d7d5df987b7948e6fd5596fb65f6d0c2", + "remote": "https://github.com/vapor/sql-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_redis": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_redis", + "bazel_package_name": "swiftpkg_redis", + "commit": "e955843b08064071f465a6b1ca9e04bebad8623a", + "remote": "https://github.com/vapor/redis.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_argument_parser": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_argument_parser", + "bazel_package_name": "swiftpkg_swift_argument_parser", + "commit": "4ad606ba5d7673ea60679a61ff867cc1ff8c8e86", + "remote": "https://github.com/apple/swift-argument-parser", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_collections": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_collections", + "bazel_package_name": "swiftpkg_swift_collections", + "commit": "937e904258d22af6e447a0b72c0bc67583ef64a2", + "remote": "https://github.com/apple/swift-collections.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_perfect_iniparser": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_perfect_iniparser", + "bazel_package_name": "swiftpkg_perfect_iniparser", + "commit": "42de0efc7a01105e19b80d533d3d282a98277f6c", + "remote": "https://github.com/swift-aws/Perfect-INIParser.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_postgres_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_postgres_kit", + "bazel_package_name": "swiftpkg_postgres_kit", + "commit": "1174d9bc57798aba7a99451e5380c0eb0fb796d8", + "remote": "https://github.com/vapor/postgres-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_queues": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_queues", + "bazel_package_name": "swiftpkg_queues", + "commit": "c95c891c3c04817eac1165587fb02457c749523a", + "remote": "https://github.com/vapor/queues.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_yams": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_yams", + "bazel_package_name": "swiftpkg_yams", + "commit": "81a65c4069c28011ee432f2858ba0de49b086677", + "remote": "https://github.com/jpsim/Yams.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_routing_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_routing_kit", + "bazel_package_name": "swiftpkg_routing_kit", + "commit": "ffac7b3a127ce1e85fb232f1a6271164628809ad", + "remote": "https://github.com/vapor/routing-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_vapor": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_vapor", + "bazel_package_name": "swiftpkg_vapor", + "commit": "a7d88181e68f03d1aeb7ecb80269ab3da9e5d155", + "remote": "https://github.com/vapor/vapor.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_xcmetrics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_xcmetrics", + "bazel_package_name": "swiftpkg_xcmetrics", + "commit": "e2ceaebc789134ec2786b4fc766a1c3c925231b2", + "remote": "https://github.com/spotify/XCMetrics", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_crypto": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_crypto", + "bazel_package_name": "swiftpkg_swift_crypto", + "commit": "75ec60b8b4cc0f085c3ac414f3dca5625fa3588e", + "remote": "https://github.com/apple/swift-crypto.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_redistack": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_redistack", + "bazel_package_name": "swiftpkg_redistack", + "commit": "5458d6476e05d5f1b43097f1bc9b599e936b5f2f", + "remote": "https://gitlab.com/mordil/RediStack.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_queues_redis_driver": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_queues_redis_driver", + "bazel_package_name": "swiftpkg_queues_redis_driver", + "commit": "2728477b50e24be82f5bc0bd0722c35656e1c5b1", + "remote": "https://github.com/vapor/queues-redis-driver.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_websocket_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_websocket_kit", + "bazel_package_name": "swiftpkg_websocket_kit", + "commit": "2d9d2188a08eef4a869d368daab21b3c08510991", + "remote": "https://github.com/vapor/websocket-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_cryptoswift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_cryptoswift", + "bazel_package_name": "swiftpkg_cryptoswift", + "commit": "e2bc81be54d71d566a52ca17c3983d141c30aa70", + "remote": "https://github.com/krzyzanowskim/CryptoSwift.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_async_http_client": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_async_http_client", + "bazel_package_name": "swiftpkg_async_http_client", + "commit": "7f05a8da46cc2a4ab43218722298b81ac7a08031", + "remote": "https://github.com/swift-server/async-http-client.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_google_cloud_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_google_cloud_kit", + "bazel_package_name": "swiftpkg_google_cloud_kit", + "commit": "17b2eec3df26c6535a90b5650dee53670494f4d9", + "remote": "https://github.com/vapor-community/google-cloud-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_xclogparser": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_xclogparser", + "bazel_package_name": "swiftpkg_xclogparser", + "commit": "1abc5b96080da8f678b77d11c0a93cdcb614642b", + "remote": "https://github.com/MobileNativeFoundation/XCLogParser", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_grpc_swift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_grpc_swift", + "bazel_package_name": "swiftpkg_grpc_swift", + "commit": "be70633c91d722496e5fcb225f822edbd5c36a5a", + "remote": "https://github.com/grpc/grpc-swift.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_http2": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_http2", + "bazel_package_name": "swiftpkg_swift_nio_http2", + "commit": "d6656967f33ed8b368b38e4b198631fc7c484a40", + "remote": "https://github.com/apple/swift-nio-http2.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_soto_core": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_soto_core", + "bazel_package_name": "swiftpkg_soto_core", + "commit": "856a7df0c15763de4f9f3e3d7baea4a8aa009d22", + "remote": "https://github.com/soto-project/soto-core.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_log": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_log", + "bazel_package_name": "swiftpkg_swift_log", + "commit": "3e3ef75109d6801b2c44504e73f55f0dce6662c9", + "remote": "https://github.com/apple/swift-log", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_metrics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_metrics", + "bazel_package_name": "swiftpkg_swift_metrics", + "commit": "9b39d811a83cf18b79d7d5513b06f8b290198b10", + "remote": "https://github.com/apple/swift-metrics.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_extras": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_extras", + "bazel_package_name": "swiftpkg_swift_nio_extras", + "commit": "91dd2d61fb772e1311bb5f13b59266b579d77e42", + "remote": "https://github.com/apple/swift-nio-extras.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_multipart_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_multipart_kit", + "bazel_package_name": "swiftpkg_multipart_kit", + "commit": "0d55c35e788451ee27222783c7d363cb88092fab", + "remote": "https://github.com/vapor/multipart-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_protobuf": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_protobuf", + "bazel_package_name": "swiftpkg_swift_protobuf", + "commit": "ab3a58b7209a17d781c0d1dbb3e1ff3da306bae8", + "remote": "https://github.com/apple/swift-protobuf.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_nio_transport_services": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_nio_transport_services", + "bazel_package_name": "swiftpkg_swift_nio_transport_services", + "commit": "c0d9a144cfaec8d3d596aadde3039286a266c15c", + "remote": "https://github.com/apple/swift-nio-transport-services.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_postgres_nio": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_postgres_nio", + "bazel_package_name": "swiftpkg_postgres_nio", + "commit": "7daf026e145de2c07d6e37f4171b1acb4b5f22b1", + "remote": "https://github.com/vapor/postgres-nio.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_hypertextapplicationlanguage": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_hypertextapplicationlanguage", + "bazel_package_name": "swiftpkg_hypertextapplicationlanguage", + "commit": "aa2c9141d491682f17b2310aed17b9adfc006256", + "remote": "https://github.com/swift-aws/HypertextApplicationLanguage.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_numerics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_numerics", + "bazel_package_name": "swiftpkg_swift_numerics", + "commit": "0a5bc04095a675662cf24757cc0640aa2204253b", + "remote": "https://github.com/apple/swift-numerics", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_nimble": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_nimble", + "bazel_package_name": "swiftpkg_nimble", + "commit": "7a46a5fc86cb917f69e3daf79fcb045283d8f008", + "remote": "https://github.com/Quick/Nimble", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_atomics": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_atomics", + "bazel_package_name": "swiftpkg_swift_atomics", + "commit": "ff3d2212b6b093db7f177d0855adbc4ef9c5f036", + "remote": "https://github.com/apple/swift-atomics.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_spectre": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_spectre", + "bazel_package_name": "swiftpkg_spectre", + "commit": "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "remote": "https://github.com/kylef/Spectre.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_pathkit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_pathkit", + "bazel_package_name": "swiftpkg_pathkit", + "commit": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "remote": "https://github.com/kylef/PathKit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_mobius.swift": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_mobius.swift", + "bazel_package_name": "swiftpkg_mobius.swift", + "commit": "afe23c2a66ea1fd52fb9fe76fa051d9a7b789845", + "remote": "https://github.com/Spotify/Mobius.swift", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_swift_algorithms": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_swift_algorithms", + "bazel_package_name": "swiftpkg_swift_algorithms", + "commit": "b14b7f4c528c942f121c8b860b9410b2bf57825e", + "remote": "https://github.com/apple/swift-algorithms.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + }, + "swiftpkg_async_kit": { + "bzlFile": "@@rules_swift_package_manager~override//swiftpkg/internal:swift_package.bzl", + "ruleClassName": "swift_package", + "attributes": { + "name": "rules_swift_package_manager~override~swift_deps~swiftpkg_async_kit", + "bazel_package_name": "swiftpkg_async_kit", + "commit": "9acea4c92f51a5885c149904f0d11db4712dda80", + "remote": "https://github.com/vapor/async-kit.git", + "dependencies_index": "@@//:swift_deps_index.json", + "init_submodules": false, + "recursive_init_submodules": false, + "patch_args": [ + "-p0" + ], + "patch_cmds": [], + "patch_cmds_win": [], + "patch_tool": "", + "patches": [] + } + } + } + } + }, + "@@rules_swift~1.13.0//swift:extensions.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "3sh3cKY22C10PM2p2txmWVMqDfTn01dNChD4902k5jA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_grpc_grpc_swift": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", + "urls": [ + "https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz" + ], + "sha256": "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5", + "strip_prefix": "grpc-swift-1.16.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_grpc_grpc_swift/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_extras": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "urls": [ + "https://github.com/apple/swift-nio-extras/archive/1.4.0.tar.gz" + ], + "sha256": "4684b52951d9d9937bb3e8ccd6b5daedd777021ef2519ea2f18c4c922843b52b", + "strip_prefix": "swift-nio-extras-1.4.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_extras/BUILD.overlay" + } + }, + "com_github_apple_swift_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", + "urls": [ + "https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz" + ], + "sha256": "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb", + "strip_prefix": "swift-protobuf-1.20.2/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_protobuf/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_ssl": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "urls": [ + "https://github.com/apple/swift-nio-ssl/archive/2.23.0.tar.gz" + ], + "sha256": "4787c63f61dd04d99e498adc3d1a628193387e41efddf8de19b8db04544d016d", + "strip_prefix": "swift-nio-ssl-2.23.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_ssl/BUILD.overlay" + } + }, + "com_github_apple_swift_atomics": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "urls": [ + "https://github.com/apple/swift-atomics/archive/1.1.0.tar.gz" + ], + "sha256": "1bee7f469f7e8dc49f11cfa4da07182fbc79eab000ec2c17bfdce468c5d276fb", + "strip_prefix": "swift-atomics-1.1.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_atomics/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_http2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "urls": [ + "https://github.com/apple/swift-nio-http2/archive/1.26.0.tar.gz" + ], + "sha256": "f0edfc9d6a7be1d587e5b403f2d04264bdfae59aac1d74f7d974a9022c6d2b25", + "strip_prefix": "swift-nio-http2-1.26.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_http2/BUILD.overlay" + } + }, + "com_github_apple_swift_nio_transport_services": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "urls": [ + "https://github.com/apple/swift-nio-transport-services/archive/1.15.0.tar.gz" + ], + "sha256": "f3498dafa633751a52b9b7f741f7ac30c42bcbeb3b9edca6d447e0da8e693262", + "strip_prefix": "swift-nio-transport-services-1.15.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio_transport_services/BUILD.overlay" + } + }, + "build_bazel_rules_swift_index_import": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_index_import", + "build_file": "@@rules_swift~1.13.0//third_party:build_bazel_rules_swift_index_import/BUILD.overlay", + "canonical_id": "index-import-5.8", + "urls": [ + "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz" + ], + "sha256": "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15" + } + }, + "com_github_apple_swift_nio": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "urls": [ + "https://github.com/apple/swift-nio/archive/2.42.0.tar.gz" + ], + "sha256": "e3304bc3fb53aea74a3e54bd005ede11f6dc357117d9b1db642d03aea87194a0", + "strip_prefix": "swift-nio-2.42.0/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_nio/BUILD.overlay" + } + }, + "com_github_apple_swift_log": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "urls": [ + "https://github.com/apple/swift-log/archive/1.4.4.tar.gz" + ], + "sha256": "48fe66426c784c0c20031f15dc17faf9f4c9037c192bfac2f643f65cb2321ba0", + "strip_prefix": "swift-log-1.4.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_log/BUILD.overlay" + } + }, + "com_github_apple_swift_collections": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "urls": [ + "https://github.com/apple/swift-collections/archive/1.0.4.tar.gz" + ], + "sha256": "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096", + "strip_prefix": "swift-collections-1.0.4/", + "build_file": "@@rules_swift~1.13.0//third_party:com_github_apple_swift_collections/BUILD.overlay" + } + }, + "build_bazel_rules_swift_local_config": { + "bzlFile": "@@rules_swift~1.13.0//swift/internal:swift_autoconfiguration.bzl", + "ruleClassName": "swift_autoconfiguration", + "attributes": { + "name": "rules_swift~1.13.0~non_module_deps~build_bazel_rules_swift_local_config" + } + } + } + } } } } diff --git a/gazelle/internal/reslog/rule_resolution.go b/gazelle/internal/reslog/rule_resolution.go index 05e4728f0..94d21473b 100644 --- a/gazelle/internal/reslog/rule_resolution.go +++ b/gazelle/internal/reslog/rule_resolution.go @@ -93,8 +93,8 @@ func (rr *RuleResolution) Summary() RuleResolutionSummary { sort.Strings(yd.Imports) sort.Strings(yd.Builtins) - slices.SortFunc(yd.LocalRes, moduleLabelLess) - slices.SortFunc(yd.HTTPArchiveRes, moduleLabelLess) + slices.SortFunc(yd.LocalRes, moduleLabelCompare) + slices.SortFunc(yd.HTTPArchiveRes, moduleLabelCompare) sort.Strings(yd.Unresolved) sort.Strings(yd.Deps) diff --git a/gazelle/internal/reslog/rule_resolution_summary.go b/gazelle/internal/reslog/rule_resolution_summary.go index eaa3832ca..02e07e925 100644 --- a/gazelle/internal/reslog/rule_resolution_summary.go +++ b/gazelle/internal/reslog/rule_resolution_summary.go @@ -24,8 +24,14 @@ type ModuleLabel struct { Label string } -func moduleLabelLess(a, b ModuleLabel) bool { - return a.Module < b.Module +func moduleLabelCompare(a, b ModuleLabel) int { + if a.Module < b.Module { + return -1 + } + if a.Module == b.Module { + return 0 + } + return 1 } type Product struct { @@ -69,10 +75,16 @@ func newExternalResolutionSummaryFromModuleResolutionResult( } sort.Strings(ers.Modules) sort.Strings(ers.Unresolved) - slices.SortFunc(ers.Products, func(a, b Product) bool { + slices.SortFunc(ers.Products, func(a, b Product) int { akey := a.Identity + a.Name bkey := b.Identity + b.Name - return akey < bkey + if akey < bkey { + return -1 + } + if akey == bkey { + return 0 + } + return 1 }) return ers } diff --git a/gazelle/internal/swift/dependency_index.go b/gazelle/internal/swift/dependency_index.go index 1bd7e8f95..2744e0f47 100644 --- a/gazelle/internal/swift/dependency_index.go +++ b/gazelle/internal/swift/dependency_index.go @@ -293,8 +293,14 @@ func (di *DependencyIndex) ResolveModulesToProducts( } func (di *DependencyIndex) FindModules(moduleName string, pkgIdentities []string) Modules { - lessFn := func(a, b *Module) bool { - return a.PkgIdentity < b.PkgIdentity + compFn := func(a, b *Module) int { + if a.PkgIdentity < b.PkgIdentity { + return -1 + } + if a.PkgIdentity == b.PkgIdentity { + return 0 + } + return 1 } modules, ok := di.moduleIndex[moduleName] if !ok { @@ -305,7 +311,7 @@ func (di *DependencyIndex) FindModules(moduleName string, pkgIdentities []string // slice. results := make(Modules, len(modules)) copy(results, modules) - slices.SortFunc(results, lessFn) + slices.SortFunc(results, compFn) return results } piSet := mapset.NewSet[string](pkgIdentities...) @@ -315,7 +321,7 @@ func (di *DependencyIndex) FindModules(moduleName string, pkgIdentities []string results = append(results, m) } } - slices.SortFunc(results, lessFn) + slices.SortFunc(results, compFn) return results } diff --git a/gazelle/internal/swift/packages_index.go b/gazelle/internal/swift/packages_index.go index 9c537064a..40acef26e 100644 --- a/gazelle/internal/swift/packages_index.go +++ b/gazelle/internal/swift/packages_index.go @@ -21,6 +21,14 @@ func (pi PackageIndex) Packages() []*Package { for _, p := range pi { results = append(results, p) } - slices.SortFunc(results, func(a, b *Package) bool { return a.Name < b.Name }) + slices.SortFunc(results, func(a, b *Package) int { + if a.Name < b.Name { + return -1 + } + if a.Name == b.Name { + return 0 + } + return 1 + }) return results } diff --git a/go.mod b/go.mod index 3108f536f..e45d774bc 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,16 @@ module github.com/cgrindel/rules_swift_package_manager -go 1.18 +go 1.21 + +toolchain go1.21.4 require ( - github.com/bazelbuild/bazel-gazelle v0.31.1 - github.com/bazelbuild/buildtools v0.0.0-20230510134650-37bd1811516d + github.com/bazelbuild/bazel-gazelle v0.33.0 + github.com/bazelbuild/buildtools v0.0.0-20231017121127-23aa65d4e117 github.com/creasty/defaults v1.7.0 github.com/deckarep/golang-set/v2 v2.4.0 github.com/stretchr/testify v1.8.4 - golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 golang.org/x/text v0.14.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -16,7 +18,7 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/mod v0.10.0 // indirect - golang.org/x/sys v0.8.0 // indirect - golang.org/x/tools v0.9.1 // indirect + golang.org/x/mod v0.13.0 // indirect + golang.org/x/sys v0.13.0 // indirect + golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect ) diff --git a/go.sum b/go.sum index aed6f3b56..18e115810 100644 --- a/go.sum +++ b/go.sum @@ -1,10 +1,11 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/bazelbuild/bazel-gazelle v0.31.1 h1:ROyUyUHzoEdvoOs1e0haxJx1l5EjZX6AOqiKdVlaBbg= -github.com/bazelbuild/bazel-gazelle v0.31.1/go.mod h1:Ul0pqz50f5wxz0QNzsZ+mrEu4AVAVJZEB5xLnHgIG9c= -github.com/bazelbuild/buildtools v0.0.0-20230510134650-37bd1811516d h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo= -github.com/bazelbuild/buildtools v0.0.0-20230510134650-37bd1811516d/go.mod h1:689QdV3hBP7Vo9dJMmzhoYIyo/9iMhEmHkJcnaPRCbo= +github.com/bazelbuild/bazel-gazelle v0.33.0 h1:WnJGYk1bMIjw8FCYA/UxKBK/Y6hUnOItrtR+vjFIIKo= +github.com/bazelbuild/bazel-gazelle v0.33.0/go.mod h1:6BWjSqjc2gr7YfzMRCbkHiJZy5YRxIKj7iLButu58Jk= +github.com/bazelbuild/buildtools v0.0.0-20231017121127-23aa65d4e117 h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo= +github.com/bazelbuild/buildtools v0.0.0-20231017121127-23aa65d4e117/go.mod h1:689QdV3hBP7Vo9dJMmzhoYIyo/9iMhEmHkJcnaPRCbo= github.com/bmatcuk/doublestar/v4 v4.6.0 h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc= +github.com/bmatcuk/doublestar/v4 v4.6.0/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= @@ -36,6 +37,7 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= @@ -44,13 +46,13 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl go.starlark.net v0.0.0-20210223155950-e043a3d3c984/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc= -golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w= +golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g= +golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk= -golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY= +golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -62,8 +64,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= @@ -71,8 +73,8 @@ golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.9.1 h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo= -golang.org/x/tools v0.9.1/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= +golang.org/x/tools/go/vcs v0.1.0-deprecated h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4= +golang.org/x/tools/go/vcs v0.1.0-deprecated/go.mod h1:zUrvATBAvEI9535oC0yWYsLsHIV4Z7g63sNPVMtuBy8= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= diff --git a/go_deps.bzl b/go_deps.bzl index 78bd721bb..f63a70089 100644 --- a/go_deps.bzl +++ b/go_deps.bzl @@ -18,8 +18,8 @@ def swift_bazel_go_dependencies(): name = "com_github_bazelbuild_bazel_gazelle", build_external = "external", importpath = "github.com/bazelbuild/bazel-gazelle", - sum = "h1:ROyUyUHzoEdvoOs1e0haxJx1l5EjZX6AOqiKdVlaBbg=", - version = "v0.31.1", + sum = "h1:WnJGYk1bMIjw8FCYA/UxKBK/Y6hUnOItrtR+vjFIIKo=", + version = "v0.33.0", ) maybe( go_repository, @@ -27,16 +27,16 @@ def swift_bazel_go_dependencies(): build_external = "external", build_naming_convention = "go_default_library", importpath = "github.com/bazelbuild/buildtools", - sum = "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", - version = "v0.0.0-20230510134650-37bd1811516d", + sum = "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", + version = "v0.0.0-20231017121127-23aa65d4e117", ) maybe( go_repository, name = "com_github_bazelbuild_rules_go", build_external = "external", importpath = "github.com/bazelbuild/rules_go", - sum = "h1:wkJLUDx59dntWMghuL8++GteoU1To6sRoKJXuyFtmf8=", - version = "v0.39.1", + sum = "h1:JzlRxsFNhlX+g4drDRPhIaU5H5LnI978wdMJ0vK4I+k=", + version = "v0.41.0", ) maybe( go_repository, @@ -206,14 +206,6 @@ def swift_bazel_go_dependencies(): sum = "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", version = "v1.8.4", ) - maybe( - go_repository, - name = "com_github_yuin_goldmark", - build_external = "external", - importpath = "github.com/yuin/goldmark", - sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=", - version = "v1.4.13", - ) maybe( go_repository, name = "com_google_cloud_go", @@ -291,8 +283,8 @@ def swift_bazel_go_dependencies(): name = "org_golang_x_exp", build_external = "external", importpath = "golang.org/x/exp", - sum = "h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=", - version = "v0.0.0-20230522175609-2e198f4a06a1", + sum = "h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=", + version = "v0.0.0-20230905200255-921286631fa9", ) maybe( go_repository, @@ -307,16 +299,16 @@ def swift_bazel_go_dependencies(): name = "org_golang_x_mod", build_external = "external", importpath = "golang.org/x/mod", - sum = "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", - version = "v0.10.0", + sum = "h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=", + version = "v0.13.0", ) maybe( go_repository, name = "org_golang_x_net", build_external = "external", importpath = "golang.org/x/net", - sum = "h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=", - version = "v0.10.0", + sum = "h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628=", + version = "v0.0.0-20190311183353-d8887717615a", ) maybe( go_repository, @@ -331,16 +323,16 @@ def swift_bazel_go_dependencies(): name = "org_golang_x_sync", build_external = "external", importpath = "golang.org/x/sync", - sum = "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - version = "v0.2.0", + sum = "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=", + version = "v0.3.0", ) maybe( go_repository, name = "org_golang_x_sys", build_external = "external", importpath = "golang.org/x/sys", - sum = "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", - version = "v0.8.0", + sum = "h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=", + version = "v0.13.0", ) maybe( go_repository, @@ -355,8 +347,16 @@ def swift_bazel_go_dependencies(): name = "org_golang_x_tools", build_external = "external", importpath = "golang.org/x/tools", - sum = "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", - version = "v0.9.1", + sum = "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", + version = "v0.13.0", + ) + maybe( + go_repository, + name = "org_golang_x_tools_go_vcs", + build_external = "external", + importpath = "golang.org/x/tools/go/vcs", + sum = "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", + version = "v0.1.0-deprecated", ) maybe( go_repository, diff --git a/tools/create_example/template_files/MODULE.bazel b/tools/create_example/template_files/MODULE.bazel index 17e784cc7..e19a1291a 100644 --- a/tools/create_example/template_files/MODULE.bazel +++ b/tools/create_example/template_files/MODULE.bazel @@ -27,7 +27,7 @@ bazel_dep( ) bazel_dep( name = "gazelle", - version = "0.32.0", + version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle", )