Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ go 1.15

require (
github.com/fullstorydev/grpcurl v1.7.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/golangci/golangci-lint v1.36.0
github.com/mwitkow/go-proto-validators v0.3.2
github.com/quasilyte/go-consistent v0.0.0-20200404105227-766526bf1e96
github.com/reviewdog/reviewdog v0.11.0
github.com/uber/prototool v1.10.0
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)
Loading