aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 12:03:15 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 12:03:15 +0000
commit3c24c7ba319e277414455d68360043e155d7a3ca (patch)
tree3df683631f75eca74f77006b3d5eb3cb3e3f188c /telebot/go.mod
parentchanged the module name (diff)
downloadgrpc-3c24c7ba319e277414455d68360043e155d7a3ca.tar.gz
grpc-3c24c7ba319e277414455d68360043e155d7a3ca.zip
updates and fixesv1.0.0
Diffstat (limited to 'telebot/go.mod')
-rw-r--r--telebot/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
new file mode 100644
index 0000000..c010507
--- /dev/null
+++ b/telebot/go.mod
@@ -0,0 +1,8 @@
+module github.com/terminaldweller/grpc/telebot/protobuf/v1
+
+go 1.15
+
+require (
+ github.com/golang/protobuf v1.5.2
+ google.golang.org/protobuf v1.27.1
+)