-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)