Plugins: Remove plugin dependency version (#103728)
remove plugin dependency version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user