Skip to content

Commit

Permalink
chore: update buf to 1.39.0 and update buf.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Sep 13, 2024
1 parent affc039 commit 2a02c21
Show file tree
Hide file tree
Showing 16 changed files with 458 additions and 533 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $(gen_sum): $(gen_src)
--workdir="/go/src/berty.tech/weshnet" \
--entrypoint="sh" \
--rm \
bertytech/buf:4 \
bertytech/buf:5 \
-xec 'make generate_local'; \
$(MAKE) tidy \
)
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(gen_sum): $(gen_src)
--workdir="/go/src/berty.tech/berty/docs" \
--entrypoint="sh" \
--rm \
bertytech/buf:2 \
bertytech/buf:5 \
-xec 'make generate_local' \
)
.PHONY: generate
Expand Down
22 changes: 11 additions & 11 deletions docs/apis/protocoltypes.swagger.json

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

2 changes: 1 addition & 1 deletion docs/gen.sum

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

2 changes: 1 addition & 1 deletion gen.sum

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

14 changes: 7 additions & 7 deletions internal/handshake/handshake.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 internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
// required by Makefile
_ "github.com/daixiang0/gci"
// required by protoc
_ "google.golang.org/protobuf/proto"
// required by protoc
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway"
// required by protoc
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"
Expand All @@ -31,6 +29,8 @@ import (
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
// required by protoc
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
// required by protoc
_ "google.golang.org/protobuf/proto"
// required by Makefile
_ "moul.io/testman"
// required by Makefile
Expand Down
6 changes: 3 additions & 3 deletions pkg/errcode/errcode.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 pkg/outofstoremessagetypes/outofstoremessage.pb.go

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

34 changes: 26 additions & 8 deletions pkg/outofstoremessagetypes/outofstoremessage_grpc.pb.go

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

Loading

0 comments on commit 2a02c21

Please sign in to comment.