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: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/grafana/grafana/apps/dashboard v0.0.0-20260401194530-e00074701ba3
github.com/grafana/grafana/apps/playlist v0.0.0-20260401194530-e00074701ba3
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20260225160729-8b7042cc192e
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20251022100644-dd6cfbb68f85
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20260410135303-49bf3df7ea31
github.com/grafana/machine-learning-go-client v0.8.2
github.com/grafana/river v0.3.0
github.com/grafana/slo-openapi-client/go/slo v0.0.0-20260327172536-7bee3b953aed
Expand Down Expand Up @@ -58,6 +58,7 @@ require (
require (
github.com/evanw/esbuild v0.25.10
github.com/google/uuid v1.6.0
github.com/grafana/authlib/types v0.0.0-20260316143530-e1d123886039
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20260323093832-0cb690db9135
github.com/grafana/grafana/apps/provisioning v0.0.0-20260218091122-4fe7fb5b985e
github.com/grafana/grafana/apps/secret v0.0.0-20260224124528-75b1e0cf0f79
Expand Down Expand Up @@ -127,7 +128,6 @@ require (
github.com/google/gnostic-models v0.7.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/grafana/authlib/types v0.0.0-20260316143530-e1d123886039 // indirect
github.com/grafana/grafana-app-sdk/logging v0.51.4 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.291.0 // indirect
github.com/grafana/otel-profiling-go v0.5.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/grafana/grafana/apps/secret v0.0.0-20260224124528-75b1e0cf0f79 h1:OcJ
github.com/grafana/grafana/apps/secret v0.0.0-20260224124528-75b1e0cf0f79/go.mod h1:lQo3bYJRk1lAuAa8gQWipPzoxvFdKJ3IKJdcsabK6cE=
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20260225160729-8b7042cc192e h1:NHn/tWQ6Hy2uMZ8ES5K0s90VuiGvQ35cBonzjTOlfbE=
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20260225160729-8b7042cc192e/go.mod h1:ST5MajilNNoxR8r8aRI2O6CBsTaARgIcdVWnZki4Fmo=
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20251022100644-dd6cfbb68f85 h1:GmbPOHOiw/oa3sfGpKSsf6p5R1Ko/c6aYrZvTRfMbUY=
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20251022100644-dd6cfbb68f85/go.mod h1:RBPBP7qIR/K6qzQEQYESVhp/XJspiBTOyBEBCbPXrvI=
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20260410135303-49bf3df7ea31 h1:lpmPAdTe1GTcPSGr+ZJtCEzMwA3KT9d+gRZg982a+Kc=
github.com/grafana/k6-cloud-openapi-client-go v0.0.0-20260410135303-49bf3df7ea31/go.mod h1:RBPBP7qIR/K6qzQEQYESVhp/XJspiBTOyBEBCbPXrvI=
github.com/grafana/machine-learning-go-client v0.8.2 h1:TvU4e+Kgg4GhwBNYTMjBUNq4tbhcxe0L8w1eo/UfV2M=
github.com/grafana/machine-learning-go-client v0.8.2/go.mod h1:GQKDn10CZqG11l1Qtc6BZ5V6e54fSv5Vi8wskWn3BWs=
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
Expand Down
Loading