diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 13:08:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 13:08:03 +0000 |
commit | 6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b (patch) | |
tree | 8f7ff1939243fbbe85210f0ebd022ea1ec42cefd /go.mod | |
parent | updates and fixes (diff) | |
download | grpc-6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b.tar.gz grpc-6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b.zip |
fixv1.0.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module github.com/terminaldweller/grpc + +go 1.15 + +require ( + github.com/golang/protobuf v1.5.2 + google.golang.org/protobuf v1.27.1 +) |