2 changed files with 12 additions and 0 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
module mod |
||||
|
||||
go 1.17 |
||||
|
||||
require ( |
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect |
||||
github.com/technoweenie/multipartstreamer v1.0.1 // indirect |
||||
) |
||||
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible h1:2cauKuaELYAEARXRkq2LrJ0yDDv1rW7+wrTEdVL3uaU= |
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible/go.mod h1:qf9acutJ8cwBUhm1bqgz6Bei9/C/c93FPDljKWwsOgM= |
||||
github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM= |
||||
github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog= |
||||
Loading…
Reference in new issue