File tree Expand file tree Collapse file tree 2 files changed +1475
-239
lines changed Expand file tree Collapse file tree 2 files changed +1475
-239
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ module github.com/tarantool/xk6-tarantool
3
3
go 1.16
4
4
5
5
require (
6
- github.com/tarantool/go-tarantool v0.0.0-20210330210617-56fe55c5fa5c
7
- go.k6.io/k6 v0.32.0
6
+ github.com/andybalholm/brotli v1.0.5 // indirect
7
+ github.com/dlclark/regexp2 v1.8.1 // indirect
8
+ github.com/dop251/goja v0.0.0-20230304130813-e2f543bf4b4c // indirect
9
+ github.com/fatih/color v1.15.0 // indirect
10
+ github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
11
+ github.com/klauspost/compress v1.16.3 // indirect
12
+ github.com/mattn/go-isatty v0.0.18 // indirect
13
+ github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
14
+ github.com/spf13/afero v1.9.5 // indirect
15
+ github.com/tarantool/go-tarantool v1.10.0
16
+ go.k6.io/k6 v0.43.1
17
+ golang.org/x/crypto v0.7.0 // indirect
18
+ google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea // indirect
19
+ gopkg.in/guregu/null.v3 v3.5.0 // indirect
8
20
)
You can’t perform that action at this time.
0 commit comments