Skip to content

Commit 1209327

Browse files
committed
[registry-facade] Adapt code to updated libraries
1 parent f520c3a commit 1209327

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

components/registry-facade/cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

components/registry-facade/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/registry-facade/pkg/registry/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)