|
1 | 1 | module github.com/tarantool/xk6-tarantool
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
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 |
| 6 | + github.com/tarantool/go-tarantool v1.10.0 |
| 7 | + go.k6.io/k6 v0.46.0 |
| 8 | +) |
| 9 | + |
| 10 | +require ( |
| 11 | + github.com/dlclark/regexp2 v1.9.0 // indirect |
| 12 | + github.com/dop251/goja v0.0.0-20230621100801-7749907a8a20 // indirect |
9 | 13 | 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 |
| 14 | + github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect |
| 15 | + github.com/golang/protobuf v1.5.3 // indirect |
| 16 | + github.com/google/go-cmp v0.5.9 // indirect |
| 17 | + github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect |
| 18 | + github.com/josharian/intern v1.0.0 // indirect |
| 19 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 20 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 21 | + github.com/mattn/go-isatty v0.0.19 // indirect |
| 22 | + github.com/mattn/go-pointer v0.0.1 // indirect |
13 | 23 | 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 |
| 24 | + github.com/onsi/ginkgo v1.16.5 // indirect |
| 25 | + github.com/onsi/gomega v1.27.10 // indirect |
| 26 | + github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect |
| 27 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 28 | + github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect |
| 29 | + github.com/spf13/afero v1.1.2 // indirect |
| 30 | + github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49 // indirect |
| 31 | + github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
| 32 | + github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
| 33 | + golang.org/x/net v0.12.0 // indirect |
| 34 | + golang.org/x/sys v0.10.0 // indirect |
| 35 | + golang.org/x/text v0.11.0 // indirect |
| 36 | + golang.org/x/time v0.3.0 // indirect |
| 37 | + google.golang.org/appengine v1.6.7 // indirect |
| 38 | + google.golang.org/protobuf v1.31.0 // indirect |
| 39 | + gopkg.in/guregu/null.v3 v3.3.0 // indirect |
| 40 | + gopkg.in/vmihailenco/msgpack.v2 v2.9.2 // indirect |
20 | 41 | )
|
0 commit comments