fix go.mod

This commit is contained in:
Ryan McKinley 2025-10-03 12:59:19 +03:00
parent 4ce4ea8e9b
commit 5ea251ec59
1 changed files with 1 additions and 2 deletions

3
go.mod
View File

@ -240,6 +240,7 @@ require (
github.com/grafana/grafana/apps/correlations v0.0.0 // @grafana/datapro
github.com/grafana/grafana/apps/dashboard v0.0.0 // @grafana/grafana-app-platform-squad @grafana/dashboards-squad
github.com/grafana/grafana/apps/folder v0.0.0 // @grafana/grafana-search-and-storage
github.com/grafana/grafana/apps/history v0.0.0 // @grafana/grafana-app-platform-squad
github.com/grafana/grafana/apps/iam v0.0.0 // @grafana/identity-access-team
github.com/grafana/grafana/apps/investigations v0.0.0 // @fcjack @matryer
github.com/grafana/grafana/apps/playlist v0.0.0 // @grafana/grafana-app-platform-squad
@ -652,8 +653,6 @@ require (
sigs.k8s.io/yaml v1.6.0 // indirect
)
require github.com/grafana/grafana/apps/history v0.0.0-00010101000000-000000000000
require github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream