This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
39 lines (36 loc) · 1.63 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
38
39
module github.com/Implex-ltd/friender
go 1.21.0
require (
github.com/0xF7A4C6/GoCycle v0.0.0-20230623065856-dd8a5a180c87
github.com/BurntSushi/toml v1.3.2
github.com/Implex-ltd/bridge v0.0.0-20230925122013-03842a3055b7
github.com/Implex-ltd/cleanhttp v0.0.0-20230928154826-e43956ac2a1b
github.com/Implex-ltd/crapsolver v0.0.0-20231023162349-3415c2cb8004
github.com/Implex-ltd/fingerprint-client v0.0.0-20230830235428-380e1bbcfa4b
github.com/Implex-ltd/ucdiscord v0.0.0-20231107093848-4cdb8cc8b35d
github.com/gookit/color v1.5.4
github.com/zenthangplus/goccm v1.1.3
)
require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/bogdanfinn/fhttp v0.5.24 // indirect
github.com/bogdanfinn/tls-client v1.6.1 // indirect
github.com/bogdanfinn/utls v1.5.16 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dgrr/fastws v1.0.4 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/mssola/user_agent v0.6.0 // indirect
github.com/playwright-community/playwright-go v0.3900.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.50.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)