Skip to content

Commit

Permalink
fix: gotag order (#38)
Browse files Browse the repository at this point in the history
Upgrading `protoc-gen-gotag` to resolve random ordered tags:
srikrsna/protoc-gen-gotag#51

Also fixed the npm imports for buf/connectrpc
  • Loading branch information
jgkawell authored Aug 10, 2024
1 parent bb2f5bd commit 084cea9
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 105 deletions.
12 changes: 5 additions & 7 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ RUN go install github.com/bufbuild/buf/cmd/[email protected]
RUN go install google.golang.org/protobuf/cmd/[email protected]
RUN go install connectrpc.com/connect/cmd/[email protected]
RUN go install github.com/envoyproxy/[email protected]
RUN go install github.com/srikrsna/[email protected].1
RUN go install github.com/srikrsna/[email protected].2

# WEB
RUN npm install typescript tsx
RUN npm install @bufbuild/buf \
@bufbuild/protobuf \
@bufbuild/protoc-gen-es \
@connectrpc/connect \
@connectrpc/protoc-gen-connect-es \
@connectrpc/connect-query \
@connectrpc/protoc-gen-connect-query
@bufbuild/protoc-gen-es@"^1.0.0" \
@bufbuild/protobuf@"^1.0.0" \
@connectrpc/protoc-gen-connect-es@"^1.0.0" \
@connectrpc/connect@"^1.0.0"
6 changes: 3 additions & 3 deletions api/core/consensus/fsm/v1/fsm.pb.go

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

20 changes: 10 additions & 10 deletions api/core/consensus/raft/v1/service.pb.go

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

36 changes: 18 additions & 18 deletions api/core/control_plane/networking/v1/service.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 api/core/registry/key_value/v1/models.pb.go

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

20 changes: 10 additions & 10 deletions api/core/registry/key_value/v1/service.pb.go

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

Loading

0 comments on commit 084cea9

Please sign in to comment.