-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 763 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
23
24
module twitch2discordbridge
go 1.20
require (
github.com/disgoorg/disgo v0.16.12-0.20231107210439-0162c707df18
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/dlclark/regexp2 v1.10.0
github.com/fsnotify/fsnotify v1.6.0
github.com/gempir/go-twitch-irc/v4 v4.0.0
github.com/nicklaw5/helix v1.25.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/disgoorg/json v1.1.0 // indirect
github.com/disgoorg/log v1.2.1 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
golang.org/x/sys v0.11.0 // indirect
)