Skip to content

Commit

Permalink
Merge pull request link1st#47 from link1st/upgrade_grpc
Browse files Browse the repository at this point in the history
Upgrade grpc
  • Loading branch information
link1st authored Jun 8, 2022
2 parents be0222c + d17b971 commit 89bca63
Show file tree
Hide file tree
Showing 7 changed files with 926 additions and 544 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ require (
github.com/spf13/viper v1.4.1-0.20190728125013-1b33e8258e07
github.com/subosito/gotenv v1.1.1 // indirect
github.com/ugorji/go v1.2.6 // indirect
google.golang.org/grpc v1.21.0
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
google.golang.org/genproto v0.0.0-20220607223854-30acc4cbd2aa // indirect
google.golang.org/grpc v1.47.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)
89 changes: 89 additions & 0 deletions go.sum

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion protobuf/gen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

protoc --go_out=plugins=grpc:. im_protobuf.proto
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
im_protobuf.proto
Loading

0 comments on commit 89bca63

Please sign in to comment.