|
1 | 1 | module github.com/elastic/xk6-output-elasticsearch
|
2 | 2 |
|
3 |
| -go 1.21.4 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 |
| -toolchain go1.23.6 |
| 5 | +toolchain go1.24.4 |
6 | 6 |
|
7 | 7 | require (
|
8 | 8 | github.com/elastic/go-elasticsearch/v8 v8.1.0
|
9 | 9 | github.com/guregu/null/v5 v5.0.0
|
10 | 10 | github.com/sirupsen/logrus v1.9.3
|
11 |
| - go.k6.io/k6 v0.56.0 |
| 11 | + go.k6.io/k6 v1.1.0 |
12 | 12 | )
|
13 | 13 |
|
14 | 14 | require (
|
15 | 15 | github.com/kubernetes/helm v2.17.0+incompatible
|
16 | 16 | github.com/mattn/go-isatty v0.0.20 // indirect
|
17 | 17 | github.com/spf13/afero v1.9.3 // indirect
|
18 |
| - golang.org/x/time v0.8.0 // indirect |
| 18 | + golang.org/x/time v0.12.0 // indirect |
19 | 19 | )
|
20 | 20 |
|
21 | 21 | require (
|
22 |
| - github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 22 | + github.com/cenkalti/backoff/v5 v5.0.2 // indirect |
23 | 23 | github.com/elastic/elastic-transport-go/v8 v8.1.0 // indirect
|
24 | 24 | github.com/fatih/color v1.18.0 // indirect
|
25 | 25 | github.com/ghodss/yaml v1.0.0 // indirect
|
26 | 26 | github.com/go-logr/logr v1.4.2 // indirect
|
27 | 27 | github.com/go-logr/stdr v1.2.2 // indirect
|
28 | 28 | github.com/google/uuid v1.6.0 // indirect
|
29 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect |
| 29 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect |
30 | 30 | github.com/josharian/intern v1.0.0 // indirect
|
31 |
| - github.com/mailru/easyjson v0.7.7 // indirect |
32 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 31 | + github.com/mailru/easyjson v0.9.0 // indirect |
| 32 | + github.com/mattn/go-colorable v0.1.14 // indirect |
33 | 33 | github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
|
34 |
| - go.opentelemetry.io/otel v1.29.0 // indirect |
35 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect |
36 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect |
37 |
| - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect |
38 |
| - go.opentelemetry.io/otel/metric v1.29.0 // indirect |
39 |
| - go.opentelemetry.io/otel/sdk v1.29.0 // indirect |
40 |
| - go.opentelemetry.io/otel/trace v1.29.0 // indirect |
41 |
| - go.opentelemetry.io/proto/otlp v1.3.1 // indirect |
42 |
| - golang.org/x/net v0.33.0 // indirect |
43 |
| - golang.org/x/sys v0.28.0 // indirect |
44 |
| - golang.org/x/text v0.21.0 // indirect |
45 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect |
46 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect |
47 |
| - google.golang.org/grpc v1.67.1 // indirect |
48 |
| - google.golang.org/protobuf v1.35.1 // indirect |
| 34 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 35 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 36 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect |
| 37 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect |
| 38 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 // indirect |
| 39 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 40 | + go.opentelemetry.io/otel/sdk v1.36.0 // indirect |
| 41 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 42 | + go.opentelemetry.io/proto/otlp v1.6.0 // indirect |
| 43 | + golang.org/x/net v0.41.0 // indirect |
| 44 | + golang.org/x/sys v0.33.0 // indirect |
| 45 | + golang.org/x/text v0.26.0 // indirect |
| 46 | + google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect |
| 47 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect |
| 48 | + google.golang.org/grpc v1.73.0 // indirect |
| 49 | + google.golang.org/protobuf v1.36.6 // indirect |
49 | 50 | gopkg.in/guregu/null.v3 v3.3.0 // indirect
|
50 | 51 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
51 | 52 | )
|
0 commit comments