@@ -4,48 +4,50 @@ go 1.17
4
4
5
5
require (
6
6
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
8
8
github.com/fatih/color v1.13.0
9
9
github.com/gorilla/websocket v1.5.0
10
10
github.com/hashicorp/go-multierror v1.1.1
11
11
github.com/mailru/easyjson v0.7.7
12
12
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
13
13
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
14
14
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
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-20211209120228-48547f28849e // indirect
22
+ github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
23
23
github.com/PuerkitoBio/goquery v1.8.0 // indirect
24
24
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 // indirect
25
25
github.com/andybalholm/brotli v1.0.4 // indirect
26
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
- 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
30
31
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
31
32
github.com/golang/protobuf v1.5.2 // indirect
32
33
github.com/hashicorp/errwrap v1.1.0 // indirect
33
34
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
35
36
github.com/mattn/go-colorable v0.1.12 // indirect
36
37
github.com/mattn/go-isatty v0.0.14 // indirect
37
38
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
39
41
github.com/pmezard/go-difflib v1.0.0 // indirect
40
42
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
41
43
github.com/spf13/afero v1.8.1 // indirect
42
44
github.com/tidwall/gjson v1.14.1 // indirect
43
45
github.com/tidwall/match v1.1.1 // indirect
44
46
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
46
48
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
47
49
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
49
51
google.golang.org/genproto v0.0.0-20220308174144-ae0e22291548 // indirect
50
52
google.golang.org/grpc v1.47.0 // indirect
51
53
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments