Skip to content

Commit

Permalink
feat: upgrade xk6-dashboard to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jul 1, 2024
1 parent c682fa2 commit ce3b963
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 245 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/grafana/sobek v0.0.0-20240626131919-5be1e93c7efc
github.com/grafana/xk6-browser v1.6.1-0.20240701105714-29f6ef3049fe
github.com/grafana/xk6-dashboard v0.7.4
github.com/grafana/xk6-dashboard v0.7.5
github.com/grafana/xk6-output-prometheus-remote v0.4.0
github.com/grafana/xk6-redis v0.3.0
github.com/grafana/xk6-webcrypto v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/grafana/sobek v0.0.0-20240626131919-5be1e93c7efc h1:4aFnXIV4UQu+5NL3Z
github.com/grafana/sobek v0.0.0-20240626131919-5be1e93c7efc/go.mod h1:tUEHKWaMrxFGrMgjeAH85OEceCGQiSl6a/6Wckj/Vf4=
github.com/grafana/xk6-browser v1.6.1-0.20240701105714-29f6ef3049fe h1:uE7e1Lzris7YuM5mRLulkUGBIL9WmPHvLrA2RyZLyy8=
github.com/grafana/xk6-browser v1.6.1-0.20240701105714-29f6ef3049fe/go.mod h1:TNngUsbmV3I5NDVklGxjpAR2znEjYEsBtHQirGw8nAI=
github.com/grafana/xk6-dashboard v0.7.4 h1:0ZRPTAXW+6A3Xqq/a/OaIZhxUt1SOMwUFff0IPwBHrs=
github.com/grafana/xk6-dashboard v0.7.4/go.mod h1:300QyQ+OQAYz/L/AzB5tKzPeBY5eKh2wl1NsRmCbsx4=
github.com/grafana/xk6-dashboard v0.7.5 h1:TcILyffT/Ea/XD7xG1jMA5lwtusOPRbEQsQDHmO30Mk=
github.com/grafana/xk6-dashboard v0.7.5/go.mod h1:Y75F8xmgCraKT+pBzFH6me9AyH5PkXD+Bxo1dm6Il/M=
github.com/grafana/xk6-output-prometheus-remote v0.4.0 h1:7k3xjuKaD9BwcX8iuu5v6PtAK1L53kvx1r8BaTUfRH4=
github.com/grafana/xk6-output-prometheus-remote v0.4.0/go.mod h1:esXXthLoVp9JUdGkECRthESVYu0TQTR24wrx2nRM9ak=
github.com/grafana/xk6-redis v0.3.0 h1:eV1YO0miPqGFilN8sL/3OdO6Mm+hZH2nsvJm5dkE0CM=
Expand Down
243 changes: 2 additions & 241 deletions vendor/github.com/grafana/xk6-dashboard/dashboard/customize.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 @@ -186,7 +186,7 @@ github.com/grafana/xk6-browser/keyboardlayout
github.com/grafana/xk6-browser/log
github.com/grafana/xk6-browser/storage
github.com/grafana/xk6-browser/trace
# github.com/grafana/xk6-dashboard v0.7.4
# github.com/grafana/xk6-dashboard v0.7.5
## explicit; go 1.20
github.com/grafana/xk6-dashboard/dashboard
# github.com/grafana/xk6-output-prometheus-remote v0.4.0
Expand Down

0 comments on commit ce3b963

Please sign in to comment.