This commit is contained in:
yyasha 2023-11-23 18:44:58 +03:00
commit 6e2e3460d6
8 changed files with 230 additions and 0 deletions

15
go.mod Normal file
View file

@ -0,0 +1,15 @@
module bridge
go 1.20
require (
github.com/SevereCloud/vksdk/v2 v2.16.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/s32x/httpclient v0.0.0-20220217184346-6df4d4d51c14 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/text v0.13.0 // indirect
h12.io/socks v1.0.3 // indirect
)