Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit eaa22de

Browse files
author
Ivan Mirić
authored
Merge pull request #523 from grafana/chore/update-k6-dep
Update k6 dependency to latest stable v0.40.0
2 parents acccfc6 + 1a76fe1 commit eaa22de

File tree

5 files changed

+106
-58
lines changed

5 files changed

+106
-58
lines changed

common/network_manager_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func newTestNetworkManager(t *testing.T, k6opts k6lib.Options) (*NetworkManager,
5757
}, nil)
5858

5959
vu := k6test.NewVU(t)
60+
vu.MoveToVUContext()
6061
st := vu.State()
6162
st.Options = k6opts
6263
logger := log.New(st.Logger, false, nil)

go.mod

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,50 @@ go 1.17
44

55
require (
66
github.com/chromedp/cdproto v0.0.0-20220304215434-892afa710589
7-
github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
7+
github.com/dop251/goja v0.0.0-20220815083517-0c74f9139fd6
88
github.com/fatih/color v1.13.0
99
github.com/gorilla/websocket v1.5.0
1010
github.com/hashicorp/go-multierror v1.1.1
1111
github.com/mailru/easyjson v0.7.7
1212
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
1313
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
1414
github.com/sirupsen/logrus v1.8.1
15-
github.com/stretchr/testify v1.7.1
16-
go.k6.io/k6 v0.39.0
17-
golang.org/x/net v0.0.0-20220531201128-c960675eff93
15+
github.com/stretchr/testify v1.8.0
16+
go.k6.io/k6 v0.40.0
17+
golang.org/x/net v0.0.0-20220630215102-69896b714898
1818
gopkg.in/guregu/null.v3 v3.5.0
1919
)
2020

2121
require (
22-
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
22+
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
2323
github.com/PuerkitoBio/goquery v1.8.0 // indirect
2424
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 // indirect
2525
github.com/andybalholm/brotli v1.0.4 // indirect
2626
github.com/andybalholm/cascadia v1.3.1 // indirect
2727
github.com/chromedp/sysutil v1.0.0 // indirect
2828
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+
github.com/fsnotify/fsnotify v1.5.4 // indirect
3031
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
3132
github.com/golang/protobuf v1.5.2 // indirect
3233
github.com/hashicorp/errwrap v1.1.0 // indirect
3334
github.com/josharian/intern v1.0.0 // indirect
34-
github.com/klauspost/compress v1.15.5 // indirect
35+
github.com/klauspost/compress v1.15.7 // indirect
3536
github.com/mattn/go-colorable v0.1.12 // indirect
3637
github.com/mattn/go-isatty v0.0.14 // indirect
3738
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
38-
github.com/nxadm/tail v1.4.8 // indirect
39+
github.com/onsi/ginkgo v1.16.5 // indirect
40+
github.com/onsi/gomega v1.18.1 // indirect
3941
github.com/pmezard/go-difflib v1.0.0 // indirect
4042
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
4143
github.com/spf13/afero v1.8.1 // indirect
4244
github.com/tidwall/gjson v1.14.1 // indirect
4345
github.com/tidwall/match v1.1.1 // indirect
4446
github.com/tidwall/pretty v1.2.0 // indirect
45-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
47+
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
4648
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
4749
golang.org/x/text v0.3.7 // indirect
48-
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
50+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
4951
google.golang.org/genproto v0.0.0-20220308174144-ae0e22291548 // indirect
5052
google.golang.org/grpc v1.47.0 // indirect
5153
google.golang.org/protobuf v1.27.1 // indirect

0 commit comments

Comments
 (0)