File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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 blobserve_config "github.com/gitpod-io/gitpod/blobserve/pkg/config"
2323 "github.com/heptiolabs/healthcheck"
2424 "github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020
2121 "github.com/containerd/containerd/errdefs"
2222 "github.com/containerd/containerd/remotes"
23- "github.com/docker/ distribution/reference"
23+ "github.com/distribution/reference"
2424 "github.com/gorilla/mux"
2525 "golang.org/x/xerrors"
2626
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313 "github.com/containerd/containerd/errdefs"
1414 "github.com/containerd/containerd/remotes"
15- "github.com/docker/ distribution/reference"
15+ "github.com/distribution/reference"
1616 ociv1 "github.com/opencontainers/image-spec/specs-go/v1"
1717 "golang.org/x/xerrors"
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/containerd/containerd/remotes"
15- "github.com/docker/ distribution/reference"
15+ "github.com/distribution/reference"
1616 ociv1 "github.com/opencontainers/image-spec/specs-go/v1"
1717)
1818
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "os"
1111
1212 "github.com/containerd/containerd/remotes/docker"
13- "github.com/docker/ distribution/reference"
13+ "github.com/distribution/reference"
1414 "github.com/spf13/cobra"
1515
1616 log "github.com/gitpod-io/gitpod/common-go/log"
You can’t perform that action at this time.
0 commit comments