1
1
module github.com/k6io/xk6-distributed-tracing
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/dop251/goja v0.0.0-20211022113120-dc8c55024d06
@@ -16,3 +16,49 @@ require (
16
16
go.opentelemetry.io/otel/sdk v0.20.0
17
17
go.opentelemetry.io/otel/trace v0.20.0
18
18
)
19
+
20
+ require (
21
+ github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
22
+ github.com/PuerkitoBio/goquery v1.6.1 // indirect
23
+ github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 // indirect
24
+ github.com/andybalholm/brotli v1.0.3 // indirect
25
+ github.com/andybalholm/cascadia v1.1.0 // indirect
26
+ github.com/davecgh/go-spew v1.1.1 // indirect
27
+ github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
28
+ github.com/fatih/color v1.12.0 // indirect
29
+ github.com/ghodss/yaml v1.0.0 // indirect
30
+ github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
31
+ github.com/golang/protobuf v1.5.0 // indirect
32
+ github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
33
+ github.com/klauspost/compress v1.13.6 // indirect
34
+ github.com/kubernetes/helm v2.9.0+incompatible // indirect
35
+ github.com/mailru/easyjson v0.7.7 // indirect
36
+ github.com/mattn/go-colorable v0.1.8 // indirect
37
+ github.com/mattn/go-isatty v0.0.13 // indirect
38
+ github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
39
+ github.com/openzipkin/zipkin-go v0.2.5 // indirect
40
+ github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
41
+ github.com/pmezard/go-difflib v1.0.0 // indirect
42
+ github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
43
+ github.com/spf13/afero v1.1.2 // indirect
44
+ github.com/stretchr/testify v1.7.0 // indirect
45
+ github.com/tidwall/gjson v1.10.2 // indirect
46
+ github.com/tidwall/match v1.1.1 // indirect
47
+ github.com/tidwall/pretty v1.2.0 // indirect
48
+ go.opentelemetry.io/contrib v0.20.0 // indirect
49
+ go.opentelemetry.io/otel/metric v0.20.0 // indirect
50
+ go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
51
+ go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
52
+ go.opentelemetry.io/proto/otlp v0.7.0 // indirect
53
+ golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect
54
+ golang.org/x/net v0.0.0-20211101194204-95aca89e93de // indirect
55
+ golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
56
+ golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
57
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
58
+ google.golang.org/genproto v0.0.0-20200903010400-9bfcb5116336 // indirect
59
+ google.golang.org/grpc v1.41.0 // indirect
60
+ google.golang.org/protobuf v1.26.0 // indirect
61
+ gopkg.in/guregu/null.v3 v3.3.0 // indirect
62
+ gopkg.in/yaml.v2 v2.4.0 // indirect
63
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
64
+ )
0 commit comments