Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/grafana-llm-app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/grafana/authlib v0.0.0-20250423111852-90ec44e81796
github.com/grafana/grafana-openapi-client-go v0.0.0-20250617151817-c0f8cbb88d5c
github.com/grafana/grafana-plugin-sdk-go v0.280.0
github.com/grafana/incident-go v0.0.0-20250528074347-db4fb90f383e
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd
github.com/grafana/mcp-grafana v0.7.7
github.com/mark3labs/mcp-go v0.41.1
github.com/qdrant/go-client v1.15.2
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana-llm-app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/grafana/grafana-openapi-client-go v0.0.0-20250617151817-c0f8cbb88d5c
github.com/grafana/grafana-openapi-client-go v0.0.0-20250617151817-c0f8cbb88d5c/go.mod h1:AOzHLStinAJHJmcih1eEbIRImxpT6enYUsZLnnOvhbo=
github.com/grafana/grafana-plugin-sdk-go v0.280.0 h1:QahmLvtM56evdxJSuGu+osnd0ejBmdxnTwqAOk8h22c=
github.com/grafana/grafana-plugin-sdk-go v0.280.0/go.mod h1:Z15Wiq3c4I0tzHYrLYpOqrO8u3+2RJ+HN2Q9uiZTILA=
github.com/grafana/incident-go v0.0.0-20250528074347-db4fb90f383e h1:AF0QApgVk3VS1bC9TZwVKYQZXpFKXvst3Sp6OFVndOs=
github.com/grafana/incident-go v0.0.0-20250528074347-db4fb90f383e/go.mod h1:3QDfdZOWKRxNhMJFL+0C/+12+jLNHDlt0VKNr/i9Daw=
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd h1:y8uJA/UmFHjwNWAvppxDRq+w9zIQmb0z79YVV2vS96g=
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd/go.mod h1:3QDfdZOWKRxNhMJFL+0C/+12+jLNHDlt0VKNr/i9Daw=
github.com/grafana/mcp-grafana v0.7.7 h1:b9LQy6JvCV+6XlawVdS4424n41M+fx359f2hjwIb7bU=
github.com/grafana/mcp-grafana v0.7.7/go.mod h1:hn5rYFwLdFtMzY8+IdwK4NDWexzIT8pZRYr1UvQ03pk=
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
Expand Down
Loading