1
1
module github.com/grafana/xk6-disruptor
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.4
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 v25 .0.5 +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.31 .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
27
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
28
+ github.com/Microsoft/hcsshim v0.11.4 // 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.15 // indirect
30
32
github.com/containerd/log v0.1.0 // indirect
31
33
github.com/cpuguy83/dockercfg v0.3.1 // indirect
34
+ github.com/distribution/reference v0.5.0 // indirect
32
35
github.com/docker/distribution v2.8.2+incompatible // indirect
33
36
github.com/docker/go-units v0.5.0 // indirect
34
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
37
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
38
+ github.com/felixge/httpsnoop v1.0.4 // indirect
35
39
github.com/go-logr/stdr v1.2.2 // indirect
36
40
github.com/go-ole/go-ole v1.2.6 // indirect
37
41
github.com/google/gnostic-models v0.6.8 // indirect
38
42
github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6 // indirect
43
+ github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
44
+ github.com/gorilla/websocket v1.5.1 // indirect
39
45
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
40
46
github.com/josharian/native v1.0.0 // indirect
41
47
github.com/klauspost/compress v1.17.4 // indirect
@@ -45,32 +51,36 @@ require (
45
51
github.com/mdlayher/socket v0.1.1 // indirect
46
52
github.com/moby/patternmatcher v0.6.0 // indirect
47
53
github.com/moby/sys/sequential v0.5.0 // indirect
54
+ github.com/moby/sys/user v0.1.0 // indirect
48
55
github.com/moby/term v0.5.0 // indirect
49
56
github.com/morikuni/aec v1.0.0 // indirect
57
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
50
58
github.com/onsi/ginkgo v1.16.5 // indirect
51
59
github.com/opencontainers/go-digest v1.0.0 // indirect
52
- github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
60
+ github.com/opencontainers/image-spec v1.1.0 // indirect
53
61
github.com/opencontainers/runc v1.1.5 // indirect
54
62
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
55
- github.com/shirou/gopsutil/v3 v3.23.9 // indirect
63
+ github.com/shirou/gopsutil/v3 v3.23.12 // indirect
56
64
github.com/shoenig/go-m1cpu v0.1.6 // indirect
57
65
github.com/tklauser/go-sysconf v0.3.12 // indirect
58
66
github.com/tklauser/numcpus v0.6.1 // indirect
59
67
github.com/yusufpapurcu/wmi v1.2.3 // indirect
60
- go.opentelemetry.io/otel v1.21.0 // indirect
68
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
69
+ go.opentelemetry.io/otel v1.24.0 // indirect
61
70
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
62
71
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
63
72
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
64
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
73
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
65
74
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
66
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
75
+ go.opentelemetry.io/otel/trace v1.24 .0 // indirect
67
76
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
77
+ golang.org/x/crypto v0.22.0 // indirect
68
78
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
79
+ golang.org/x/mod v0.16 .0 // indirect
80
+ golang.org/x/sync v0.6 .0 // indirect
81
+ golang.org/x/tools v0.16.1 // indirect
82
+ google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
83
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
74
84
)
75
85
76
86
require (
@@ -81,18 +91,18 @@ require (
81
91
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
82
92
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
83
93
github.com/fatih/color v1.16.0 // indirect
84
- github.com/go-logr/logr v1.3.0 // indirect
94
+ github.com/go-logr/logr v1.4.1 // indirect
85
95
github.com/go-openapi/jsonpointer v0.19.6 // indirect
86
96
github.com/go-openapi/jsonreference v0.20.2 // indirect
87
97
github.com/go-openapi/swag v0.22.3 // indirect
88
98
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
89
99
github.com/gogo/protobuf v1.3.2 // indirect
90
- github.com/golang/protobuf v1.5.3
100
+ github.com/golang/protobuf v1.5.4
91
101
github.com/google/gofuzz v1.2.0 // indirect
92
- github.com/google/uuid v1.3.1 // indirect
102
+ github.com/google/uuid v1.6.0 // indirect
93
103
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
104
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
105
+ github.com/jhump/protoreflect v1.16.0
96
106
github.com/josharian/intern v1.0.0 // indirect
97
107
github.com/json-iterator/go v1.1.12 // indirect
98
108
github.com/mailru/easyjson v0.7.7 // indirect
@@ -108,24 +118,24 @@ require (
108
118
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
109
119
github.com/spf13/afero v1.1.2 // indirect
110
120
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
121
+ github.com/testcontainers/testcontainers-go/modules/k3s v0.31 .0
122
+ golang.org/x/net v0.23 .0 // indirect
123
+ golang.org/x/oauth2 v0.18 .0 // indirect
124
+ golang.org/x/sys v0.19 .0 // indirect
125
+ golang.org/x/term v0.19 .0 // indirect
116
126
golang.org/x/text v0.14.0 // indirect
117
127
golang.org/x/time v0.5.0 // indirect
118
128
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
129
+ google.golang.org/grpc v1.64 .0
130
+ google.golang.org/protobuf v1.34.2
121
131
gopkg.in/guregu/null.v3 v3.3.0 // indirect
122
132
gopkg.in/inf.v0 v0.9.1 // indirect
123
133
gopkg.in/yaml.v2 v2.4.0 // indirect
124
134
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
135
+ k8s.io/klog/v2 v2.110 .1 // indirect
136
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
137
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
128
138
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
139
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
130
140
sigs.k8s.io/yaml v1.3.0 // indirect
131
141
)
0 commit comments