-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 847 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 course
go 1.18
require (
github.com/saucesteals/fhttp v0.0.0-20221106032530-a77df0f55ed9
github.com/saucesteals/mimic v0.0.0-20221106032943-9dfb98edc650
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/aiomonitors/godiscord v0.0.0-20200422003858-41242d4e5847 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/refraction-networking/utls v1.1.6-0.20221101174805-9c1996abbbba // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
)