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:
Diffstat (limited to 'tools/protolint/go.mod')
-rw-r--r--tools/protolint/go.mod35
1 files changed, 17 insertions, 18 deletions
diff --git a/tools/protolint/go.mod b/tools/protolint/go.mod
index 786c618c5..bd439f44d 100644
--- a/tools/protolint/go.mod
+++ b/tools/protolint/go.mod
@@ -4,30 +4,29 @@ go 1.21
toolchain go1.21.0
-require github.com/yoheimuta/protolint v0.46.1
+require github.com/yoheimuta/protolint v0.47.5
require (
- github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab // indirect
- github.com/fatih/color v1.13.0 // indirect
- github.com/gertd/go-pluralize v0.2.0 // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/go-cmp v0.5.9 // indirect
- github.com/hashicorp/go-hclog v1.2.0 // indirect
- github.com/hashicorp/go-plugin v1.4.3 // indirect
- github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
+ github.com/chavacava/garif v0.1.0 // indirect
+ github.com/fatih/color v1.16.0 // indirect
+ github.com/gertd/go-pluralize v0.2.1 // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
+ github.com/hashicorp/go-hclog v1.6.2 // indirect
+ github.com/hashicorp/go-plugin v1.6.0 // indirect
+ github.com/hashicorp/yamux v0.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.16 // indirect
- github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
- github.com/oklog/run v1.0.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.5.0 // indirect
+ github.com/oklog/run v1.1.0 // indirect
+ github.com/yoheimuta/go-protoparser/v4 v4.9.0 // indirect
+ golang.org/x/net v0.20.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
- google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
- google.golang.org/grpc v1.46.2 // indirect
- google.golang.org/protobuf v1.28.0 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
+ google.golang.org/grpc v1.60.1 // indirect
+ google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)