chore: Use non-zero version to reference github.com/grafana/grafana Go module (#99343)

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
Dave Henderson
2025-01-21 16:59:22 -05:00
committed by GitHub
parent 2622449718
commit f1e9c5b1ef
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ go 1.23.5
replace github.com/grafana/grafana => ../../..
require (
github.com/grafana/grafana v0.0.0-00010101000000-000000000000
github.com/grafana/grafana v11.4.0-00010101000000-000000000000+incompatible
github.com/grafana/grafana-app-sdk v0.30.0
k8s.io/apimachinery v0.32.0
k8s.io/apiserver v0.32.0