-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 954 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 954 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
module github.com/codesenberg/bombardier
go 1.22
toolchain go1.24.0
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.59.0
)
require (
github.com/PuerkitoBio/purell v1.2.1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)