diff options
Diffstat (limited to 'telebot/go.mod')
-rw-r--r-- | telebot/go.mod | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/telebot/go.mod b/telebot/go.mod deleted file mode 100644 index 32444e9..0000000 --- a/telebot/go.mod +++ /dev/null @@ -1,22 +0,0 @@ -module telebot - -go 1.22 - -require ( - github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible - github.com/rs/zerolog v1.31.0 - github.com/terminaldweller/grpc v1.0.3 - golang.org/x/net v0.19.0 - google.golang.org/grpc v1.59.0 -) - -require ( - github.com/golang/protobuf v1.5.3 // indirect - github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/technoweenie/multipartstreamer v1.0.1 // indirect - golang.org/x/sys v0.15.0 // indirect - golang.org/x/text v0.14.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect - google.golang.org/protobuf v1.31.0 // indirect -) |