-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
34 lines (31 loc) · 1.29 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
module github.com/Implex-ltd/ucdiscord
go 1.21
require (
github.com/Implex-ltd/cleanhttp v0.0.0-20231221135330-8ad903c1cb45
github.com/Implex-ltd/fingerprint-client v0.0.0-20230830235428-380e1bbcfa4b
github.com/andybalholm/brotli v1.0.6
github.com/bogdanfinn/fhttp v0.5.27
github.com/dgrr/fastws v1.0.4
github.com/google/uuid v1.5.0
)
require (
github.com/bogdanfinn/tls-client v1.7.1 // indirect
github.com/bogdanfinn/utls v1.6.1 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/mssola/user_agent v0.6.0 // indirect
github.com/playwright-community/playwright-go v0.4001.0 // indirect
github.com/quic-go/quic-go v0.40.1 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)