Skip to content

Commit d556dff

Browse files
authored
fix: bump oras-go to the latest commit which fixes the symlink issue (#1628)
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
1 parent 128d10a commit d556dff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
golang.org/x/sync v0.11.0
1515
golang.org/x/term v0.29.0
1616
gopkg.in/yaml.v3 v3.0.1
17-
oras.land/oras-go/v2 v2.5.0
17+
oras.land/oras-go/v2 v2.5.1-0.20250221033735-cb6d75be7dd4
1818
)
1919

2020
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
6969
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
7070
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
7171
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
72-
oras.land/oras-go/v2 v2.5.0 h1:o8Me9kLY74Vp5uw07QXPiitjsw7qNXi8Twd+19Zf02c=
73-
oras.land/oras-go/v2 v2.5.0/go.mod h1:z4eisnLP530vwIOUOJeBIj0aGI0L1C3d53atvCBqZHg=
72+
oras.land/oras-go/v2 v2.5.1-0.20250221033735-cb6d75be7dd4 h1:jlMeewI2WJwjGjhCDC5uQHAVOwyXypeMz7NUZiRhr+4=
73+
oras.land/oras-go/v2 v2.5.1-0.20250221033735-cb6d75be7dd4/go.mod h1:2UW9eta1+52EMtMRD2gottf9g5EZv9o3gkKfk1iedVw=

0 commit comments

Comments
 (0)