-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
28 lines (25 loc) · 972 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
25
26
27
28
module streamlabsuwu
go 1.22.2
require (
github.com/ItsMerkz/Kopeechka_Wrapper v0.0.0-20221020174928-2714afee7835
github.com/Terminal1337/GoCycle v0.0.0-20240118123234-3613a8861da9
github.com/ZennoLab/capmonstercloud-client-go v1.4.0
github.com/bogdanfinn/fhttp v0.5.31
github.com/bogdanfinn/tls-client v1.7.10
github.com/rs/zerolog v1.33.0
github.com/zenthangplus/goccm v1.1.3
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bogdanfinn/utls v1.6.3 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/quic-go/quic-go v0.48.1 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
)