|
1 | 1 | module github.com/thmshmm/xk6-opentelemetry
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/sirupsen/logrus v1.9.0 |
7 |
| - go.k6.io/k6 v0.45.1 |
8 |
| - go.opentelemetry.io/proto/otlp v0.19.0 |
9 |
| - google.golang.org/protobuf v1.31.0 |
| 6 | + go.k6.io/k6 v0.49.0 |
| 7 | + go.opentelemetry.io/proto/otlp v1.1.0 |
| 8 | + google.golang.org/protobuf v1.33.0 |
10 | 9 | )
|
11 | 10 |
|
12 | 11 | require (
|
| 12 | + github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
13 | 13 | github.com/dlclark/regexp2 v1.9.0 // indirect
|
14 |
| - github.com/dop251/goja v0.0.0-20230531210528-d7324b2d74f7 // indirect |
15 |
| - github.com/fatih/color v1.15.0 // indirect |
| 14 | + github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect |
| 15 | + github.com/fatih/color v1.16.0 // indirect |
| 16 | + github.com/go-logr/logr v1.3.0 // indirect |
| 17 | + github.com/go-logr/stdr v1.2.2 // indirect |
16 | 18 | github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
|
17 | 19 | github.com/golang/protobuf v1.5.3 // indirect
|
18 |
| - github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect |
19 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect |
| 20 | + github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6 // indirect |
| 21 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect |
20 | 22 | github.com/josharian/intern v1.0.0 // indirect
|
21 | 23 | github.com/mailru/easyjson v0.7.7 // indirect
|
22 | 24 | github.com/mattn/go-colorable v0.1.13 // indirect
|
23 |
| - github.com/mattn/go-isatty v0.0.18 // indirect |
| 25 | + github.com/mattn/go-isatty v0.0.20 // indirect |
24 | 26 | github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
|
25 | 27 | github.com/onsi/ginkgo v1.16.5 // indirect
|
26 | 28 | github.com/onsi/gomega v1.27.2 // indirect
|
27 | 29 | github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
|
| 30 | + github.com/sirupsen/logrus v1.9.3 // indirect |
28 | 31 | github.com/spf13/afero v1.1.2 // indirect
|
29 |
| - golang.org/x/net v0.10.0 // indirect |
30 |
| - golang.org/x/sys v0.8.0 // indirect |
31 |
| - golang.org/x/text v0.9.0 // indirect |
32 |
| - golang.org/x/time v0.3.0 // indirect |
33 |
| - google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect |
34 |
| - google.golang.org/grpc v1.55.0 // indirect |
| 32 | + go.opentelemetry.io/otel v1.21.0 // indirect |
| 33 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect |
| 34 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect |
| 35 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect |
| 36 | + go.opentelemetry.io/otel/metric v1.21.0 // indirect |
| 37 | + go.opentelemetry.io/otel/sdk v1.21.0 // indirect |
| 38 | + go.opentelemetry.io/otel/trace v1.21.0 // indirect |
| 39 | + golang.org/x/net v0.19.0 // indirect |
| 40 | + golang.org/x/sys v0.15.0 // indirect |
| 41 | + golang.org/x/text v0.14.0 // indirect |
| 42 | + golang.org/x/time v0.5.0 // indirect |
| 43 | + google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect |
| 44 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect |
| 45 | + google.golang.org/grpc v1.60.1 // indirect |
35 | 46 | gopkg.in/guregu/null.v3 v3.3.0 // indirect
|
36 | 47 | )
|
0 commit comments