Plugins: Remove plugin dependency version (#103728)

remove plugin dependency version
This commit is contained in:
Will Browne
2025-04-10 15:02:05 +01:00
committed by GitHub
parent a255ae6b0b
commit a1b792b1f5
10 changed files with 21 additions and 28 deletions
+3 -4
View File
@@ -174,10 +174,9 @@ func (e Includes) RequiresRBACAction() bool {
}
type Dependency struct {
ID string `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
Version string `json:"version"`
ID string `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
}
type BuildInfo struct {