mirror of
https://github.com/rancher/os.git
synced 2025-09-09 18:50:04 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/docker/distribution/digest/tarsum.go
generated
vendored
2
vendor/github.com/docker/distribution/digest/tarsum.go
generated
vendored
@@ -6,7 +6,7 @@ import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
// TarSumRegexp defines a regular expression to match tarsum identifiers.
|
||||
// TarsumRegexp defines a regular expression to match tarsum identifiers.
|
||||
var TarsumRegexp = regexp.MustCompile("tarsum(?:.[a-z0-9]+)?\\+[a-zA-Z0-9]+:[A-Fa-f0-9]+")
|
||||
|
||||
// TarsumRegexpCapturing defines a regular expression to match tarsum identifiers with
|
||||
|
Reference in New Issue
Block a user