Skip to content

Commit 3a8aa1d

Browse files
Bump github.com/vmware-tanzu/carvel-kapp-controller (#586)
Bumps [github.com/vmware-tanzu/carvel-kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller) from 0.38.4 to 0.40.0. - [Release notes](https://github.com/vmware-tanzu/carvel-kapp-controller/releases) - [Commits](carvel-dev/kapp-controller@v0.38.4...v0.40.0) --- updated-dependencies: - dependency-name: github.com/vmware-tanzu/carvel-kapp-controller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eeba6d1 commit 3a8aa1d

File tree

190 files changed

+11262
-3153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+11262
-3153
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/k14s/difflib v0.0.0-20201117154628-0c031775bf57
1313
github.com/k14s/ytt v0.36.0
1414
github.com/mitchellh/go-wordwrap v1.0.1
15-
github.com/spf13/cobra v1.2.1
15+
github.com/spf13/cobra v1.4.0
1616
github.com/spf13/pflag v1.0.5
17-
github.com/stretchr/testify v1.7.1
18-
github.com/vmware-tanzu/carvel-kapp-controller v0.38.4
19-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
17+
github.com/stretchr/testify v1.7.5
18+
github.com/vmware-tanzu/carvel-kapp-controller v0.40.0
19+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
2020
gopkg.in/yaml.v2 v2.4.0
2121
k8s.io/api v0.24.4 // kubernetes-1.22.1
2222
k8s.io/apimachinery v0.24.4 // kubernetes-1.22.1
@@ -50,24 +50,24 @@ require (
5050
github.com/json-iterator/go v1.1.12 // indirect
5151
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect
5252
github.com/mailru/easyjson v0.7.6 // indirect
53-
github.com/mattn/go-colorable v0.1.8 // indirect
54-
github.com/mattn/go-isatty v0.0.12 // indirect
53+
github.com/mattn/go-colorable v0.1.11 // indirect
54+
github.com/mattn/go-isatty v0.0.14 // indirect
5555
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5656
github.com/modern-go/reflect2 v1.0.2 // indirect
5757
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5858
github.com/pmezard/go-difflib v1.0.0 // indirect
5959
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect
60-
github.com/vmware-tanzu/carvel-vendir v0.24.0 // indirect
60+
github.com/vmware-tanzu/carvel-vendir v0.30.0 // indirect
6161
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
62-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
63-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
62+
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
63+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
6464
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
6565
golang.org/x/text v0.3.7 // indirect
6666
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
6767
google.golang.org/appengine v1.6.7 // indirect
68-
google.golang.org/protobuf v1.27.1 // indirect
68+
google.golang.org/protobuf v1.28.0 // indirect
6969
gopkg.in/inf.v0 v0.9.1 // indirect
70-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
70+
gopkg.in/yaml.v3 v3.0.1 // indirect
7171
k8s.io/klog/v2 v2.60.1 // indirect
7272
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
7373
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect

go.sum

+31-49
Large diffs are not rendered by default.

vendor/github.com/mattn/go-colorable/.travis.yml

-15
This file was deleted.

vendor/github.com/mattn/go-colorable/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_appengine.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_others.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_windows.go

+9-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/noncolorable.go

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/.travis.yml

-14
This file was deleted.

vendor/github.com/mattn/go-isatty/isatty_bsd.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_others.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_plan9.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_solaris.go

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_tcgets.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_windows.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/renovate.json

-8
This file was deleted.

vendor/github.com/spf13/cobra/MAINTAINERS

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/cobra/Makefile

+3-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/cobra/README.md

+20-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)