@@ -10,7 +10,7 @@ require (
10
10
github.com/onsi/gomega v1.27.10
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/stretchr/testify v1.9.0
13
- go.k6.io/k6 v0.50 .0
13
+ go.k6.io/k6 v0.52 .0
14
14
gopkg.in/guregu/null.v3 v3.5.0
15
15
k8s.io/api v0.28.1
16
16
k8s.io/apimachinery v0.28.1
@@ -19,8 +19,6 @@ require (
19
19
)
20
20
21
21
require (
22
- github.com/PuerkitoBio/goquery v1.9.1 // indirect
23
- github.com/andybalholm/brotli v1.1.0 // indirect
24
22
github.com/beorn7/perks v1.0.1 // indirect
25
23
github.com/bufbuild/protocompile v0.9.0 // indirect
26
24
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -47,17 +45,15 @@ require (
47
45
github.com/gorilla/websocket v1.5.1 // indirect
48
46
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
49
47
github.com/imdario/mergo v0.3.12 // indirect
50
- github.com/jhump/protoreflect v1.15.6 // indirect
51
48
github.com/josharian/intern v1.0.0 // indirect
52
49
github.com/json-iterator/go v1.1.12 // indirect
53
- github.com/klauspost/compress v1.17.7 // indirect
54
50
github.com/mailru/easyjson v0.7.7 // indirect
55
51
github.com/mattn/go-colorable v0.1.13 // indirect
56
52
github.com/mattn/go-isatty v0.0.20 // indirect
57
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
54
github.com/modern-go/reflect2 v1.0.2 // indirect
59
55
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
60
- github.com/mstoykov/envconfig v1.4.1-0.20220114105314-765c6d8c76f1 // indirect
56
+ github.com/mstoykov/envconfig v1.5.0 // indirect
61
57
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
62
58
github.com/nxadm/tail v1.4.8 // indirect
63
59
github.com/pkg/errors v0.9.1 // indirect
@@ -69,7 +65,6 @@ require (
69
65
github.com/redis/go-redis/v9 v9.5.1 // indirect
70
66
github.com/spf13/afero v1.11.0 // indirect
71
67
github.com/spf13/pflag v1.0.5 // indirect
72
- github.com/tidwall/gjson v1.17.1 // indirect
73
68
go.opentelemetry.io/otel v1.24.0 // indirect
74
69
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
75
70
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 // indirect
@@ -81,18 +76,17 @@ require (
81
76
go.uber.org/multierr v1.11.0 // indirect
82
77
go.uber.org/zap v1.25.0 // indirect
83
78
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
84
- golang.org/x/net v0.23 .0 // indirect
79
+ golang.org/x/net v0.26 .0 // indirect
85
80
golang.org/x/oauth2 v0.18.0 // indirect
86
- golang.org/x/sys v0.18 .0 // indirect
87
- golang.org/x/term v0.18 .0 // indirect
88
- golang.org/x/text v0.14 .0 // indirect
81
+ golang.org/x/sys v0.21 .0 // indirect
82
+ golang.org/x/term v0.21 .0 // indirect
83
+ golang.org/x/text v0.16 .0 // indirect
89
84
golang.org/x/time v0.5.0 // indirect
90
- golang.org/x/tools v0.19.0 // indirect
91
85
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
92
86
google.golang.org/appengine v1.6.8 // indirect
93
87
google.golang.org/genproto/googleapis/api v0.0.0-20240325203815-454cdb8f5daa // indirect
94
88
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect
95
- google.golang.org/grpc v1.62.1 // indirect
89
+ google.golang.org/grpc v1.63.2 // indirect
96
90
google.golang.org/protobuf v1.33.0 // indirect
97
91
gopkg.in/inf.v0 v0.9.1 // indirect
98
92
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments