@@ -3,16 +3,16 @@ module github.com/grafana/xk6-kubernetes
3
3
go 1.17
4
4
5
5
require (
6
- go.k6.io/k6 v0.39 .0
6
+ go.k6.io/k6 v0.41 .0
7
7
k8s.io/api v0.24.2
8
8
k8s.io/apimachinery v0.24.2
9
9
k8s.io/client-go v0.24.2
10
10
)
11
11
12
12
require (
13
- github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
14
- github.com/sirupsen/logrus v1.8.1
15
- github.com/stretchr/testify v1.7.1
13
+ github.com/dop251/goja v0.0.0-20221003171542-5ea1285e6c91
14
+ github.com/sirupsen/logrus v1.9.0
15
+ github.com/stretchr/testify v1.8.0
16
16
)
17
17
18
18
require (
@@ -26,7 +26,7 @@ require (
26
26
github.com/PuerkitoBio/purell v1.1.1 // indirect
27
27
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
28
28
github.com/davecgh/go-spew v1.1.1 // indirect
29
- github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
29
+ github.com/dlclark/regexp2 v1.7.0 // indirect
30
30
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
31
31
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
32
32
github.com/fatih/color v1.13.0 // indirect
@@ -39,30 +39,34 @@ require (
39
39
github.com/gogo/protobuf v1.3.2 // indirect
40
40
github.com/golang/protobuf v1.5.2 // indirect
41
41
github.com/google/gnostic v0.5.7-v3refs // indirect
42
+ github.com/google/go-cmp v0.5.6 // indirect
42
43
github.com/google/gofuzz v1.1.0 // indirect
43
44
github.com/imdario/mergo v0.3.5 // indirect
44
45
github.com/josharian/intern v1.0.0 // indirect
45
46
github.com/json-iterator/go v1.1.12 // indirect
46
47
github.com/mailru/easyjson v0.7.7 // indirect
47
- github.com/mattn/go-colorable v0.1.12 // indirect
48
- github.com/mattn/go-isatty v0.0.14 // indirect
48
+ github.com/mattn/go-colorable v0.1.13 // indirect
49
+ github.com/mattn/go-isatty v0.0.16 // indirect
49
50
github.com/moby/spdystream v0.2.0 // indirect
50
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
51
52
github.com/modern-go/reflect2 v1.0.2 // indirect
53
+ github.com/mstoykov/atlas v0.0.0-20220808085829-90340e9998bd // indirect
52
54
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55
+ github.com/onsi/ginkgo v1.16.5 // indirect
56
+ github.com/onsi/gomega v1.18.1 // indirect
53
57
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
54
58
github.com/pkg/errors v0.9.1 // indirect
55
59
github.com/pmezard/go-difflib v1.0.0 // indirect
56
60
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
57
61
github.com/spf13/afero v1.2.2 // indirect
58
62
github.com/spf13/pflag v1.0.5 // indirect
59
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
60
- golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
63
+ golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
64
+ golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
61
65
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
62
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
63
- golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
66
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
67
+ golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
64
68
golang.org/x/text v0.3.7 // indirect
65
- golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
69
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
66
70
google.golang.org/appengine v1.6.7 // indirect
67
71
google.golang.org/protobuf v1.27.1 // indirect
68
72
gopkg.in/guregu/null.v3 v3.3.0 // indirect
0 commit comments