Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/vmware-tanzu/velero from 1.10.0 to 1.10.2 #149

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
github.com/vmware-tanzu/velero v1.10.0
github.com/vmware-tanzu/velero v1.10.2
k8s.io/api v0.24.2
k8s.io/apimachinery v0.25.4
k8s.io/client-go v12.0.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
github.com/vmware-tanzu/velero v1.10.0 h1:32A6yxH9zmMnNUT9HO7P5Y3GscUNZVqozDEb+mC2jCg=
github.com/vmware-tanzu/velero v1.10.0/go.mod h1:k/1NPNxfhAeUeBuIL6HJuKtTFPgmpiWP+cHa3zi3ZQM=
github.com/vmware-tanzu/velero v1.10.2 h1:Vxao3R4wjmw6iR2W7ihdreKpqjuMA7Kjxne7ByjUQfQ=
github.com/vmware-tanzu/velero v1.10.2/go.mod h1:FZJMmwYCeiE3lu/SBL/pP1bRGdju6zK4/vCE4s3A3Wo=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/vmware-tanzu/velero/pkg/util/results/result.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ github.com/spf13/pflag
# github.com/stretchr/testify v1.8.1
## explicit; go 1.13
github.com/stretchr/testify/assert
# github.com/vmware-tanzu/velero v1.10.0
# github.com/vmware-tanzu/velero v1.10.2
## explicit; go 1.18
github.com/vmware-tanzu/velero/pkg/apis/velero/v1
github.com/vmware-tanzu/velero/pkg/cmd/util/flag
Expand All @@ -221,6 +221,7 @@ github.com/vmware-tanzu/velero/pkg/plugin/velero/restoreitemaction/v1
github.com/vmware-tanzu/velero/pkg/plugin/velero/volumesnapshotter/v1
github.com/vmware-tanzu/velero/pkg/util/collections
github.com/vmware-tanzu/velero/pkg/util/logging
github.com/vmware-tanzu/velero/pkg/util/results
github.com/vmware-tanzu/velero/third_party/kubernetes/pkg/kubectl/cmd/util
# golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
## explicit; go 1.17
Expand Down