Skip to content

Commit

Permalink
Update current protos (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt authored Sep 18, 2023
1 parent da48f87 commit 4f9a771
Show file tree
Hide file tree
Showing 81 changed files with 48,641 additions and 24,216 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(BIN)/protoc-gen-go: Makefile | $(BIN)
$(TOOL_INSTALL) google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0

$(BIN)/protoc-gen-go-vtproto: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto@v0.4.0
$(TOOL_INSTALL) github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto@v0.5.0

$(BIN)/protoc-gen-connect-go: Makefile | $(BIN)
$(TOOL_INSTALL) connectrpc.com/connect/cmd/protoc-gen-connect-go@v1.11.0
Expand All @@ -37,7 +37,7 @@ $(BIN)/gofumpt: Makefile | $(BIN)
$(TOOL_INSTALL) mvdan.cc/gofumpt@v0.4.0

$(BIN)/buf: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/bufbuild/buf/cmd/buf@v1.19.0
$(TOOL_INSTALL) github.com/bufbuild/buf/cmd/buf@v1.26.1

$(BIN)/yq: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/mikefarah/yq/v4@v4.30.8
Expand Down
2 changes: 1 addition & 1 deletion gen/vitess/automation/v15/automation_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/vitess/automation/v16/automation_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f9a771

Please sign in to comment.