@@ -3,8 +3,8 @@ module github.com/grafana/xk6-browser
3
3
go 1.17
4
4
5
5
require (
6
- github.com/chromedp/cdproto v0.0.0-20211025030258-2570df970243
7
- github.com/dop251/goja v0.0.0-20211022113120-dc8c55024d06
6
+ github.com/chromedp/cdproto v0.0.0-20211205231339-d2673e93eee4
7
+ github.com/dop251/goja v0.0.0-20211207134806-acd374ca9c94
8
8
github.com/fatih/color v1.13.0
9
9
github.com/gorilla/websocket v1.4.2
10
10
github.com/hashicorp/go-multierror v1.1.1
@@ -14,39 +14,39 @@ require (
14
14
github.com/sirupsen/logrus v1.8.1
15
15
github.com/stretchr/testify v1.7.0
16
16
go.k6.io/k6 v0.35.0
17
- golang.org/x/net v0.0.0-20211104170005-ce137452f963
17
+ golang.org/x/net v0.0.0-20211209124913-491a49abca63
18
18
gopkg.in/guregu/null.v3 v3.5.0
19
19
)
20
20
21
21
require (
22
- github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
23
- github.com/PuerkitoBio/goquery v1.6.1 // indirect
22
+ github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
23
+ github.com/PuerkitoBio/goquery v1.8.0 // indirect
24
24
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 // indirect
25
- github.com/andybalholm/brotli v1.0.3 // indirect
26
- github.com/andybalholm/cascadia v1.1.0 // indirect
25
+ github.com/andybalholm/brotli v1.0.4 // indirect
26
+ github.com/andybalholm/cascadia v1.3.1 // indirect
27
27
github.com/chromedp/sysutil v1.0.0 // indirect
28
28
github.com/davecgh/go-spew v1.1.1 // indirect
29
29
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
30
30
github.com/ghodss/yaml v1.0.0 // indirect
31
31
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
32
32
github.com/golang/protobuf v1.4.3 // indirect
33
- github.com/hashicorp/errwrap v1.0 .0 // indirect
33
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
34
34
github.com/josharian/intern v1.0.0 // indirect
35
35
github.com/klauspost/compress v1.13.6 // indirect
36
- github.com/kubernetes/helm v2.9 .0+incompatible // indirect
37
- github.com/mattn/go-colorable v0.1.9 // indirect
36
+ github.com/kubernetes/helm v2.17 .0+incompatible // indirect
37
+ github.com/mattn/go-colorable v0.1.12 // indirect
38
38
github.com/mattn/go-isatty v0.0.14 // indirect
39
39
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
40
40
github.com/pmezard/go-difflib v1.0.0 // indirect
41
41
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
42
- github.com/spf13/afero v1.1.2 // indirect
43
- github.com/tidwall/gjson v1.10.2 // indirect
42
+ github.com/spf13/afero v1.6.0 // indirect
43
+ github.com/tidwall/gjson v1.12.1 // indirect
44
44
github.com/tidwall/match v1.1.1 // indirect
45
45
github.com/tidwall/pretty v1.2.0 // indirect
46
- golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect
47
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
48
- golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
49
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
46
+ golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
47
+ golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
48
+ golang.org/x/text v0.3.7 // indirect
49
+ golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
50
50
google.golang.org/genproto v0.0.0-20200903010400-9bfcb5116336 // indirect
51
51
google.golang.org/grpc v1.41.0 // indirect
52
52
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12 // indirect
0 commit comments