forked from goharbor/xk6-harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (40 loc) · 1.79 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
32
33
34
35
36
37
38
39
40
41
42
module github.com/heww/xk6-harbor
go 1.15
require (
github.com/Shopify/sarama v1.19.0 // indirect
github.com/bugsnag/bugsnag-go v1.5.2 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/containerd/containerd v1.3.2
github.com/deislabs/oras v0.8.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d
github.com/dustin/go-humanize v1.0.0
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/runtime v0.19.26
github.com/go-openapi/spec v0.20.1 // indirect
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.13
github.com/go-openapi/validate v0.20.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/handlers v1.4.2 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mstoykov/xk6-counter v0.0.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/panjf2000/ants/v2 v2.4.3
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2 // indirect
go.k6.io/k6 v0.32.0
go.opencensus.io v0.22.3 // indirect
rsc.io/letsencrypt v0.0.3 // indirect
)