mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 16:25:19 +00:00
Update vendor
This commit is contained in:
8
vendor/github.com/theupdateframework/notary/const_windows.go
generated
vendored
Normal file
8
vendor/github.com/theupdateframework/notary/const_windows.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build windows
|
||||
|
||||
package notary
|
||||
|
||||
import "os"
|
||||
|
||||
// NotarySupportedSignals does not contain any signals, because SIGUSR1/2 are not supported on windows
|
||||
var NotarySupportedSignals = []os.Signal{}
|
Reference in New Issue
Block a user