Skip to content

Commit

Permalink
Add v19 protos (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt authored Jan 2, 2025
1 parent 770e144 commit 46661e1
Show file tree
Hide file tree
Showing 222 changed files with 325,019 additions and 43,602 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ $(PROTO_OUT):

TOOL_INSTALL := env GOBIN=$(PWD)/$(BIN) go install

$(BIN)/protoc-gen-go: Makefile | $(BIN)
$(TOOL_INSTALL) google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
$(BIN)/protoc-gen-go: go.mod | $(BIN)
$(TOOL_INSTALL) google.golang.org/protobuf/cmd/protoc-gen-go

$(BIN)/protoc-gen-go-vtproto: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/planetscale/vtprotobuf/cmd/[email protected]

$(BIN)/protoc-gen-connect-go: Makefile | $(BIN)
$(TOOL_INSTALL) connectrpc.com/connect/cmd/protoc-gen-connect-go@v1.11.0
$(BIN)/protoc-gen-connect-go: go.mod | $(BIN)
$(TOOL_INSTALL) connectrpc.com/connect/cmd/protoc-gen-connect-go

$(BIN)/gofumpt: Makefile | $(BIN)
$(TOOL_INSTALL) mvdan.cc/[email protected]

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

$(BIN)/yq: Makefile | $(BIN)
$(TOOL_INSTALL) github.com/mikefarah/yq/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ plugins:
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v18.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v18.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v18.VStreamRowsResponse
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v19.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v19.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v19.VStreamRowsResponse
- name: connect-go
path: bin/protoc-gen-connect-go
out: gen
Expand Down
22 changes: 11 additions & 11 deletions gen/vitess/automation/v16/automation.pb.go

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

4 changes: 2 additions & 2 deletions gen/vitess/automationservice/v16/automationservice.pb.go

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

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

Loading

0 comments on commit 46661e1

Please sign in to comment.