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
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-06 16:05:23 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-06 16:05:23 +0300
commitdfb7288d585122d7cdf2fe371553d8d73f710621 (patch)
tree127eb28b4430f4fbf2165e1cffb35379c6249280
parent917add9eb58cc04e9cc657368ffd74c0c8511064 (diff)
parent2a2066062a6b36b9c6242344e88d92262344d3a9 (diff)
Merge branch 'renovate-tools/protolint/github.com-yoheimuta-protolint-0.x' into 'master'
tools/protolint: Update module github.com/yoheimuta/protolint to v0.42.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5028 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-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 b403d7722..81095716b 100644
--- a/tools/protolint/go.mod
+++ b/tools/protolint/go.mod
@@ -2,7 +2,7 @@ module gitlab.com/gitlab-org/gitaly/tools/protolint
go 1.17
-require github.com/yoheimuta/protolint v0.41.0
+require github.com/yoheimuta/protolint v0.42.0
require (
github.com/fatih/color v1.13.0 // indirect
diff --git a/tools/protolint/go.sum b/tools/protolint/go.sum
index 0a56e21d9..ccfe193a8 100644
--- a/tools/protolint/go.sum
+++ b/tools/protolint/go.sum
@@ -102,8 +102,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/yoheimuta/go-protoparser/v4 v4.6.0 h1:uvz1e9/5Ihsm4Ku8AJeDImTpirKmIxubZdSn0QJNdnw=
github.com/yoheimuta/go-protoparser/v4 v4.6.0/go.mod h1:AHNNnSWnb0UoL4QgHPiOAg2BniQceFscPI5X/BZNHl8=
-github.com/yoheimuta/protolint v0.41.0 h1:SGv4DYpi/T65aJwXFIvNZZfb84V2V4DdywEKVJMi2gU=
-github.com/yoheimuta/protolint v0.41.0/go.mod h1:m01Dh5Hab5PqJ476KILWPNp/BmTAamlcthnBEkNjRKo=
+github.com/yoheimuta/protolint v0.42.0 h1:k9E+e+5yEowERctvWJV7ogrXS/RTvWxMBq0lEnWW0TA=
+github.com/yoheimuta/protolint v0.42.0/go.mod h1:m01Dh5Hab5PqJ476KILWPNp/BmTAamlcthnBEkNjRKo=
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=