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/carvel-kapp-controller from 0.46.2 to 0.47.0 #6697

Merged
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 @@ -41,7 +41,7 @@ require (
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/stretchr/testify v1.8.4
github.com/vmware-tanzu/carvel-kapp v0.56.0
github.com/vmware-tanzu/carvel-kapp-controller v0.46.2
github.com/vmware-tanzu/carvel-kapp-controller v0.47.0
github.com/vmware-tanzu/carvel-vendir v0.34.4
golang.org/x/net v0.14.0
golang.org/x/sync v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,8 @@ github.com/vito/go-interact v1.0.1 h1:O8xi8c93bRUv2Tb/v6HdiuGc+WnWt+AQzF74MOOdlB
github.com/vito/go-interact v1.0.1/go.mod h1:HrdHSJXD2yn1MhlTwSIMeFgQ5WftiIorszVGd3S/DAA=
github.com/vmware-tanzu/carvel-kapp v0.56.0 h1:NgQA3bjrcxWmR6Z1pOzGR2wkh5d8nRpXX55Ol4Jthws=
github.com/vmware-tanzu/carvel-kapp v0.56.0/go.mod h1:I/yQqj44zhi7oln9Hyh00RwvFU+SFviEwtTxUTniIsw=
github.com/vmware-tanzu/carvel-kapp-controller v0.46.2 h1:TQRXFnZ6PryhQxx+4X1w2NSpEXyT6qg1/r3/4RkR6UE=
github.com/vmware-tanzu/carvel-kapp-controller v0.46.2/go.mod h1:LJf4oaNfKW8kk6ddD8uRaayaUecGiqrz278oe4AEBSc=
github.com/vmware-tanzu/carvel-kapp-controller v0.47.0 h1:5HouKdHw3dfaDWsN0cQQGahnEtKjErgXQhCz4JuJPZg=
github.com/vmware-tanzu/carvel-kapp-controller v0.47.0/go.mod h1:NEEM+AklzRenvpeFMMM9EweGW1GqrtUZbnSZYIb0HE8=
github.com/vmware-tanzu/carvel-vendir v0.34.4 h1:K7Dt9t+LE5p+AVlrrHcjZzCSBUY/69nd+fxjr62/qhI=
github.com/vmware-tanzu/carvel-vendir v0.34.4/go.mod h1:n3mFqV6UrLCwDy1S5Wr73XIbolTYfY+NOBqxC1ihjRk=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down
Loading