forked from brianxor/tls-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1022 Bytes
/
Copy pathgo.mod
File metadata and controls
30 lines (27 loc) · 1022 Bytes
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
module github.com/brianxor/tls-api
go 1.23.0
require (
github.com/andybalholm/brotli v1.1.1
github.com/bogdanfinn/fhttp v0.5.29
github.com/bogdanfinn/tls-client v1.7.9
github.com/gofiber/fiber/v3 v3.0.0-beta.3
github.com/joho/godotenv v1.5.1
golang.org/x/sys v0.27.0
)
require (
github.com/bogdanfinn/utls v1.6.2 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/gofiber/utils/v2 v2.0.0-beta.6 // indirect
github.com/google/uuid v1.6.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.20 // indirect
github.com/quic-go/quic-go v0.48.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.56.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/text v0.20.0 // indirect
)