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

Commit 86c77b2

Browse files
authored
Merge pull request #155 from grafana/update/dependencies/20211210
2 parents 4e0e3e1 + aac83b5 commit 86c77b2

File tree

2 files changed

+56
-34
lines changed

2 files changed

+56
-34
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/grafana/xk6-browser
33
go 1.17
44

55
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
88
github.com/fatih/color v1.13.0
99
github.com/gorilla/websocket v1.4.2
1010
github.com/hashicorp/go-multierror v1.1.1
@@ -14,39 +14,39 @@ require (
1414
github.com/sirupsen/logrus v1.8.1
1515
github.com/stretchr/testify v1.7.0
1616
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
1818
gopkg.in/guregu/null.v3 v3.5.0
1919
)
2020

2121
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
2424
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
2727
github.com/chromedp/sysutil v1.0.0 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
3030
github.com/ghodss/yaml v1.0.0 // indirect
3131
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
3232
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
3434
github.com/josharian/intern v1.0.0 // indirect
3535
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
3838
github.com/mattn/go-isatty v0.0.14 // indirect
3939
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
4040
github.com/pmezard/go-difflib v1.0.0 // indirect
4141
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
4444
github.com/tidwall/match v1.1.1 // indirect
4545
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
5050
google.golang.org/genproto v0.0.0-20200903010400-9bfcb5116336 // indirect
5151
google.golang.org/grpc v1.41.0 // indirect
5252
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12 // indirect

0 commit comments

Comments
 (0)