-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
22 lines (19 loc) · 607 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
module github.com/Noooste/azuretls-client
go 1.22.0
require (
github.com/Noooste/fhttp v1.0.12
github.com/Noooste/utls v1.3.6
github.com/Noooste/websocket v1.0.3
github.com/fatih/color v1.18.0
golang.org/x/net v0.35.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/cloudflare/circl v1.6.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)