From ae31809aba309ab44452a111321fc1fe9fecc9e4 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sat, 28 Sep 2024 12:38:17 -0700 Subject: [PATCH] fix(deps): update module github.com/bazelbuild/bazel-gazelle to v0.39.0 ##### [`vv0.39.0](https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.39.0) #### What's Changed - Add QNX and OSX to known platforms by [@hofbi](https://github.com/hofbi) in https://github.com/bazelbuild/bazel-gazelle/pull/1853 - Allow `+` in repo names by [@fmeum](https://github.com/fmeum) in https://github.com/bazelbuild/bazel-gazelle/pull/1856 - go_repository_cache: set GOTOOLCHAIN to 'local' by [@lbcjbb](https://github.com/lbcjbb) in https://github.com/bazelbuild/bazel-gazelle/pull/1859 - Fix Issue [#1855](https://github.com/bazelbuild/bazel-gazelle/issues/1855): "All Bazel commands fail when changing a Go dependency when using Bzlmod extension" by [@Buzz-Lightyear](https://github.com/Buzz-Lightyear) in https://github.com/bazelbuild/bazel-gazelle/pull/1861 - Add default directives for github.com/containerd by [@mering](https://github.com/mering) in https://github.com/bazelbuild/bazel-gazelle/pull/1866 - Add gazelle-overrides for argo, grpcgateway by [@udaya2899](https://github.com/udaya2899) in https://github.com/bazelbuild/bazel-gazelle/pull/1867 - refactor: remove file reference from ruleRecord by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1869 - refactor: compute transitive embeds during indexing by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1868 - refactor: compute labelMap when indexing by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1872 - refactor: remove reference to rule.Rule in mapResolver interface by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1873 - refactor: ensure rule index not modified after indexing by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1877 - docs: fix incorrect gazelle_generation_test param name by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1876 - refactor: embed gazelle generation_test_binary in gazelle_generation_test instead of recompiling by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1875 - refactor: make ruleRecord serializable by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1878 - Add package metadata to `go_repository`s by [@fmeum](https://github.com/fmeum) in https://github.com/bazelbuild/bazel-gazelle/pull/1852 - refactor: process KindMap even when not indexing by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1882 - refactor: move walk util methods into struct by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1881 - refactor: add nil assignments to verify interface implementations by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1883 - perf: preload .bazelignore before configure, do not use globs by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1886 - refactor: remove nested walk function literal by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1884 - Preserve canonical labels as such by [@fmeum](https://github.com/fmeum) in https://github.com/bazelbuild/bazel-gazelle/pull/1863 - perf: check if directory in .bazelignore before readdir by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1890 - revert [#1873](https://github.com/bazelbuild/bazel-gazelle/issues/1873) by [@tyler-french](https://github.com/tyler-french) in https://github.com/bazelbuild/bazel-gazelle/pull/1897 - rename `main()` entrypoints to `main.go` by [@tyler-french](https://github.com/tyler-french) in https://github.com/bazelbuild/bazel-gazelle/pull/1901 - Support timeout and size in gazelle_test by [@rockwotj](https://github.com/rockwotj) in https://github.com/bazelbuild/bazel-gazelle/pull/1909 - feat: include package URL in package_info by [@alexeagle](https://github.com/alexeagle) in https://github.com/bazelbuild/bazel-gazelle/pull/1917 - perf: Improve rule.Kind by [@dzbarsky](https://github.com/dzbarsky) in https://github.com/bazelbuild/bazel-gazelle/pull/1919 - Fix patch file creation using Gazelle in diff mode by [@alandonham](https://github.com/alandonham) in https://github.com/bazelbuild/bazel-gazelle/pull/1915 - perf: Improve merger.Mergefile by [@dzbarsky](https://github.com/dzbarsky) in https://github.com/bazelbuild/bazel-gazelle/pull/1920 - test: add bazelignore test by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1912 - perf: walk workspace directories in parallel by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1893 - refactor: reduce path.join while walking repo by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1913 - chore: upgrade go mod dependencies by [@jbedard](https://github.com/jbedard) in https://github.com/bazelbuild/bazel-gazelle/pull/1911 - prepare gazelle release 0.39 by [@tyler-french](https://github.com/tyler-french) in https://github.com/bazelbuild/bazel-gazelle/pull/1925 - Add gazelle overrides to enable building rclone by [@dmcardle](https://github.com/dmcardle) in https://github.com/bazelbuild/bazel-gazelle/pull/1933 #### New Contributors - [@hofbi](https://github.com/hofbi) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1853 - [@Buzz-Lightyear](https://github.com/Buzz-Lightyear) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1861 - [@udaya2899](https://github.com/udaya2899) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1867 - [@rockwotj](https://github.com/rockwotj) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1909 - [@alandonham](https://github.com/alandonham) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1915 - [@dmcardle](https://github.com/dmcardle) made their first contribution in https://github.com/bazelbuild/bazel-gazelle/pull/1933 **Full Changelog**: https://github.com/bazelbuild/bazel-gazelle/compare/v0.38.0...v0.39.0 --- go.mod | 10 +++++----- go.sum | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index f7deab335f2..28ff229e805 100644 --- a/go.mod +++ b/go.mod @@ -17,9 +17,9 @@ module github.com/zemn-me/monorepo go 1.22.2 require ( - github.com/bazelbuild/bazel-gazelle v0.38.0 + github.com/bazelbuild/bazel-gazelle v0.39.0 github.com/bazelbuild/bazel-watcher v0.25.3 - github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954 + github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91 github.com/go-delve/delve v1.22.1 github.com/golang/protobuf v1.5.4 github.com/itchyny/gojq v0.12.16 @@ -58,9 +58,9 @@ require ( golang.org/x/arch v0.6.0 // indirect golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect - golang.org/x/mod v0.19.0 // indirect - golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.22.0 // indirect + golang.org/x/mod v0.20.0 // indirect + golang.org/x/sync v0.8.0 // indirect + golang.org/x/sys v0.25.0 // indirect golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect google.golang.org/protobuf v1.33.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect diff --git a/go.sum b/go.sum index 1316346f7c1..d4c44dcac74 100644 --- a/go.sum +++ b/go.sum @@ -4,10 +4,14 @@ github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/bazelbuild/bazel-gazelle v0.38.0 h1:7SABASdzy94tbvklgX8ThG+1y7ZNl2eFYRVevjOXpgw= github.com/bazelbuild/bazel-gazelle v0.38.0/go.mod h1:hspieDFb3FIjjhQV/dZjqq8qiVxsQ4rtRiWNZMihEXg= +github.com/bazelbuild/bazel-gazelle v0.39.0 h1:5RCU7g9tWPOa1ySkQgpPRDhiXfG5+38W4acSuKSQyrs= +github.com/bazelbuild/bazel-gazelle v0.39.0/go.mod h1:3vVgNuO49N8bghRC63OY+MHWalzXyoI9nH6XeEjf1lQ= github.com/bazelbuild/bazel-watcher v0.25.3 h1:qX33Z4DDPXpe9Ry0KGTvPkuuTekrB1b59E5fQk5BjiY= github.com/bazelbuild/bazel-watcher v0.25.3/go.mod h1:kLJ66pDAR3DVpTPF8Fw3kLQXmxpMT5ll7rbpsFuNmNs= github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954 h1:VNqmvOfFzn2Hrtoni8vqgXlIQ4C2Zt22fxeZ9gOOkp0= github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954/go.mod h1:689QdV3hBP7Vo9dJMmzhoYIyo/9iMhEmHkJcnaPRCbo= +github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91 h1:/wpuwyWvp46gZfQCmbR+4SI5ne7IjRUM5lsXTzpAeWM= +github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91/go.mod h1:PLNUetjLa77TCCziPsz0EI8a6CUxgC+1jgmWv0H25tg= github.com/bazelbuild/rules_go v0.46.0 h1:CTefzjN/D3Cdn3rkrM6qMWuQj59OBcuOjyIp3m4hZ7s= github.com/bazelbuild/rules_go v0.46.0/go.mod h1:Dhcz716Kqg1RHNWos+N6MlXNkjNP2EwZQ0LukRKJfMs= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= @@ -143,6 +147,8 @@ golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvx golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8= golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= +golang.org/x/mod v0.20.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= @@ -153,6 +159,7 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= 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= @@ -162,6 +169,8 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= +golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=