|
|
|
|
@ -202,6 +202,7 @@ require ( |
|
|
|
|
require ( |
|
|
|
|
github.com/grafana/grafana/apps/advisor v0.0.0-20250123151950-b066a6313173 // @grafana/plugins-platform-backend |
|
|
|
|
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250121113133-e747350fee2d // @grafana/alerting-backend |
|
|
|
|
github.com/grafana/grafana/apps/investigations v0.0.0-20250217190546-9df6412e9255 // @fcjack @matryer |
|
|
|
|
github.com/grafana/grafana/apps/playlist v0.0.0-20250121113133-e747350fee2d // @grafana/grafana-app-platform-squad |
|
|
|
|
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250121113133-e747350fee2d // @grafana/grafana-app-platform-squad |
|
|
|
|
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250121113133-e747350fee2d // @grafana/grafana-app-platform-squad |
|
|
|
|
@ -439,6 +440,8 @@ require ( |
|
|
|
|
github.com/natefinch/wrap v0.2.0 // indirect |
|
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect |
|
|
|
|
github.com/oapi-codegen/runtime v1.0.0 // indirect |
|
|
|
|
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect |
|
|
|
|
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect |
|
|
|
|
github.com/oklog/run v1.1.0 // indirect |
|
|
|
|
github.com/oklog/ulid v1.3.1 // indirect |
|
|
|
|
github.com/oklog/ulid/v2 v2.1.0 // indirect |
|
|
|
|
@ -545,11 +548,6 @@ require ( |
|
|
|
|
sigs.k8s.io/yaml v1.4.0 // indirect |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
|
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect |
|
|
|
|
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream |
|
|
|
|
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240917091248-ae3bbdad8a56 |
|
|
|
|
|
|
|
|
|
|