-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
31 lines (28 loc) · 1.08 KB
/
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
28
29
30
31
module github.com/quay/clair-load-test
go 1.20
require (
github.com/cloud-bulldozer/go-commons v1.0.4
github.com/google/uuid v1.3.0
github.com/quay/zlog v0.0.0-20210113185248-ce16eed1dcec
github.com/rs/zerolog v1.23.0
github.com/tsenart/vegeta/v12 v12.11.1
github.com/urfave/cli/v2 v2.25.1
golang.org/x/sync v0.3.0
gopkg.in/square/go-jose.v2 v2.6.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/elastic/go-elasticsearch/v7 v7.13.1 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/opensearch-project/opensearch-go v1.1.0 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opentelemetry.io/otel v0.16.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)