Skip to content

Commit 0da9e10

Browse files
chore(deps): Bump github.com/stern/stern from 1.24.0 to 1.26.0
Bumps [github.com/stern/stern](https://github.com/stern/stern) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/stern/stern/releases) - [Changelog](https://github.com/stern/stern/blob/master/CHANGELOG.md) - [Commits](stern/stern@v1.24.0...v1.26.0) --- updated-dependencies: - dependency-name: github.com/stern/stern dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d7536c commit 0da9e10

File tree

654 files changed

+93750
-53866
lines changed

Some content is hidden

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

654 files changed

+93750
-53866
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/spf13/cobra v1.8.0
1616
github.com/spf13/pflag v1.0.5
1717
github.com/spf13/viper v1.17.0
18-
github.com/stern/stern v1.24.0
18+
github.com/stern/stern v1.26.0
1919
github.com/stretchr/testify v1.8.4
2020
github.com/vito/go-interact v1.0.1
2121
github.com/vmware-labs/reconciler-runtime v0.11.1
@@ -25,11 +25,11 @@ require (
2525
golang.org/x/crypto v0.14.0
2626
gopkg.in/yaml.v2 v2.4.0
2727
gotest.tools/v3 v3.5.1
28-
k8s.io/api v0.26.3
28+
k8s.io/api v0.28.0
2929
k8s.io/apiextensions-apiserver v0.26.2
30-
k8s.io/apimachinery v0.27.3
31-
k8s.io/cli-runtime v0.26.3
32-
k8s.io/client-go v0.26.3
30+
k8s.io/apimachinery v0.28.0
31+
k8s.io/cli-runtime v0.28.0
32+
k8s.io/client-go v0.28.0
3333
k8s.io/kubectl v0.26.3
3434
sigs.k8s.io/controller-runtime v0.14.6
3535
sigs.k8s.io/yaml v1.3.0
@@ -38,7 +38,7 @@ require (
3838
require (
3939
cloud.google.com/go/compute v1.23.0 // indirect
4040
cloud.google.com/go/compute/metadata v0.2.3 // indirect
41-
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
41+
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
4242
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
4343
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
4444
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
@@ -75,26 +75,26 @@ require (
7575
github.com/docker/distribution v2.8.2+incompatible // indirect
7676
github.com/docker/docker v24.0.7+incompatible // indirect
7777
github.com/docker/docker-credential-helpers v0.7.0 // indirect
78-
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
78+
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
7979
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
8080
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
8181
github.com/fsnotify/fsnotify v1.6.0 // indirect
8282
github.com/go-errors/errors v1.4.2 // indirect
83-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
83+
github.com/go-openapi/jsonpointer v0.20.0 // indirect
8484
github.com/go-openapi/jsonreference v0.20.2 // indirect
85-
github.com/go-openapi/swag v0.22.3 // indirect
85+
github.com/go-openapi/swag v0.22.4 // indirect
8686
github.com/gogo/protobuf v1.3.2 // indirect
8787
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
8888
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8989
github.com/golang/protobuf v1.5.3 // indirect
9090
github.com/google/btree v1.1.2 // indirect
91-
github.com/google/gnostic v0.6.9 // indirect
91+
github.com/google/gnostic-models v0.6.8 // indirect
9292
github.com/google/gofuzz v1.2.0 // indirect
9393
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9494
github.com/google/uuid v1.3.0 // indirect
9595
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9696
github.com/hashicorp/hcl v1.0.0 // indirect
97-
github.com/imdario/mergo v0.3.13 // indirect
97+
github.com/imdario/mergo v0.3.16 // indirect
9898
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9999
github.com/jmespath/go-jmespath v0.4.0 // indirect
100100
github.com/josharian/intern v1.0.0 // indirect
@@ -138,8 +138,8 @@ require (
138138
github.com/stretchr/objx v0.5.0 // indirect
139139
github.com/subosito/gotenv v1.6.0 // indirect
140140
github.com/vbatts/tar-split v0.11.3 // indirect
141-
github.com/xlab/treeprint v1.1.0 // indirect
142-
go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
141+
github.com/xlab/treeprint v1.2.0 // indirect
142+
go.starlark.net v0.0.0-20230814145427-12f4cb8177e4 // indirect
143143
go.uber.org/atomic v1.9.0 // indirect
144144
go.uber.org/multierr v1.9.0 // indirect
145145
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
@@ -160,13 +160,13 @@ require (
160160
gopkg.in/ini.v1 v1.67.0 // indirect
161161
gopkg.in/yaml.v3 v3.0.1 // indirect
162162
k8s.io/component-base v0.26.3 // indirect
163-
k8s.io/klog/v2 v2.90.1 // indirect
164-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
165-
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
163+
k8s.io/klog/v2 v2.100.1 // indirect
164+
k8s.io/kube-openapi v0.0.0-20230811205723-7ac0aad8c58d // indirect
165+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
166166
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
167-
sigs.k8s.io/kustomize/api v0.12.1 // indirect
168-
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
169-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
167+
sigs.k8s.io/kustomize/api v0.14.0 // indirect
168+
sigs.k8s.io/kustomize/kyaml v0.14.3 // indirect
169+
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
170170
)
171171

172172
replace (

go.sum

Lines changed: 50 additions & 47 deletions
Large diffs are not rendered by default.

vendor/github.com/AlecAivazis/survey/v2/confirm.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/core/template.go

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/core/write.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/input.go

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/multiselect.go

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/password.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AlecAivazis/survey/v2/renderer.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)