aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-20 17:21:43 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-20 17:21:43 +0000
commit2f7e632a3d876a8721bcfbeeb4624a338df46eb8 (patch)
tree73cc6fa053158439107866a991c2675e1ee35c4b /go.mod
parentfix (diff)
downloadgrpc-main.tar.gz
grpc-main.zip
added the grpc methodsHEADv1.0.3main
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d2eb9ab..131b0e8 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/terminaldweller/grpc
go 1.15
require (
- github.com/golang/protobuf v1.5.2
+ github.com/golang/protobuf v1.5.2 // indirect
+ google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
)