File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
components/registry-facade Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
1717
1818 "github.com/containerd/containerd/remotes"
1919 "github.com/containerd/containerd/remotes/docker"
20+ "github.com/distribution/reference"
2021 "github.com/docker/cli/cli/config/configfile"
21- "github.com/docker/distribution/reference"
2222 "github.com/heptiolabs/healthcheck"
2323 "github.com/prometheus/client_golang/prometheus"
2424 "github.com/prometheus/client_golang/prometheus/collectors"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import (
2727
2828 "github.com/containerd/containerd/content/local"
2929 "github.com/containerd/containerd/remotes"
30+ "github.com/distribution/reference"
3031 "github.com/docker/distribution"
31- "github.com/docker/distribution/reference"
3232 "github.com/docker/distribution/registry/api/errcode"
3333 distv2 "github.com/docker/distribution/registry/api/v2"
3434 "github.com/golang/protobuf/jsonpb"
You can’t perform that action at this time.
0 commit comments