Upgrade dependent version: github.com/deislabs/oras (#5322)
Upgrade dependent version: github.com/deislabs/oras v0.8.1 -> oras.land/oras v0.16.0 Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io> Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
12
go.mod
12
go.mod
@@ -70,7 +70,7 @@ require (
|
||||
github.com/prometheus/prometheus v1.8.2-0.20200907175821-8219b442c864
|
||||
github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009
|
||||
github.com/speps/go-hashids v2.0.0+incompatible
|
||||
github.com/spf13/cobra v1.5.0
|
||||
github.com/spf13/cobra v1.6.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/spf13/viper v1.8.1
|
||||
github.com/stretchr/testify v1.8.0
|
||||
@@ -138,7 +138,7 @@ require (
|
||||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
||||
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
||||
github.com/deckarep/golang-set v1.7.1 // indirect
|
||||
github.com/docker/cli v20.10.17+incompatible // indirect
|
||||
github.com/docker/cli v20.10.21+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
||||
github.com/docker/go-connections v0.4.0 // indirect
|
||||
github.com/docker/go-metrics v0.0.1 // indirect
|
||||
@@ -185,7 +185,7 @@ require (
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/huandu/xstrings v1.3.2 // indirect
|
||||
github.com/imdario/mergo v0.3.12 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
github.com/jmoiron/sqlx v1.3.4 // indirect
|
||||
@@ -216,7 +216,7 @@ require (
|
||||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
||||
github.com/nxadm/tail v1.4.8 // indirect
|
||||
github.com/oklog/ulid v1.3.1 // indirect
|
||||
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
||||
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
||||
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
||||
github.com/operator-framework/operator-lib v0.11.0 // indirect
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
||||
@@ -457,7 +457,7 @@ replace (
|
||||
github.com/davecgh/go-spew => github.com/davecgh/go-spew v1.1.1
|
||||
github.com/daviddengcn/go-colortext => github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
|
||||
github.com/deckarep/golang-set => github.com/deckarep/golang-set v1.7.1
|
||||
github.com/deislabs/oras => github.com/deislabs/oras v0.8.1
|
||||
github.com/deislabs/oras => oras.land/oras v0.16.0
|
||||
github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
|
||||
github.com/denverdino/aliyungo => github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
|
||||
github.com/dgraph-io/badger/v3 => github.com/dgraph-io/badger/v3 v3.2103.2
|
||||
@@ -779,6 +779,7 @@ replace (
|
||||
github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.1.3
|
||||
github.com/nats-io/nuid => github.com/nats-io/nuid v1.0.1
|
||||
github.com/ncw/swift => github.com/ncw/swift v1.0.50
|
||||
github.com/need-being/go-tree => github.com/need-being/go-tree v0.1.0
|
||||
github.com/niemeyer/pretty => github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
|
||||
github.com/nkovacs/streamquote => github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229
|
||||
github.com/nxadm/tail => github.com/nxadm/tail v1.4.4
|
||||
@@ -1061,6 +1062,7 @@ replace (
|
||||
kubesphere.io/monitoring-dashboard => kubesphere.io/monitoring-dashboard v0.2.2
|
||||
kubesphere.io/utils => ./staging/src/kubesphere.io/utils
|
||||
oras.land/oras-go => oras.land/oras-go v1.2.0
|
||||
oras.land/oras-go/v2 => oras.land/oras-go/v2 v2.0.0-rc.4
|
||||
rsc.io/binaryregexp => rsc.io/binaryregexp v0.2.0
|
||||
rsc.io/goversion => rsc.io/goversion v1.2.0
|
||||
rsc.io/letsencrypt => rsc.io/letsencrypt v0.0.1
|
||||
|
||||
@@ -38,7 +38,7 @@ require (
|
||||
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
|
||||
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/docker/cli v20.10.17+incompatible // indirect
|
||||
github.com/docker/cli v20.10.21+incompatible // indirect
|
||||
github.com/docker/distribution v2.8.1+incompatible // indirect
|
||||
github.com/docker/docker v20.10.17+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
||||
@@ -74,7 +74,7 @@ require (
|
||||
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
|
||||
github.com/huandu/xstrings v1.3.2 // indirect
|
||||
github.com/imdario/mergo v0.3.12 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
||||
github.com/jmoiron/sqlx v1.3.4 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
||||
@@ -99,7 +99,7 @@ require (
|
||||
github.com/morikuni/aec v1.0.0 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
||||
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
||||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/prometheus/client_golang v1.13.0 // indirect
|
||||
@@ -110,7 +110,7 @@ require (
|
||||
github.com/russross/blackfriday v1.5.2 // indirect
|
||||
github.com/sirupsen/logrus v1.9.0 // indirect
|
||||
github.com/spf13/cast v1.4.1 // indirect
|
||||
github.com/spf13/cobra v1.5.0 // indirect
|
||||
github.com/spf13/cobra v1.6.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
||||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
||||
@@ -212,6 +212,7 @@ replace (
|
||||
github.com/hashicorp/memberlist => github.com/hashicorp/memberlist v0.2.0
|
||||
github.com/huandu/xstrings => github.com/huandu/xstrings v1.2.0
|
||||
github.com/imdario/mergo => github.com/imdario/mergo v0.3.9
|
||||
github.com/inconshreveable/mousetrap => github.com/inconshreveable/mousetrap v1.0.0
|
||||
github.com/jmoiron/sqlx => github.com/jmoiron/sqlx v1.2.0
|
||||
github.com/jonboulle/clockwork => github.com/jonboulle/clockwork v0.1.0
|
||||
github.com/kardianos/osext => github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
|
||||
|
||||
12
vendor/modules.txt
vendored
12
vendor/modules.txt
vendored
@@ -181,7 +181,7 @@ github.com/cyphar/filepath-securejoin
|
||||
github.com/davecgh/go-spew/spew
|
||||
# github.com/deckarep/golang-set v1.7.1 => github.com/deckarep/golang-set v1.7.1
|
||||
## explicit
|
||||
# github.com/docker/cli v20.10.17+incompatible => github.com/docker/cli v0.0.0-20190506213505-d88565df0c2d
|
||||
# github.com/docker/cli v20.10.21+incompatible => github.com/docker/cli v0.0.0-20190506213505-d88565df0c2d
|
||||
## explicit
|
||||
github.com/docker/cli/cli/config
|
||||
github.com/docker/cli/cli/config/configfile
|
||||
@@ -535,7 +535,7 @@ github.com/huandu/xstrings
|
||||
# github.com/imdario/mergo v0.3.12 => github.com/imdario/mergo v0.3.9
|
||||
## explicit
|
||||
github.com/imdario/mergo
|
||||
# github.com/inconshreveable/mousetrap v1.0.0 => github.com/inconshreveable/mousetrap v1.0.0
|
||||
# github.com/inconshreveable/mousetrap v1.0.1 => github.com/inconshreveable/mousetrap v1.0.0
|
||||
## explicit
|
||||
github.com/inconshreveable/mousetrap
|
||||
# github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 => github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
|
||||
@@ -790,7 +790,7 @@ github.com/open-policy-agent/opa/version
|
||||
# github.com/opencontainers/go-digest v1.0.0 => github.com/opencontainers/go-digest v1.0.0
|
||||
## explicit; go 1.13
|
||||
github.com/opencontainers/go-digest
|
||||
# github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 => github.com/opencontainers/image-spec v1.0.1
|
||||
# github.com/opencontainers/image-spec v1.1.0-rc2 => github.com/opencontainers/image-spec v1.0.1
|
||||
## explicit
|
||||
github.com/opencontainers/image-spec/specs-go
|
||||
github.com/opencontainers/image-spec/specs-go/v1
|
||||
@@ -996,7 +996,7 @@ github.com/spf13/afero/mem
|
||||
# github.com/spf13/cast v1.4.1 => github.com/spf13/cast v1.3.0
|
||||
## explicit
|
||||
github.com/spf13/cast
|
||||
# github.com/spf13/cobra v1.5.0 => github.com/spf13/cobra v1.2.1
|
||||
# github.com/spf13/cobra v1.6.1 => github.com/spf13/cobra v1.2.1
|
||||
## explicit; go 1.14
|
||||
github.com/spf13/cobra
|
||||
# github.com/spf13/jwalterweatherman v1.0.0 => github.com/spf13/jwalterweatherman v1.0.0
|
||||
@@ -2703,7 +2703,7 @@ sigs.k8s.io/yaml
|
||||
# github.com/davecgh/go-spew => github.com/davecgh/go-spew v1.1.1
|
||||
# github.com/daviddengcn/go-colortext => github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
|
||||
# github.com/deckarep/golang-set => github.com/deckarep/golang-set v1.7.1
|
||||
# github.com/deislabs/oras => github.com/deislabs/oras v0.8.1
|
||||
# github.com/deislabs/oras => oras.land/oras v0.16.0
|
||||
# github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
|
||||
# github.com/denverdino/aliyungo => github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
|
||||
# github.com/dgraph-io/badger/v3 => github.com/dgraph-io/badger/v3 v3.2103.2
|
||||
@@ -3025,6 +3025,7 @@ sigs.k8s.io/yaml
|
||||
# github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.1.3
|
||||
# github.com/nats-io/nuid => github.com/nats-io/nuid v1.0.1
|
||||
# github.com/ncw/swift => github.com/ncw/swift v1.0.50
|
||||
# github.com/need-being/go-tree => github.com/need-being/go-tree v0.1.0
|
||||
# github.com/niemeyer/pretty => github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
|
||||
# github.com/nkovacs/streamquote => github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229
|
||||
# github.com/nxadm/tail => github.com/nxadm/tail v1.4.4
|
||||
@@ -3306,6 +3307,7 @@ sigs.k8s.io/yaml
|
||||
# kubesphere.io/monitoring-dashboard => kubesphere.io/monitoring-dashboard v0.2.2
|
||||
# kubesphere.io/utils => ./staging/src/kubesphere.io/utils
|
||||
# oras.land/oras-go => oras.land/oras-go v1.2.0
|
||||
# oras.land/oras-go/v2 => oras.land/oras-go/v2 v2.0.0-rc.4
|
||||
# rsc.io/binaryregexp => rsc.io/binaryregexp v0.2.0
|
||||
# rsc.io/goversion => rsc.io/goversion v1.2.0
|
||||
# rsc.io/letsencrypt => rsc.io/letsencrypt v0.0.1
|
||||
|
||||
Reference in New Issue
Block a user