Chore: replace go.mod apps references with relative paths (#109264)

This commit is contained in:
Ryan McKinley
2025-08-06 16:57:47 +00:00
committed by GitHub
parent 2db987e59a
commit d24e4f984e
3 changed files with 34 additions and 46 deletions
-4
View File
@@ -72,7 +72,3 @@ require (
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/yaml v1.5.0 // indirect
)
// transitive dependencies that need replaced
// TODO: stop depending on grafana core
replace github.com/grafana/grafana => ../..