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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-28 04:21:36 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-28 04:21:36 +0300
commitbad7b0b11c3784df8d98704525c481a972ff4c3f (patch)
treeb37433c968dec77a25ff0e07d79be5749a4d163f /tools
parente0f5aac979b770ab9dea403f7cb93450bd9e1b70 (diff)
tools/protolint: Update module github.com/yoheimuta/protolint to v0.46.0
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=