8000 Update dependencies and tools (#205) · stern/stern@1bcb576 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 1bcb576

Browse files
Update dependencies and tools (#205)
* Update dependencies to the latest * Downgrade sigs.k8s.io/kustomize/kyaml to v0.13.9 kubernetes-sigs/kustomize#4896 * Update tools
1 parent a5e581d commit 1bcb576

File tree

3 files changed

+77
-111
lines changed

3 files changed

+77
-111
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ build:
55
go build -o dist/stern .
66

77
TOOLS_BIN_DIR := $(CURDIR)/hack/tools/bin
8-
GORELEASER_VERSION ?= v1.11.4
8+
GORELEASER_VERSION ?= v1.14.1
99
GORELEASER := $(TOOLS_BIN_DIR)/goreleaser
10-
GOLANGCI_LINT_VERSION ?= v1.49.0
10+
GOLANGCI_LINT_VERSION ?= v1.50.1
1111
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
1212
VALIDATE_KREW_MAIFEST_VERSION ?= v0.4.3
1313
VALIDATE_KREW_MAIFEST := $(TOOLS_BIN_DIR)/validate-krew-manifest

go.mod

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,25 @@ require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
77
github.com/fatih/color v1.13.0
88
github.com/pkg/errors v0.9.1
9-
github.com/spf13/cobra v1.5.0
9+
github.com/spf13/cobra v1.6.1
1010
github.com/spf13/pflag v1.0.5
11-
k8s.io/api v0.25.2
12-
k8s.io/apimachinery v0.25.2
13-
k8s.io/cli-runtime v0.25.2
14-
k8s.io/client-go v0.25.2
11+
golang.org/x/sync v0.1.0
12+
k8s.io/api v0.26.0
13+
k8s.io/apimachinery v0.26.0
14+
k8s.io/cli-runtime v0.26.0
15+
k8s.io/client-go v0.26.0
1516
)
1617

1718
require (
18-
cloud.google.com/go/compute v1.10.0 // indirect
19-
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
20-
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
21-
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
22-
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
23-
github.com/Azure/go-autorest/logger v0.2.1 // indirect
24-
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
2519
github.com/davecgh/go-spew v1.1.1 // indirect
26-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
20+
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
2721
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
2822
github.com/go-errors/errors v1.4.2 // indirect
2923
github.com/go-logr/logr v1.2.3 // indirect
30-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
31-
github.com/go-openapi/jsonreference v0.20.0 // indirect
24+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
25+
github.com/go-openapi/jsonreference v0.20.1 // indirect
3226
github.com/go-openapi/swag v0.22.3 // indirect
3327
github.com/gogo/protobuf v1.3.2 // indirect
34-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
3528
github.com/golang/protobuf v1.5.2 // indirect
3629
github.com/google/btree v1.1.2 // indirect
3730
github.com/google/gnostic v0.6.9 // indirect
@@ -41,40 +34,37 @@ require (
4134
github.com/google/uuid v1.3.0 // indirect
4235
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
4336
github.com/imdario/mergo v0.3.13 // indirect
44-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
37+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4538
github.com/josharian/intern v1.0.0 // indirect
4639
github.com/json-iterator/go v1.1.12 // indirect
4740
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4841
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
4942
github.com/mailru/easyjson v0.7.7 // indirect
5043
github.com/mattn/go-colorable v0.1.13 // indirect
51-
github.com/mattn/go-isatty v0.0.16 // indirect
44+
github.com/mattn/go-isatty v0.0.17 // indirect
5245
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
5346
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5447
github.com/modern-go/reflect2 v1.0.2 // indirect
5548
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
5649
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5750
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
58-
github.com/stretchr/objx v0.4.0 // indirect
5951
github.com/xlab/treeprint v1.1.0 // indirect
60-
go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
61-
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect
62-
golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect
63-
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
64-
golang.org/x/sync v0.1.0 // indirect
65-
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
66-
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
67-
golang.org/x/text v0.3.7 // indirect
68-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
52+
go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
53+
golang.org/x/net v0.5.0 // indirect
54+
golang.org/x/oauth2 v0.4.0 // indirect
55+
golang.org/x/sys v0.4.0 // indirect
56+
golang.org/x/term v0.4.0 // indirect
57+
golang.org/x/text v0.6.0 // indirect
58+
golang.org/x/time v0.3.0 // indirect
6959
google.golang.org/appengine v1.6.7 // indirect
7060
google.golang.org/protobuf v1.28.1 // indirect
7161
gopkg.in/inf.v0 v0.9.1 // indirect
7262
gopkg.in/yaml.v2 v2.4.0 // indirect
7363
gopkg.in/yaml.v3 v3.0.1 // indirect
7464
k8s.io/klog/v2 v2.80.1 // indirect
75-
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
76-
k8s.io/utils v0.0.0-20220922133306-665eaaec4324 // indirect
77-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
65+
k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
66+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
67+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7868
sigs.k8s.io/kustomize/api v0.12.1 // indirect
7969
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
8070
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)
0