1
1
module github.com/grafana/xk6-disruptor
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.5
4
6
5
7
require (
6
- github.com/docker/docker v24 .0.6 +incompatible
7
- github.com/docker/go-connections v0.4 .0
8
- github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
9
- github.com/florianl/go-nfqueue v1.3.1
8
+ github.com/docker/docker v27 .0.3 +incompatible
9
+ github.com/docker/go-connections v0.5 .0
10
+ github.com/dop251/goja v0.0.0-20240627195025-eb1f15ee67d2
11
+ github.com/florianl/go-nfqueue v1.3.2
10
12
github.com/google/go-cmp v0.6.0
11
13
github.com/google/gopacket v1.1.19
12
14
github.com/sirupsen/logrus v1.9.3
13
- github.com/spf13/cobra v1.4.0
14
- github.com/testcontainers/testcontainers-go v0.26 .0
15
+ github.com/spf13/cobra v1.8.1
16
+ github.com/testcontainers/testcontainers-go v0.32 .0
15
17
go.k6.io/k6 v0.49.0
16
- k8s.io/api v0.28.4
17
- k8s.io/apimachinery v0.28.4
18
- k8s.io/client-go v0.28.4
19
- sigs.k8s.io/kind v0.13 .0
18
+ k8s.io/api v0.29.2
19
+ k8s.io/apimachinery v0.29.2
20
+ k8s.io/client-go v0.29.2
21
+ sigs.k8s.io/kind v0.23 .0
20
22
)
21
23
22
24
require (
23
25
dario.cat/mergo v1.0.0 // indirect
24
26
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
25
- github.com/Microsoft/go-winio v0.6.1 // indirect
26
- github.com/Microsoft/hcsshim v0.11.1 // indirect
27
- github.com/bufbuild/protocompile v0.7.1 // indirect
27
+ github.com/Microsoft/go-winio v0.6.2 // indirect
28
+ github.com/Microsoft/hcsshim v0.11.5 // indirect
29
+ github.com/bufbuild/protocompile v0.10.0 // indirect
28
30
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
29
- github.com/containerd/containerd v1.7.7 // indirect
31
+ github.com/containerd/containerd v1.7.18 // indirect
32
+ github.com/containerd/errdefs v0.1.0 // indirect
30
33
github.com/containerd/log v0.1.0 // indirect
31
34
github.com/cpuguy83/dockercfg v0.3.1 // indirect
35
+ github.com/distribution/reference v0.6.0 // indirect
32
36
github.com/docker/distribution v2.8.2+incompatible // indirect
33
37
github.com/docker/go-units v0.5.0 // indirect
34
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
38
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39
+ github.com/felixge/httpsnoop v1.0.4 // indirect
35
40
github.com/go-logr/stdr v1.2.2 // indirect
36
41
github.com/go-ole/go-ole v1.2.6 // indirect
37
42
github.com/google/gnostic-models v0.6.8 // indirect
38
43
github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6 // indirect
44
+ github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
45
+ github.com/gorilla/websocket v1.5.1 // indirect
39
46
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
40
47
github.com/josharian/native v1.0.0 // indirect
41
48
github.com/klauspost/compress v1.17.4 // indirect
42
49
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
43
50
github.com/magiconair/properties v1.8.7 // indirect
44
51
github.com/mdlayher/netlink v1.6.0 // indirect
45
52
github.com/mdlayher/socket v0.1.1 // indirect
53
+ github.com/moby/docker-image-spec v1.3.1 // indirect
46
54
github.com/moby/patternmatcher v0.6.0 // indirect
47
55
github.com/moby/sys/sequential v0.5.0 // indirect
56
+ github.com/moby/sys/user v0.1.0 // indirect
48
57
github.com/moby/term v0.5.0 // indirect
49
58
github.com/morikuni/aec v1.0.0 // indirect
59
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
50
60
github.com/onsi/ginkgo v1.16.5 // indirect
51
61
github.com/opencontainers/go-digest v1.0.0 // indirect
52
- github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
62
+ github.com/opencontainers/image-spec v1.1.0 // indirect
53
63
github.com/opencontainers/runc v1.1.5 // indirect
54
64
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
55
- github.com/shirou/gopsutil/v3 v3.23.9 // indirect
65
+ github.com/shirou/gopsutil/v3 v3.23.12 // indirect
56
66
github.com/shoenig/go-m1cpu v0.1.6 // indirect
57
67
github.com/tklauser/go-sysconf v0.3.12 // indirect
58
68
github.com/tklauser/numcpus v0.6.1 // indirect
59
69
github.com/yusufpapurcu/wmi v1.2.3 // indirect
60
- go.opentelemetry.io/otel v1.21.0 // indirect
70
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
71
+ go.opentelemetry.io/otel v1.24.0 // indirect
61
72
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
62
73
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
63
74
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
64
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
75
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
65
76
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
66
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
77
+ go.opentelemetry.io/otel/trace v1.24 .0 // indirect
67
78
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
79
+ golang.org/x/crypto v0.23.0 // indirect
68
80
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
69
- golang.org/x/mod v0.10 .0 // indirect
70
- golang.org/x/sync v0.5 .0 // indirect
71
- golang.org/x/tools v0.8.0 // indirect
72
- google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
73
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
81
+ golang.org/x/mod v0.14 .0 // indirect
82
+ golang.org/x/sync v0.7 .0 // indirect
83
+ golang.org/x/tools v0.16.1 // indirect
84
+ google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
85
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
74
86
)
75
87
76
88
require (
@@ -81,18 +93,18 @@ require (
81
93
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
82
94
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
83
95
github.com/fatih/color v1.16.0 // indirect
84
- github.com/go-logr/logr v1.3.0 // indirect
96
+ github.com/go-logr/logr v1.4.1 // indirect
85
97
github.com/go-openapi/jsonpointer v0.19.6 // indirect
86
98
github.com/go-openapi/jsonreference v0.20.2 // indirect
87
99
github.com/go-openapi/swag v0.22.3 // indirect
88
100
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
89
101
github.com/gogo/protobuf v1.3.2 // indirect
90
- github.com/golang/protobuf v1.5.3
102
+ github.com/golang/protobuf v1.5.4
91
103
github.com/google/gofuzz v1.2.0 // indirect
92
- github.com/google/uuid v1.3.1 // indirect
104
+ github.com/google/uuid v1.6.0 // indirect
93
105
github.com/imdario/mergo v0.3.15 // indirect
94
- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
95
- github.com/jhump/protoreflect v1.15.4
106
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
107
+ github.com/jhump/protoreflect v1.16.0
96
108
github.com/josharian/intern v1.0.0 // indirect
97
109
github.com/json-iterator/go v1.1.12 // indirect
98
110
github.com/mailru/easyjson v0.7.7 // indirect
@@ -108,24 +120,24 @@ require (
108
120
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
109
121
github.com/spf13/afero v1.1.2 // indirect
110
122
github.com/spf13/pflag v1.0.5 // indirect
111
- github.com/testcontainers/testcontainers-go/modules/k3s v0.26 .0
112
- golang.org/x/net v0.19 .0 // indirect
113
- golang.org/x/oauth2 v0.13 .0 // indirect
114
- golang.org/x/sys v0.15 .0 // indirect
115
- golang.org/x/term v0.15 .0 // indirect
116
- golang.org/x/text v0.14 .0 // indirect
123
+ github.com/testcontainers/testcontainers-go/modules/k3s v0.32 .0
124
+ golang.org/x/net v0.25 .0 // indirect
125
+ golang.org/x/oauth2 v0.20 .0 // indirect
126
+ golang.org/x/sys v0.20 .0 // indirect
127
+ golang.org/x/term v0.20 .0 // indirect
128
+ golang.org/x/text v0.15 .0 // indirect
117
129
golang.org/x/time v0.5.0 // indirect
118
130
google.golang.org/appengine v1.6.8 // indirect
119
- google.golang.org/grpc v1.60 .0
120
- google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1
131
+ google.golang.org/grpc v1.65 .0
132
+ google.golang.org/protobuf v1.34.2
121
133
gopkg.in/guregu/null.v3 v3.3.0 // indirect
122
134
gopkg.in/inf.v0 v0.9.1 // indirect
123
135
gopkg.in/yaml.v2 v2.4.0 // indirect
124
136
gopkg.in/yaml.v3 v3.0.1 // indirect
125
- k8s.io/klog/v2 v2.100 .1 // indirect
126
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
127
- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
137
+ k8s.io/klog/v2 v2.110 .1 // indirect
138
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
139
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
128
140
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
141
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
130
142
sigs.k8s.io/yaml v1.3.0 // indirect
131
143
)
0 commit comments