refactor: urfave v3
This commit is contained in:
2
vendor/github.com/theupdateframework/notary/client/client.go
generated
vendored
2
vendor/github.com/theupdateframework/notary/client/client.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Package client implements everything required for interacting with a Notary repository.
|
||||
//Package client implements everything required for interacting with a Notary repository.
|
||||
package client
|
||||
|
||||
import (
|
||||
|
2
vendor/github.com/theupdateframework/notary/client/reader.go
generated
vendored
2
vendor/github.com/theupdateframework/notary/client/reader.go
generated
vendored
@ -33,7 +33,7 @@ type TargetSignedStruct struct {
|
||||
Signatures []data.Signature
|
||||
}
|
||||
|
||||
// ErrNoSuchTarget is returned when no valid trust data is found.
|
||||
//ErrNoSuchTarget is returned when no valid trust data is found.
|
||||
type ErrNoSuchTarget string
|
||||
|
||||
func (f ErrNoSuchTarget) Error() string {
|
||||
|
1
vendor/github.com/theupdateframework/notary/client/repo.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/client/repo.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build !pkcs11
|
||||
// +build !pkcs11
|
||||
|
||||
package client
|
||||
|
1
vendor/github.com/theupdateframework/notary/client/repo_pkcs11.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/client/repo_pkcs11.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11
|
||||
// +build pkcs11
|
||||
|
||||
package client
|
||||
|
1
vendor/github.com/theupdateframework/notary/const_nowindows.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/const_nowindows.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package notary
|
||||
|
1
vendor/github.com/theupdateframework/notary/const_windows.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/const_windows.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package notary
|
||||
|
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/import.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/import.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11
|
||||
// +build pkcs11
|
||||
|
||||
package yubikey
|
||||
|
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_darwin.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_darwin.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11 && darwin
|
||||
// +build pkcs11,darwin
|
||||
|
||||
package yubikey
|
||||
|
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_interface.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_interface.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11
|
||||
// +build pkcs11
|
||||
|
||||
// an interface around the pkcs11 library, so that things can be mocked out
|
||||
|
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_linux.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/pkcs11_linux.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11 && linux
|
||||
// +build pkcs11,linux
|
||||
|
||||
package yubikey
|
||||
|
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/yubikeystore.go
generated
vendored
1
vendor/github.com/theupdateframework/notary/trustmanager/yubikey/yubikeystore.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build pkcs11
|
||||
// +build pkcs11
|
||||
|
||||
package yubikey
|
||||
|
2
vendor/github.com/theupdateframework/notary/tuf/utils/pkcs8.go
generated
vendored
2
vendor/github.com/theupdateframework/notary/tuf/utils/pkcs8.go
generated
vendored
@ -11,7 +11,7 @@
|
||||
//
|
||||
// The MIT License (MIT)
|
||||
//
|
||||
// # Copyright (c) 2014 youmark
|
||||
// Copyright (c) 2014 youmark
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
Reference in New Issue
Block a user