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.43.4 to 0.44.1 #664

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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
github.com/vmware-tanzu/carvel-kapp-controller v0.43.4
github.com/vmware-tanzu/carvel-kapp-controller v0.44.1
golang.org/x/net v0.4.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.0
Expand Down Expand Up @@ -49,7 +49,7 @@ require (
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect
github.com/vmware-tanzu/carvel-vendir v0.30.0 // indirect
github.com/vmware-tanzu/carvel-vendir v0.30.1 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
golang.org/x/sys v0.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/urfave/cli/v2 v2.2.0/go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ=
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec h1:Klu98tQ9Z1t23gvC7p7sCmvxkZxLhBHLNyrUPsWsYFg=
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec/go.mod h1:wPlfmglZmRWMYv/qJy3P+fK/UnoQB5ISk4txfNd9tDo=
github.com/vmware-tanzu/carvel-kapp-controller v0.43.4 h1:L86Cug4txVjbvxlgcRTX2DyyjZjyisq1qrkvyucLerc=
github.com/vmware-tanzu/carvel-kapp-controller v0.43.4/go.mod h1:PVZfJ0lOR6wP1gmm/4burgWhUC/Yoo0wtjfGLyzGO8o=
github.com/vmware-tanzu/carvel-vendir v0.30.0 h1:JqElRFpSsYJQmI5Hrxl1Fx9wJZ2xeDk+TVnnSrFLFVU=
github.com/vmware-tanzu/carvel-vendir v0.30.0/go.mod h1:qFV2/3Cu584fhG2wXodoIm8KhX1wKHRFavBiRjK/Ly0=
github.com/vmware-tanzu/carvel-kapp-controller v0.44.1 h1:wtlopLEmsEbbsghsXrWzpjdcMt7opavcDT0bGQV4foM=
github.com/vmware-tanzu/carvel-kapp-controller v0.44.1/go.mod h1:+drZFlRx8ppIl2LRNWb0X/ohWwrfdA9nXGmPKGzvTXs=
github.com/vmware-tanzu/carvel-vendir v0.30.1 h1:MHcrz6xZVBu0hOW7DJ5ea7894LG5JsUlb8JbTN/65RI=
github.com/vmware-tanzu/carvel-vendir v0.30.1/go.mod h1:bwyrhBVq7nCDQwO1tuAEKOc7OCjEZrj9hXCYlibo+u8=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ github.com/stretchr/testify/require
## explicit
github.com/vito/go-interact/interact
github.com/vito/go-interact/interact/terminal
# github.com/vmware-tanzu/carvel-kapp-controller v0.43.4
# github.com/vmware-tanzu/carvel-kapp-controller v0.44.1
## explicit; go 1.19
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/kappctrl/v1alpha1
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/packaging/v1alpha1
# github.com/vmware-tanzu/carvel-vendir v0.30.0
## explicit; go 1.18
# github.com/vmware-tanzu/carvel-vendir v0.30.1
## explicit; go 1.19
github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1
# golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
## explicit; go 1.17
Expand Down