Commit c7e6d46 1 parent 9c51227 commit c7e6d46 Copy full SHA for c7e6d46
File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ require (
39
39
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
40
40
github.com/olekukonko/tablewriter v0.0.5
41
41
github.com/opencontainers/image-spec v1.1.0
42
- github.com/oras-project/oras-credentials-go v0.3.1
43
42
github.com/otiai10/copy v1.14.0
44
43
github.com/pkg/errors v0.9.1
45
44
github.com/sethvargo/go-retry v0.2.4
Original file line number Diff line number Diff line change @@ -723,8 +723,6 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
723
723
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
724
724
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
725
725
github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
726
- github.com/oras-project/oras-credentials-go v0.3.1 h1:sfGqZ8sjPifEaOtjHOQTPr8D+Tql4bpw58Dd9wjmm9w =
727
- github.com/oras-project/oras-credentials-go v0.3.1 /go.mod h1:fFCebDQo0Do+gnM96uV9YUnRay0pwuRQupypvofsp4s =
728
726
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU =
729
727
github.com/otiai10/copy v1.14.0 /go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w =
730
728
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks =
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import (
9
9
"github.com/containerd/containerd/remotes"
10
10
"github.com/containerd/containerd/remotes/docker"
11
11
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
12
- credentials "github.com/oras-project/oras-credentials-go"
13
12
"github.com/sirupsen/logrus"
14
13
"oras.land/oras-go/v2"
15
14
"oras.land/oras-go/v2/content"
16
15
"oras.land/oras-go/v2/content/file"
17
16
"oras.land/oras-go/v2/content/memory"
18
17
"oras.land/oras-go/v2/registry/remote"
19
18
"oras.land/oras-go/v2/registry/remote/auth"
19
+ "oras.land/oras-go/v2/registry/remote/credentials"
20
20
"oras.land/oras-go/v2/registry/remote/retry"
21
21
)
22
22
You can’t perform that action at this time.
0 commit comments