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>2023-04-29 19:05:26 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-04-29 19:05:26 +0300
commite34d03d8043ecb6d6c717fbc86d8e5428b5cbf07 (patch)
tree6d74364d252860c8924f6ab3a9d0414773430bcb
parent512b7d09c44261f4018bd0cb89470315207f474c (diff)
tools/protolint: Update module github.com/yoheimuta/protolint to v0.43.2
-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 85542570d..33b60789d 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.43.1
+require github.com/yoheimuta/protolint v0.43.2
require (
github.com/fatih/color v1.13.0 // indirect
diff --git a/tools/protolint/go.sum b/tools/protolint/go.sum
index 6886f3591..c31709504 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.7.0 h1:80LGfVM25sCoNDD08hv9O0ShQMjoTrIE76j5ON+gq3U=
github.com/yoheimuta/go-protoparser/v4 v4.7.0/go.mod h1:AHNNnSWnb0UoL4QgHPiOAg2BniQceFscPI5X/BZNHl8=
-github.com/yoheimuta/protolint v0.43.1 h1:GwxYmp86XZWKg3AsTuBRdvxe5Lg6hWkHKtXDmmHV1y0=
-github.com/yoheimuta/protolint v0.43.1/go.mod h1:ITsA7YWFaZqTSAzx4jmt3SQ+BlAOqbFVUhtwWeAK1U0=
+github.com/yoheimuta/protolint v0.43.2 h1:nhEsOIsJOb+svAscwEq9OHMCh6EXsghSOtfLml6STaI=
+github.com/yoheimuta/protolint v0.43.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=