-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from mstoykov/k6.0.45.1.update
Change k6 dependency to v0.45.1
- Loading branch information
Showing
2 changed files
with
38 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
module github.com/szkiba/xk6-faker | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/brianvoe/gofakeit/v6 v6.20.2 | ||
github.com/dop251/goja v0.0.0-20230304130813-e2f543bf4b4c | ||
github.com/dop251/goja v0.0.0-20230531210528-d7324b2d74f7 | ||
github.com/sirupsen/logrus v1.9.0 | ||
go.k6.io/k6 v0.43.1 | ||
go.k6.io/k6 v0.45.1 | ||
lukechampine.com/frand v1.4.2 | ||
) | ||
|
||
require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/dlclark/regexp2 v1.7.0 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/dlclark/regexp2 v1.9.0 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect | ||
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mstoykov/atlas v0.0.0-20220808085829-90340e9998bd // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.18.1 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
gopkg.in/guregu/null.v3 v3.3.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters