|
1 | 1 | module github.com/mstoykov/k6-taskqueue-lib
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.23.3 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/dop251/goja v0.0.0-20220405120441-9037c2b61cbf |
7 |
| - github.com/stretchr/testify v1.7.1 |
8 |
| - go.k6.io/k6 v0.37.1-0.20220426072701-d105f5474bc3 |
| 8 | + github.com/grafana/sobek v0.0.0-20240808084414-f7ac208544fe |
| 9 | + github.com/stretchr/testify v1.9.0 |
| 10 | + go.k6.io/k6 v0.53.0 |
9 | 11 | )
|
10 | 12 |
|
11 | 13 | require (
|
| 14 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
12 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect
|
13 |
| - github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect |
14 |
| - github.com/fatih/color v1.13.0 // indirect |
15 |
| - github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect |
| 16 | + github.com/dlclark/regexp2 v1.9.0 // indirect |
| 17 | + github.com/evanw/esbuild v0.21.2 // indirect |
| 18 | + github.com/fatih/color v1.17.0 // indirect |
| 19 | + github.com/go-logr/logr v1.4.2 // indirect |
| 20 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 21 | + github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect |
| 22 | + github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect |
| 23 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect |
| 24 | + github.com/josharian/intern v1.0.0 // indirect |
16 | 25 | github.com/mailru/easyjson v0.7.7 // indirect
|
17 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
18 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
19 |
| - github.com/nxadm/tail v1.4.8 // indirect |
20 |
| - github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect |
| 26 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 27 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 28 | + github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect |
| 29 | + github.com/onsi/ginkgo v1.16.5 // indirect |
| 30 | + github.com/onsi/gomega v1.35.1 // indirect |
21 | 31 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
22 | 32 | github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
|
23 |
| - github.com/sirupsen/logrus v1.8.1 // indirect |
| 33 | + github.com/sirupsen/logrus v1.9.3 // indirect |
24 | 34 | github.com/spf13/afero v1.1.2 // indirect
|
25 |
| - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect |
26 |
| - golang.org/x/text v0.3.7 // indirect |
27 |
| - golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect |
28 |
| - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 35 | + go.opentelemetry.io/otel v1.24.0 // indirect |
| 36 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect |
| 37 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 // indirect |
| 38 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect |
| 39 | + go.opentelemetry.io/otel/metric v1.24.0 // indirect |
| 40 | + go.opentelemetry.io/otel/sdk v1.24.0 // indirect |
| 41 | + go.opentelemetry.io/otel/trace v1.24.0 // indirect |
| 42 | + go.opentelemetry.io/proto/otlp v1.1.0 // indirect |
| 43 | + golang.org/x/net v0.30.0 // indirect |
| 44 | + golang.org/x/sys v0.26.0 // indirect |
| 45 | + golang.org/x/text v0.19.0 // indirect |
| 46 | + golang.org/x/time v0.5.0 // indirect |
| 47 | + google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect |
| 48 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect |
| 49 | + google.golang.org/grpc v1.64.1 // indirect |
| 50 | + google.golang.org/protobuf v1.35.1 // indirect |
29 | 51 | gopkg.in/guregu/null.v3 v3.3.0 // indirect
|
30 |
| - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect |
| 52 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
31 | 53 | )
|
0 commit comments