Merge pull request #9034 from thaJeztah/replace_reference

replace reference/docker for github.com/distribution/reference v0.5.0
This commit is contained in:
Derek McGowan
2023-09-05 06:52:29 -07:00
committed by GitHub
44 changed files with 1241 additions and 2438 deletions

View File

@@ -26,8 +26,6 @@ import (
"net/http/httptest"
"net/url"
"strconv"
refDocker "github.com/containerd/containerd/reference/docker"
)
func FuzzFetcher(data []byte) int {
@@ -75,8 +73,3 @@ func FuzzFetcher(data []byte) int {
}
return 1
}
func FuzzParseDockerRef(data []byte) int {
_, _ = refDocker.ParseDockerRef(string(data))
return 1
}