From b94d1b616b99e2c09fa9839f1f397e2a4719a6de Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:15:44 -0400 Subject: [PATCH] Plugins App: Update go.mod with new dependency (#109284) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 25dc4debeda..815fe2e96b5 100644 --- a/go.mod +++ b/go.mod @@ -237,6 +237,7 @@ require ( 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 + github.com/grafana/grafana/apps/plugins v0.0.0 // @grafana/plugins-platform-backend github.com/grafana/grafana/apps/preferences v0.0.0 // @grafana/grafana-app-platform-squad github.com/grafana/grafana/apps/provisioning v0.0.0 // @grafana/grafana-app-platform-squad github.com/grafana/grafana/apps/secret v0.0.0 // @grafana/grafana-operator-experience-squad @@ -261,6 +262,7 @@ replace ( github.com/grafana/grafana/apps/iam => ./apps/iam github.com/grafana/grafana/apps/investigations => ./apps/investigations github.com/grafana/grafana/apps/playlist => ./apps/playlist + github.com/grafana/grafana/apps/plugins => ./apps/plugins github.com/grafana/grafana/apps/preferences => ./apps/preferences github.com/grafana/grafana/apps/provisioning => ./apps/provisioning github.com/grafana/grafana/apps/secret => ./apps/secret