Public Access
рабочая версия
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
module go-chat-bridge
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/SevereCloud/vksdk/v2 v2.17.0
|
||||
github.com/bwmarrin/discordgo v0.29.0
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user