-
Notifications
You must be signed in to change notification settings - Fork 641
/
Copy pathgo.mod
37 lines (31 loc) · 1.25 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/V4NSH4J/discord-mass-dm-GO
go 1.18
require (
github.com/andybalholm/brotli v1.0.4
github.com/chromedp/cdproto v0.0.0-20220428002153-285dfb42699c
github.com/chromedp/chromedp v0.8.1
github.com/gookit/color v1.5.0
github.com/gorilla/websocket v1.5.0 // direct
github.com/zenthangplus/goccm v0.0.0-20211005163543-2f2e522aca15
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/Masterminds/semver v1.5.0
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
)
require golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
require golang.org/x/net v0.0.0-20220726230323-06994584191e
require (
github.com/Danny-Dasilva/fhttp v0.0.0-20220524230104-f801520157d6
github.com/Danny-Dasilva/utls v0.0.0-20220604023528-30cb107b834e
github.com/dsnet/compress v0.0.1 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/text v0.3.7 // indirect
)