-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (19 loc) · 805 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/sugaroidbot/sg-discord
go 1.17
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.0.0-rc1
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/sugaroidbot/sg-telegram v0.0.0-20211101070108-92537283e6ac
github.com/withmandala/go-log v0.1.0
)
require (
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)