Update github.com/containerd/imgcrypt to v2.0.0
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This commit is contained in:
14
vendor/github.com/smallstep/pkcs7/internal/legacy/x509/debug.go
generated
vendored
Normal file
14
vendor/github.com/smallstep/pkcs7/internal/legacy/x509/debug.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
package legacyx509
|
||||
|
||||
import "fmt"
|
||||
|
||||
// legacyGodebugSetting is a type mimicking Go's internal godebug package
|
||||
// settings, which are used to enable / disable certain functionalities at
|
||||
// build time.
|
||||
type legacyGodebugSetting int
|
||||
|
||||
func (s legacyGodebugSetting) Value() string {
|
||||
return fmt.Sprintf("%d", s)
|
||||
}
|
||||
|
||||
func (s legacyGodebugSetting) IncNonDefault() {}
|
||||
Reference in New Issue
Block a user