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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-12-06 16:20:04 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-12-06 16:20:04 +0300
commit4eb8b46fa1d85a44920742355aa7c617621db6a2 (patch)
treeba0996a2ed24b60bc23de8f9a45bf70a230d4660
parentdfb7288d585122d7cdf2fe371553d8d73f710621 (diff)
tools/protolint: Update module github.com/yoheimuta/protolint to v0.42.2
-rw-r--r--tools/protolint/go.mod4
-rw-r--r--tools/protolint/go.sum8
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/protolint/go.mod b/tools/protolint/go.mod
index 81095716b..4f3e56d44 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.42.0
+require github.com/yoheimuta/protolint v0.42.2
require (
github.com/fatih/color v1.13.0 // indirect
@@ -19,7 +19,7 @@ require (
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
- github.com/yoheimuta/go-protoparser/v4 v4.6.0 // indirect
+ github.com/yoheimuta/go-protoparser/v4 v4.7.0 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
golang.org/x/text v0.3.7 // indirect
diff --git a/tools/protolint/go.sum b/tools/protolint/go.sum
index ccfe193a8..82d7878b5 100644
--- a/tools/protolint/go.sum
+++ b/tools/protolint/go.sum
@@ -100,10 +100,10 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
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.42.0 h1:k9E+e+5yEowERctvWJV7ogrXS/RTvWxMBq0lEnWW0TA=
-github.com/yoheimuta/protolint v0.42.0/go.mod h1:m01Dh5Hab5PqJ476KILWPNp/BmTAamlcthnBEkNjRKo=
+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.42.2 h1:33YdAicLnLc7G4QNVyLkTsRxmqZJbu4/dhgWlZvVU9M=
+github.com/yoheimuta/protolint v0.42.2/go.mod h1:ITsA7YWFaZqTSAzx4jmt3SQ+BlAOqbFVUhtwWeAK1U0=
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=