Skip to content

Commit

Permalink
chore: update grpc-service example
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Sep 6, 2021
1 parent bf05b69 commit e75a0d5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 20 deletions.
5 changes: 2 additions & 3 deletions example/grpc-service/buf/v1/calculator.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 example/grpc-service/buf/v1/calculator.pb.gw.go

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

1 change: 0 additions & 1 deletion example/grpc-service/buf/v1/calculator_grpc.pb.go

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

5 changes: 2 additions & 3 deletions example/grpc-service/buf/v1/hello.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 example/grpc-service/buf/v1/hello.pb.gw.go

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

1 change: 0 additions & 1 deletion example/grpc-service/buf/v1/hello_grpc.pb.go

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

12 changes: 6 additions & 6 deletions example/grpc-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module grpc-service
go 1.16

require (
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/labstack/echo/v4 v4.4.0
github.com/labstack/echo/v4 v4.5.0
github.com/stretchr/testify v1.7.0
github.com/xinpianchang/xservice v1.0.13
go.uber.org/zap v1.18.1
google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea
google.golang.org/grpc v1.39.0
github.com/xinpianchang/xservice v1.0.20
go.uber.org/zap v1.19.0
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)

Expand Down
4 changes: 2 additions & 2 deletions example/rest-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module rest-service
go 1.16

require (
github.com/labstack/echo/v4 v4.4.0
github.com/xinpianchang/xservice v1.0.13
github.com/labstack/echo/v4 v4.5.0
github.com/xinpianchang/xservice v1.0.20
)

replace github.com/xinpianchang/xservice => ../../

0 comments on commit e75a0d5

Please sign in to comment.