Skip to content

Commit

Permalink
Update to v1.0.2 of xk6-browser
Browse files Browse the repository at this point in the history
This contains a fix for the race condition where the ctx was being
read before the vu was setup.
  • Loading branch information
ankur22 committed Aug 8, 2023
1 parent 5eee08d commit 0837ee5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible
github.com/golang/protobuf v1.5.3
github.com/gorilla/websocket v1.5.0
github.com/grafana/xk6-browser v1.0.1
github.com/grafana/xk6-browser v1.0.2
github.com/grafana/xk6-grpc v0.1.3-0.20230717090346-fb49221e0ce1
github.com/grafana/xk6-output-prometheus-remote v0.2.3
github.com/grafana/xk6-redis v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/xk6-browser v1.0.1 h1:/GvMHhDMbNCEuu6ml/AIaQNtHOpj06GpKfgQJpNzPIg=
github.com/grafana/xk6-browser v1.0.1/go.mod h1:Ck8IWES3Emu4CMKktQ/oD7l/JFj/1ESnDIbQGpfaoYA=
github.com/grafana/xk6-browser v1.0.2 h1:B9ll8xLH68hfCBy3sTzhmksCxwgJBIcqgPeX3mht6jM=
github.com/grafana/xk6-browser v1.0.2/go.mod h1:LV/ECGBCN3vRN/A4St+Ep9JUpbKJuRsj+6TBihQptGw=
github.com/grafana/xk6-grpc v0.1.3-0.20230717090346-fb49221e0ce1 h1:SdMihJN+fkH6cO/1NeAnVxSVOnJ3ZkZ1v7FJnrcqhog=
github.com/grafana/xk6-grpc v0.1.3-0.20230717090346-fb49221e0ce1/go.mod h1:iq6qHN64XgAEmDHKf0OXZ4mvoqF4Udr22fiCIXNpXA0=
github.com/grafana/xk6-output-prometheus-remote v0.2.3 h1:ta4wFrO85+29H0papAbeMCavHrBuHDZ4bdKC1Zv8zlo=
Expand Down
13 changes: 9 additions & 4 deletions vendor/github.com/grafana/xk6-browser/browser/registry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ github.com/google/uuid
# github.com/gorilla/websocket v1.5.0
## explicit; go 1.12
github.com/gorilla/websocket
# github.com/grafana/xk6-browser v1.0.1
# github.com/grafana/xk6-browser v1.0.2
## explicit; go 1.19
github.com/grafana/xk6-browser/api
github.com/grafana/xk6-browser/browser
Expand Down

0 comments on commit 0837ee5

Please sign in to comment.