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-21 09:21:25 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-21 09:21:25 +0300
commit520a46cb3fbc12164eb52645591504f8cd6e3131 (patch)
treec5a6cf805ed0cc13bff30d4bdd740be31191bac0 /tools
parent4af2feb4a2c6ec11c49cd95e73fb000b9f903554 (diff)
tools/protolint: Update module github.com/yoheimuta/protolint to v0.45.1
Diffstat (limited to 'tools')
-rw-r--r--tools/protolint/go.mod6
-rw-r--r--tools/protolint/go.sum5
2 files changed, 7 insertions, 4 deletions
diff --git a/tools/protolint/go.mod b/tools/protolint/go.mod
index 04e2d68cf..d560e545a 100644
--- a/tools/protolint/go.mod
+++ b/tools/protolint/go.mod
@@ -1,8 +1,10 @@
module gitlab.com/gitlab-org/gitaly/tools/protolint
-go 1.20
+go 1.21
-require github.com/yoheimuta/protolint v0.45.0
+toolchain go1.21.0
+
+require github.com/yoheimuta/protolint v0.45.1
require (
github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab // indirect
diff --git a/tools/protolint/go.sum b/tools/protolint/go.sum
index 3014b8405..550dcaf43 100644
--- a/tools/protolint/go.sum
+++ b/tools/protolint/go.sum
@@ -88,6 +88,7 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
+github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -105,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.0 h1:m3rcsW8l5+3wAuNY7VKzW7zepbB718HfDjUCvrZFNAU=
-github.com/yoheimuta/protolint v0.45.0/go.mod h1:WCYdbbC/YFu0kmn/bz4PFnoZC3igSE1ZeL5lz7BcDEc=
+github.com/yoheimuta/protolint v0.45.1 h1:K85hSPRuZIHWpCRFapnoovF1X0zrRDN7AhwRiXg0ues=
+github.com/yoheimuta/protolint v0.45.1/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=