Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Upgrade k6 for new common.Bind replacement
Browse files Browse the repository at this point in the history
This will now be based on grafana/k6#2108
  • Loading branch information
Ivan Mirić committed Aug 6, 2021
1 parent c9af174 commit c6a5f93
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 94 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/k6io/xk6-execution
go 1.16

require (
github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d
github.com/dop251/goja v0.0.0-20210712101704-705acef95ba3
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.1.2
github.com/stretchr/testify v1.7.0
go.k6.io/k6 v0.32.1-0.20210624122905-f24bd9a86806
go.k6.io/k6 v0.33.1-0.20210806145330-da1fb43c1c42
gopkg.in/guregu/null.v3 v3.3.0
)
Loading

0 comments on commit c6a5f93

Please sign in to comment.