aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 13:08:03 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 13:08:03 +0000
commit6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b (patch)
tree8f7ff1939243fbbe85210f0ebd022ea1ec42cefd /telebot/go.mod
parentupdates and fixes (diff)
downloadgrpc-6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b.tar.gz
grpc-6cc49e259fff5b89f2a58cf780ad5a2ec9562d6b.zip
Diffstat (limited to 'telebot/go.mod')
-rw-r--r--telebot/go.mod8
1 files changed, 0 insertions, 8 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
deleted file mode 100644
index 834fe47..0000000
--- a/telebot/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
-module github.com/terminaldweller/grpc/telebot/v1
-
-go 1.15
-
-require (
- github.com/golang/protobuf v1.5.2
- google.golang.org/protobuf v1.27.1
-)