File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
gopkg.in/yaml.v3 v3.0.1
17
17
gotest.tools v2.2.0+incompatible
18
18
k8s.io/kubectl v0.24.3
19
- oras.land/oras-go/v2 v2.0.0-rc.2
19
+ oras.land/oras-go/v2 v2.0.0-rc.3
20
20
)
21
21
22
22
require (
@@ -26,7 +26,7 @@ require (
26
26
github.com/opencontainers/go-digest v1.0.0 // indirect
27
27
github.com/oras-project/artifacts-spec v1.0.0-rc.2 // indirect
28
28
github.com/rogpeppe/go-internal v1.8.0 // indirect
29
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
29
+ golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
30
30
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
31
31
gopkg.in/yaml.v2 v2.4.0 // indirect
32
32
)
Original file line number Diff line number Diff line change @@ -664,6 +664,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ
664
664
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
665
665
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f h1:Ax0t5p6N38Ga0dThY21weqDEyz2oklo4IvDkpigvkD8 =
666
666
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
667
+ golang.org/x/sync v0.0.0-20220907140024-f12130a52804 h1:0SH2R3f1b1VmIMG7BXbEZCBUu2dKmHschSmjqGUrW8A =
668
+ golang.org/x/sync v0.0.0-20220907140024-f12130a52804 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
667
669
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
668
670
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
669
671
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
@@ -992,6 +994,8 @@ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19V
992
994
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
993
995
oras.land/oras-go/v2 v2.0.0-rc.2 h1:dks9BxPg6HQOxn5+jVNuTFl45FuYvHfLQ6wcP7hVRdE =
994
996
oras.land/oras-go/v2 v2.0.0-rc.2 /go.mod h1:IZRIoIJqkAH6x0pL3tVnpyPUyZgthjSyPcH2kgJvBMo =
997
+ oras.land/oras-go/v2 v2.0.0-rc.3 h1:O4GeIwJ9Ge7rbCkqa/M7DLrL55ww+ZEc+Rhc63OYitU =
998
+ oras.land/oras-go/v2 v2.0.0-rc.3 /go.mod h1:PrY+cCglzK/DrQoJUtxbYVbL94ZHecVS3eJR01RglpE =
995
999
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
996
1000
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
997
1001
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
You can’t perform that action at this time.
0 commit comments