forked from codesenberg/bombardier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 744 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/codesenberg/bombardier
go 1.15
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/cheggaaa/pb v1.0.29
github.com/codesenberg/concurrent v0.0.0-20180531114123-64560cfcf964
github.com/juju/ratelimit v1.0.1
github.com/klauspost/compress v1.11.8 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/fasthttp v1.21.0
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)