Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2023-08-30 19:31:23 +0300
committerWill Chandler <wchandler@gitlab.com>2023-08-30 19:31:23 +0300
commitdb234c87ebaff374e91734527bcf9ce2bff357d5 (patch)
treea6cd20983543de559fd1de40896037d9f9ac3236 /tools
parenta135d096227e2169aa6b15fa2c5a67d688d44a16 (diff)
parentbad7b0b11c3784df8d98704525c481a972ff4c3f (diff)
Merge branch 'renovate-tools/protolint/github.com-yoheimuta-protolint-0.x' into 'master'
tools/protolint: Update module github.com/yoheimuta/protolint to v0.46.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6289 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/protolint/go.mod2
-rw-r--r--tools/protolint/go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/protolint/go.mod b/tools/protolint/go.mod
index d560e545a..203f40b08 100644
--- a/tools/protolint/go.mod
+++ b/tools/protolint/go.mod
@@ -4,7 +4,7 @@ go 1.21
toolchain go1.21.0
-require github.com/yoheimuta/protolint v0.45.1
+require github.com/yoheimuta/protolint v0.46.0
require (
github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab // indirect
diff --git a/tools/protolint/go.sum b/tools/protolint/go.sum
index 550dcaf43..e219c707f 100644
--- a/tools/protolint/go.sum
+++ b/tools/protolint/go.sum
@@ -106,8 +106,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/yoheimuta/go-protoparser/v4 v4.7.0 h1:80LGfVM25sCoNDD08hv9O0ShQMjoTrIE76j5ON+gq3U=
github.com/yoheimuta/go-protoparser/v4 v4.7.0/go.mod h1:AHNNnSWnb0UoL4QgHPiOAg2BniQceFscPI5X/BZNHl8=
-github.com/yoheimuta/protolint v0.45.1 h1:K85hSPRuZIHWpCRFapnoovF1X0zrRDN7AhwRiXg0ues=
-github.com/yoheimuta/protolint v0.45.1/go.mod h1:aGmpTPddQVyWBaEK18eZhlNgWKWbs1qR5mM3C/ldY1E=
+github.com/yoheimuta/protolint v0.46.0 h1:OiDtJf2TdquygFhZRXqkkkKwpVv/CKDkI0ihO/QPKhI=
+github.com/yoheimuta/protolint v0.46.0/go.mod h1:aGmpTPddQVyWBaEK18eZhlNgWKWbs1qR5mM3C/ldY1E=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=