-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 870 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
module github.com/dmdhrumilmistry/fasthttpclient
go 1.22.1
require (
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/li-jin-gou/http2curl v0.1.2
github.com/schollz/progressbar/v3 v3.17.1
github.com/valyala/fasthttp v1.58.0
golang.org/x/term v0.27.0
golang.org/x/time v0.8.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bytedance/gopkg v0.1.1 // indirect
github.com/cloudwego/hertz v0.9.3 // indirect
github.com/go-resty/resty/v2 v2.15.3 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)