Chore: Update grafana-plugin-sdk (#93426)

This commit is contained in:
Andres Martinez Gotor
2024-09-20 10:20:59 +02:00
committed by GitHub
parent 945484232c
commit 74b2d38e37
16 changed files with 120 additions and 119 deletions

View File

@ -82,10 +82,7 @@ type Dependency struct {
}
type BuildInfo struct {
Time int64 `json:"time,omitempty"`
Repo string `json:"repo,omitempty"`
Branch string `json:"branch,omitempty"`
Hash string `json:"hash,omitempty"`
Time int64 `json:"time,omitempty"`
}
type Info struct {