mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
switch to go.podman.io/image/v5
This commit is contained in:
6
vendor/go.podman.io/image/v5/docker/reference/regexp-additions.go
generated
vendored
Normal file
6
vendor/go.podman.io/image/v5/docker/reference/regexp-additions.go
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
package reference
|
||||
|
||||
// Return true if the specified string fully matches `IdentifierRegexp`.
|
||||
func IsFullIdentifier(s string) bool {
|
||||
return anchoredIdentifierRegexp.MatchString(s)
|
||||
}
|
||||
Reference in New Issue
Block a user