Skip to content

Commit

Permalink
Upgrade experimental module (deps): Bump github.com/grafana/xk6-brows…
Browse files Browse the repository at this point in the history
…er from 1.3.0 to 1.4.1 (#3625)

* Upgrade experimental module (deps): Bump github.com/grafana/xk6-browser

Bumps [github.com/grafana/xk6-browser](https://github.com/grafana/xk6-browser) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/grafana/xk6-browser/releases)
- [Commits](grafana/xk6-browser@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/xk6-browser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update browser to v1.4.1 and downgrade testify

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ankur22 <ankur.agarwal@grafana.com>
  • Loading branch information
dependabot[bot] and ankur22 committed Mar 11, 2024
1 parent 5709aa7 commit 7cebb27
Show file tree
Hide file tree
Showing 31 changed files with 1,499 additions and 646 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.1
github.com/grafana/xk6-browser v1.3.0
github.com/grafana/xk6-browser v1.4.1
github.com/grafana/xk6-dashboard v0.7.2
github.com/grafana/xk6-output-prometheus-remote v0.3.1
github.com/grafana/xk6-redis v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grafana/xk6-browser v1.3.0 h1:NFDvx56O77e4dBWFIUYQ733lzgbClcVH2Kn/yaACWjM=
github.com/grafana/xk6-browser v1.3.0/go.mod h1:Y7fN+spgo9LVLfpxWdkki1bY5EKUk+5B6xaYp4DotPA=
github.com/grafana/xk6-browser v1.4.1 h1:NXU5wGf/QKkH4m8APMMlylsyX1znvC9g5qkHe9cx4GE=
github.com/grafana/xk6-browser v1.4.1/go.mod h1:pj4OWy+VL3vM5qmsuAxwGleySq/6fhRsocfmHGQV7YQ=
github.com/grafana/xk6-dashboard v0.7.2 h1:CLaWeRfPZ388IS6rBn0nI+lqtX50QoQ73z0Hz5BIrS4=
github.com/grafana/xk6-dashboard v0.7.2/go.mod h1:7HLAY4udlWGXGDQL5gWIi+In3eZRljXi8AnHt1Z+lFM=
github.com/grafana/xk6-output-prometheus-remote v0.3.1 h1:X23rQzlJD8dXWB31DkxR4uPnuRFo8L0Y0H22fSG9xl0=
Expand Down
100 changes: 100 additions & 0 deletions vendor/github.com/grafana/xk6-browser/browser/file_persister.go

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

43 changes: 43 additions & 0 deletions vendor/github.com/grafana/xk6-browser/browser/helpers.go

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

0 comments on commit 7cebb27

Please sign in to comment.