aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-28 20:40:22 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-28 20:40:22 +0000
commitdeccc46d93793098204cdc1405d9aac4bc9e80ae (patch)
treef219c40eaa8ce6f2b9f0fc3850220899ee3c6e87 /telebot/go.mod
parentgolang lint fixes (diff)
downloadhived-deccc46d93793098204cdc1405d9aac4bc9e80ae.tar.gz
hived-deccc46d93793098204cdc1405d9aac4bc9e80ae.zip
golang lint fixes
Diffstat (limited to 'telebot/go.mod')
-rw-r--r--telebot/go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
index d035e69..dab826a 100644
--- a/telebot/go.mod
+++ b/telebot/go.mod
@@ -7,5 +7,6 @@ require (
github.com/rs/zerolog v1.26.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/terminaldweller/grpc v1.0.3
+ golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/grpc v1.42.0
)