From a27b2d2ba151a39e29a227256ce1e2432d1e60f5 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Mon, 5 Sep 2022 16:55:21 +0800 Subject: [PATCH] bump: upgrade oras-go (#533) Signed-off-by: Billy Zha --- go.mod | 2 +- go.sum | 4 ++-- internal/version/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 2fdf70108..18cd06fb6 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.5.0 github.com/spf13/pflag v1.0.5 - oras.land/oras-go/v2 v2.0.0-rc.2 + oras.land/oras-go/v2 v2.0.0-20220905063122-e3e46b060bf6 ) require ( diff --git a/go.sum b/go.sum index 80645092c..328362041 100644 --- a/go.sum +++ b/go.sum @@ -67,5 +67,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.0.2 h1:kG1BFyqVHuQoVQiR1bWGnfz/fmHvvuiSPIV7rvl360E= gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= -oras.land/oras-go/v2 v2.0.0-rc.2 h1:dks9BxPg6HQOxn5+jVNuTFl45FuYvHfLQ6wcP7hVRdE= -oras.land/oras-go/v2 v2.0.0-rc.2/go.mod h1:IZRIoIJqkAH6x0pL3tVnpyPUyZgthjSyPcH2kgJvBMo= +oras.land/oras-go/v2 v2.0.0-20220905063122-e3e46b060bf6 h1:QMkRrDryMWJP7h4Y3TEVQ72iMyPH/Pmipor4gnXkeAk= +oras.land/oras-go/v2 v2.0.0-20220905063122-e3e46b060bf6/go.mod h1:PrY+cCglzK/DrQoJUtxbYVbL94ZHecVS3eJR01RglpE= diff --git a/internal/version/version.go b/internal/version/version.go index 434d47d24..42ed1be8c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // Version is the current version of the oras. - Version = "0.14.0" + Version = "0.14.1" // BuildMetadata is the extra build time data BuildMetadata = "unreleased" // GitCommit is the git sha1