-
Notifications
You must be signed in to change notification settings - Fork 314
/
go.mod
27 lines (24 loc) · 968 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
module github.com/codesenberg/bombardier
go 1.18
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/cheggaaa/pb v1.0.29
github.com/codesenberg/concurrent v0.0.0-20180531114123-64560cfcf964
github.com/goware/urlx v0.3.2
github.com/juju/ratelimit v1.0.2
github.com/satori/go.uuid v1.2.0
github.com/valyala/fasthttp v1.51.0
)
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)