Skip to content

Commit c7e6d46

Browse files
authored
deps: github.com/oras-project/oras-credentials-go was merged into oras.land/oras-go/v2 (#3900)
Signed-off-by: Patrick Decat <[email protected]>
1 parent 9c51227 commit c7e6d46

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ require (
3939
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
4040
github.com/olekukonko/tablewriter v0.0.5
4141
github.com/opencontainers/image-spec v1.1.0
42-
github.com/oras-project/oras-credentials-go v0.3.1
4342
github.com/otiai10/copy v1.14.0
4443
github.com/pkg/errors v0.9.1
4544
github.com/sethvargo/go-retry v0.2.4

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,6 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
723723
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
724724
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
725725
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=
728726
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
729727
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
730728
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=

pkg/ociinstaller/ocidownloader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import (
99
"github.com/containerd/containerd/remotes"
1010
"github.com/containerd/containerd/remotes/docker"
1111
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
12-
credentials "github.com/oras-project/oras-credentials-go"
1312
"github.com/sirupsen/logrus"
1413
"oras.land/oras-go/v2"
1514
"oras.land/oras-go/v2/content"
1615
"oras.land/oras-go/v2/content/file"
1716
"oras.land/oras-go/v2/content/memory"
1817
"oras.land/oras-go/v2/registry/remote"
1918
"oras.land/oras-go/v2/registry/remote/auth"
19+
"oras.land/oras-go/v2/registry/remote/credentials"
2020
"oras.land/oras-go/v2/registry/remote/retry"
2121
)
2222

0 commit comments

Comments
 (0)