mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Dependency updates
This commit is contained in:
2
vendor/github.com/gobuffalo/buffalo-plugins/plugins/command.go
generated
vendored
2
vendor/github.com/gobuffalo/buffalo-plugins/plugins/command.go
generated
vendored
@@ -13,6 +13,8 @@ type Command struct {
|
||||
Aliases []string `json:"aliases,omitempty"`
|
||||
Binary string `json:"-"`
|
||||
Flags []string `json:"flags,omitempty"`
|
||||
// Filters events to listen to ("" or "*") is all events
|
||||
ListenFor string `json:"listen_for,omitempty"`
|
||||
}
|
||||
|
||||
// Commands is a slice of Command
|
||||
|
||||
2
vendor/github.com/gobuffalo/buffalo-plugins/plugins/version.go
generated
vendored
2
vendor/github.com/gobuffalo/buffalo-plugins/plugins/version.go
generated
vendored
@@ -1,3 +1,3 @@
|
||||
package plugins
|
||||
|
||||
const Version = "v1.11.0"
|
||||
const Version = "v1.12.0"
|
||||
|
||||
Reference in New Issue
Block a user