mirror of
https://github.com/containers/skopeo.git
synced 2025-09-08 10:09:50 +00:00
Update for c/image's update of github.com/gobuffalo/pop
> go get github.com/containers/image/v5@main > go mod tidy -go=1.16 && go mod tidy -go=1.17 > make vendor The (go mod tidy) pair is necessary to keep c/image CI working. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
vendor/github.com/letsencrypt/boulder/revocation/reasons.go
generated
vendored
2
vendor/github.com/letsencrypt/boulder/revocation/reasons.go
generated
vendored
@@ -31,7 +31,6 @@ var ReasonToString = map[Reason]string{
|
||||
var UserAllowedReasons = map[Reason]struct{}{
|
||||
ocsp.Unspecified: {},
|
||||
ocsp.KeyCompromise: {},
|
||||
ocsp.AffiliationChanged: {},
|
||||
ocsp.Superseded: {},
|
||||
ocsp.CessationOfOperation: {},
|
||||
}
|
||||
@@ -42,7 +41,6 @@ var UserAllowedReasons = map[Reason]struct{}{
|
||||
var AdminAllowedReasons = map[Reason]struct{}{
|
||||
ocsp.Unspecified: {},
|
||||
ocsp.KeyCompromise: {},
|
||||
ocsp.AffiliationChanged: {},
|
||||
ocsp.Superseded: {},
|
||||
ocsp.CessationOfOperation: {},
|
||||
ocsp.PrivilegeWithdrawn: {},
|
||||
|
Reference in New Issue
Block a user