Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/gorilla/websocket v1.5.3
github.com/grafana/k6provider v0.2.0
github.com/grafana/sobek v0.0.0-20251124090928-9a028a30ff58
github.com/grafana/xk6-dashboard v0.7.13
github.com/grafana/xk6-dashboard v0.8.0
github.com/grafana/xk6-redis v0.3.4
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
Expand Down Expand Up @@ -65,6 +65,8 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require github.com/grafana/xk6-dashboard-assets v0.1.1 // indirect

require (
buf.build/gen/go/gogo/protobuf/protocolbuffers/go v1.36.10-20240617172848-e1dbca2775a7.1 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ github.com/grafana/k6provider v0.2.0 h1:Zu8FBnk6cJyTTkpCA+y+Ravc2YFeAQjsIfPpcbZt
github.com/grafana/k6provider v0.2.0/go.mod h1:TJ6vzPm4yDQ2ji/Fet0dFOpdjktrKZp4hsnLZhRoZVA=
github.com/grafana/sobek v0.0.0-20251124090928-9a028a30ff58 h1:Mk4SXbmvIW1zMUzyWDMEd5bD/wXe9bq27aGD4TdxevU=
github.com/grafana/sobek v0.0.0-20251124090928-9a028a30ff58/go.mod h1:YtuqiJX1W3XvRSilL/kUZzduJG3phPJWyzM9DiIEfBo=
github.com/grafana/xk6-dashboard v0.7.13 h1:jYD0zbxrYgz3hckRgoZ8nbd6AXYZhFvJk4WCdcMVvFw=
github.com/grafana/xk6-dashboard v0.7.13/go.mod h1:D+k5+Nf836MHpELDqGxUs9eCRAOYE+d5HYM9zDwdILw=
github.com/grafana/xk6-dashboard v0.8.0 h1:TTjf57kYP0cpIfvmcW1s+wdWHzHCUapCl+tN/WTl/b8=
github.com/grafana/xk6-dashboard v0.8.0/go.mod h1:9W0fPlo48dpaqzqGsVQ5+8Ro57RdXTxDE5OwMgqX3nM=
github.com/grafana/xk6-dashboard-assets v0.1.1 h1:NNDIrzOlbWKX96gQ0XDS1cQVgsrXBi+OVl9WlmLwBVk=
github.com/grafana/xk6-dashboard-assets v0.1.1/go.mod h1:SeoRjvmFF8UhLIFDfvjqqwBtE8MtaIPYIDWqVJZEHDo=
github.com/grafana/xk6-redis v0.3.4 h1:IkB9N9YHU4u+BvBU+P0PJkCAZvYCyeXJNlb1XQjYXyU=
github.com/grafana/xk6-redis v0.3.4/go.mod h1:2IyZC8uAFXuWmdu5TKPz5w9h2oPxQl5O2wSHv/HQ15I=
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=
Expand Down
32 changes: 32 additions & 0 deletions vendor/github.com/grafana/xk6-dashboard-assets/.gitignore

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

13 changes: 13 additions & 0 deletions vendor/github.com/grafana/xk6-dashboard-assets/.prettierignore

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

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

133 changes: 133 additions & 0 deletions vendor/github.com/grafana/xk6-dashboard-assets/CODE_OF_CONDUCT.md

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

Loading
Loading