Skip to content

Commit

Permalink
build: regenerate sum file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukhin committed Mar 30, 2023
1 parent ae48766 commit eeb0ac6
Show file tree
Hide file tree
Showing 2 changed files with 1,475 additions and 239 deletions.
16 changes: 14 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ module github.com/tarantool/xk6-tarantool
go 1.16

require (
github.com/tarantool/go-tarantool v0.0.0-20210330210617-56fe55c5fa5c
go.k6.io/k6 v0.32.0
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/dop251/goja v0.0.0-20230304130813-e2f543bf4b4c // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/tarantool/go-tarantool v1.10.0
go.k6.io/k6 v0.43.1
golang.org/x/crypto v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea // indirect
gopkg.in/guregu/null.v3 v3.5.0 // indirect
)
Loading

0 comments on commit eeb0ac6

Please sign in to comment.