Skip to content

Commit

Permalink
Upgrade to k6 v0.39.x Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
walterwanderley committed Aug 9, 2022
1 parent 0b1b568 commit 0ee6c22
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 357 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ module github.com/walterwanderley/xk6-stomp
go 1.17

require (
github.com/dop251/goja v0.0.0-20220214123719-b09a6bfa842f
github.com/go-stomp/stomp/v3 v3.0.4
github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
github.com/go-stomp/stomp/v3 v3.0.5
github.com/gorilla/websocket v1.5.0
github.com/tidwall/gjson v1.14.0
go.k6.io/k6 v0.37.0
github.com/tidwall/gjson v1.14.2
go.k6.io/k6 v0.39.0
)

require (
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
gopkg.in/guregu/null.v3 v3.3.0 // indirect
)
Loading

0 comments on commit 0ee6c22

Please sign in to comment.