4
4
5
5
require (
6
6
go.k6.io/k6 v0.39.0
7
- k8s.io/api v0.19 .2
8
- k8s.io/apimachinery v0.21.0
9
- k8s.io/client-go v0.19 .2
7
+ k8s.io/api v0.24 .2
8
+ k8s.io/apimachinery v0.24.2
9
+ k8s.io/client-go v0.24 .2
10
10
)
11
11
12
12
require (
@@ -16,33 +16,40 @@ require (
16
16
)
17
17
18
18
require (
19
- cloud.google.com/go v0.51.0 // indirect
20
- github.com/Azure/go-autorest/autorest v0.9.6 // indirect
21
- github.com/Azure/go-autorest/autorest/adal v0.8.2 // indirect
22
- github.com/Azure/go-autorest/autorest/date v0.2.0 // indirect
23
- github.com/Azure/go-autorest/logger v0.1.0 // indirect
24
- github.com/Azure/go-autorest/tracing v0.5.0 // indirect
19
+ cloud.google.com/go v0.81.0 // indirect
20
+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
21
+ github.com/Azure/go-autorest/autorest v0.11.18 // indirect
22
+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
23
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
24
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
25
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
26
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
27
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
25
28
github.com/davecgh/go-spew v1.1.1 // indirect
26
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
27
29
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
28
- github.com/evanphx/json-patch v4.9.0+incompatible // indirect
30
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
31
+ github.com/evanphx/json-patch v4.12.0+incompatible // indirect
29
32
github.com/fatih/color v1.13.0 // indirect
30
- github.com/go-logr/logr v0.4.0 // indirect
33
+ github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
34
+ github.com/go-logr/logr v1.2.0 // indirect
35
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
36
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
37
+ github.com/go-openapi/swag v0.19.14 // indirect
31
38
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
32
39
github.com/gogo/protobuf v1.3.2 // indirect
33
40
github.com/golang/protobuf v1.5.2 // indirect
34
- github.com/google/go-cmp v0.5.5 // indirect
41
+ github.com/google/gnostic v0.5.7-v3refs // indirect
35
42
github.com/google/gofuzz v1.1.0 // indirect
36
- github.com/googleapis/gnostic v0.4.1 // indirect
37
43
github.com/imdario/mergo v0.3.5 // indirect
38
- github.com/json-iterator/go v1.1.10 // indirect
44
+ github.com/josharian/intern v1.0.0 // indirect
45
+ github.com/json-iterator/go v1.1.12 // indirect
39
46
github.com/mailru/easyjson v0.7.7 // indirect
40
47
github.com/mattn/go-colorable v0.1.12 // indirect
41
48
github.com/mattn/go-isatty v0.0.14 // indirect
42
49
github.com/moby/spdystream v0.2.0 // indirect
43
50
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
44
- github.com/modern-go/reflect2 v1.0.1 // indirect
45
- github.com/nxadm/tail v1.4.4 // indirect
51
+ github.com/modern-go/reflect2 v1.0.2 // indirect
52
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46
53
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
47
54
github.com/pkg/errors v0.9.1 // indirect
48
55
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -51,20 +58,21 @@ require (
51
58
github.com/spf13/pflag v1.0.5 // indirect
52
59
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
53
60
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
54
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
61
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
55
62
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
56
63
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
57
64
golang.org/x/text v0.3.7 // indirect
58
65
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
59
- google.golang.org/appengine v1.6.5 // indirect
66
+ google.golang.org/appengine v1.6.7 // indirect
60
67
google.golang.org/protobuf v1.27.1 // indirect
61
68
gopkg.in/guregu/null.v3 v3.3.0 // indirect
62
69
gopkg.in/inf.v0 v0.9.1 // indirect
63
70
gopkg.in/yaml.v2 v2.4.0 // indirect
64
71
gopkg.in/yaml.v3 v3.0.1 // indirect
65
- k8s.io/klog/v2 v2.8.0 // indirect
66
- k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect
67
- k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
68
- sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
72
+ k8s.io/klog/v2 v2.60.1 // indirect
73
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
74
+ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
75
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
76
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
69
77
sigs.k8s.io/yaml v1.2.0 // indirect
70
78
)
0 commit comments