1 parent 4739a7e commit d6755edCopy full SHA for d6755ed
1 file changed
crproxy.go
@@ -20,7 +20,6 @@ import (
20
"github.com/docker/distribution/registry/client/transport"
21
storagedriver "github.com/docker/distribution/registry/storage/driver"
22
"github.com/wzshiming/geario"
23
- "github.com/wzshiming/hostmatcher"
24
"github.com/wzshiming/httpseek"
25
"github.com/wzshiming/lru"
26
)
@@ -79,7 +78,6 @@ type CRProxy struct {
79
78
simpleAuthUserpassFunc func(r *http.Request, userinfo *url.Userinfo) bool
80
tokenURL string
81
tokenAuthForceTLS bool
82
- matcher hostmatcher.Matcher
83
84
defaultRegistry string
85
overrideDefaultRegistry map[string]string
0 commit comments