Skip to content

Commit ded2d64

Browse files
upgrade to latest dependencies (#340)
bumping github.com/spf13/cobra 5b2b9e9...06b06a9: > 06b06a9 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (# 1697) > 5f2ec3c Update shell completion to respect flag groups (# 1659) > b9ca594 use errors.Is() to check for errors (# 1730) > ea94a3d undefined or nil Args default to ArbitraryArgs (# 1612) > 7c9831d Fix handling of descriptions for bash v3 (# 1735) > ed7bb9d Add unit test for fish completion (# 1515) > f464d6c Add Active Help support (# 1482) > 7dc8b00 Bump actions/setup-go from 2 to 3 (# 1660) > 87ea180 Modify brew prefix path in macOS system (# 1719) > ca8e3c2 Add Pulumi as a project using cobra (# 1720) > 37d481d fix: Don't complete _command on zsh (# 1690) > 5b11656 perf(bash-v2): read directly to COMPREPLY on descriptionless short circuit (# 1700) > ffa8860 Change links from http:// to https:// (# 1695) > e1ded5c fix(bash-v2): skip empty completions when filtering descriptions (# 1691) > 8afe9d1 Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 (# 1688) > 25f5bb5 Prefer ReplaceAll instead of Replace(..., -1) (# 1530) > 9e88759 perf(bash-v2): speed up filtering menu-complete descriptions (# 1692) > fb80311 perf(bash-v2): speed up filtering entries with descriptions (# 1689) > 95d7df1 perf(bash-v2): short-circuit descriptionless candidate lists (# 1686) > f17e5a2 style(bash): out is not an array variable, do not refer to it as such (# 1684) > 09d6ba6 perf(bash-v2): standard completion optimizations (# 1683) > 4f0facb style(bash-v2): out is not an array variable, do not refer to it as such (# 1681) > 2722a75 perf(bash-v2): use backslash escape string expansion for tab (# 1682) > d8184d3 Fix typo sh completion docs (# 1678) > b9460cc Bump codelytv/pr-size-labeler from 1.8.0 to 1.8.1 (# 1661) > 89d7b83 Add Polygon Edge as a project using Cobra (# 1672) > 68b6b24 Add ability to mark flags as required or exclusive as a group (# 1654) > bf6cb58 Wrap printf tab with quotes (# 1665) > 9d15fe6 Update stale-bot (# 1609) > 5271cf4 ci/test: RICHGO_FORCE_COLOR (# 1647) > ab42c93 Adds size labeler GitHub action (# 1610) > 52e6099 Bump actions/checkout from 2 to 3 (# 1619) > 5414d3d Bump golangci/golangci-lint-action from 2 to 3.1.0 (# 1615) > cf0df73 Bump actions/labeler from 3 to 4 (# 1620) > 3723151 Bump actions/cache from 2 to 3 (# 1640) > 1568491 Bump actions/stale from 1 to 5 (# 1618) > d622355 Changed branch name in the cobra generator link to 'main' (# 1645) > 03c3eb7 Add Kubescape to projects (# 1642) > 3a1795b Fix Command.Context comment (# 1639) > f848943 Add Command.SetContext (# 1551) > 5d066b7 Introduce FixedCompletions (# 1574) > 94e552d Add backwards-compatibility tests for legacyArgs() (# 1547) > 8cc7be2 feat: Add how to load completions in your current zsh session (# 1608) > 65b1195 ci: test on Golang 1.18 (# 1635) > 37463cf Remove CHANGELOG.md as it isn't updated (# 1634) > 81d27c8 fix some typos (# 1625) bumping gotest.tools/v3 dc5149e...4de0c9f: > 4de0c9f Merge pull request # 237 from dnephin/golden-vars > 814f970 Merge pull request # 238 from dnephin/golden-flag > 82e8930 assert: tests for golden variables > 7dc1daf Merge pull request # 236 from gotestyourself/update-readme > 7efa051 Update docs about the update flag > a0e2cd3 assert: first draft of inline golden variables > 13888f7 Merge pull request # 235 from dnephin/golden-flag > 98d79f3 Update README links > 3abbc52 refactor: prepare for other uses of the ast.File > 7beca78 Merge pull request # 234 from dnephin/small-godoc-improvement > 6e64c83 golden: accept -update for updating files > 2686168 Move update flag to internal/source package > fac3030 Merge pull request # 233 from dnephin/improve-godoc > fb51fc8 small godoc improvement > dbe78a8 Merge pull request # 231 from dnephin/ci-update-linters > 5666354 assert: document that filename and line number are included > 7e3cedf Merge pull request # 230 from dnephin/remove-pkg-errors > 42b0474 ci: update golangci-lint version > bfc24ac Merge pull request # 229 from dnephin/improve-godoc > ba04258 remove pkg/errors dependency > e174ee7 Merge pull request # 227 from gotestyourself/go1.18 > f270cc3 assert: improve readability of example > 99a7307 Merge pull request # 228 from dnephin/update-gty-migrate > 388d86a ci: add go1.18 > 9c6ef76 env: deprecate Patch > a9159b3 migration: support goimports -local > 0173ef4 assert: improve failure message for ErrorIS > 94f8a31 migration: fix logic for imports with name assert > 6d318f1 assert: document which goroutine can call the functions > c3dd4fb Update migrator to use v3 imports > 42d5739 assert: improve godoc > f7daac9 Add support for migrating require.ErrorContains > 2d58ab7 assert: remove build tag for ErrorIs > dd9d0e4 Remove fake importer > b910f18 Update gty-migrate-from-testify to use x/tools/go/packages bumping knative.dev/client 9bbef97...fb417da: > fb417da Update knb to recognize drop-in module replace (# 1736) > ee35144 Update spf13/cobra deps (# 1734) > 73d48f7 upgrade to latest dependencies (# 1735) > 58f686b Fix release script version calculation (# 1737) > c059e0e upgrade to latest dependencies (# 1733) bumping github.com/google/go-cmp 039e37c...a97318b: > a97318b Adjust heuristic for line-based versus byte-based diffing (# 299) > 377d283 Run tests on Go 1.19 (# 309) > 6606d4d Use value.TypeString in PathStep.String (# 306) > f36a68d Pre-declare global type variables (# 302) > 5dac6aa Fix typo in Result documentation (# 300) > 14ad8a0 Format with Go 1.19 formatter (# 304) > a53d7e0 Use reflect.Value.IsZero (# 297) > f144a35 Additional cleanup with Go 1.13 as minimal version (# 295) > 63c2960 remove xerrors (# 292) > 71220fc Use string formatting for slice of bytes (# 294) > 4664e24 Fix printing of types in reporter output (# 293) > 79433ac Run tests on Go 1.18 (# 290) bumping github.com/inconshreveable/mousetrap 76626ae...3a66f25: > 3a66f25 add go.mod > cf0c75c Merge pull request # 6 from inconshreveable/inconshreveable/expanded-apache-license > a5d4042 Update LICENSE Signed-off-by: Knative Automation <[email protected]> Signed-off-by: Knative Automation <[email protected]>
1 parent 01d2e6a commit ded2d64

Some content is hidden

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

48 files changed

+1651
-1237
lines changed

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ module knative.dev/kn-plugin-quickstart
33
go 1.17
44

55
require (
6-
github.com/spf13/cobra v1.4.0
7-
gotest.tools/v3 v3.1.0
8-
knative.dev/client v0.34.1-0.20220919093209-9bbef97106bc
6+
github.com/spf13/cobra v1.5.0
7+
gotest.tools/v3 v3.3.0
8+
knative.dev/client v0.34.1-0.20220922140112-fb417da0903e
99
knative.dev/hack v0.0.0-20220914183605-d1317b08c0c3
1010

1111
)
1212

1313
require (
14-
github.com/google/go-cmp v0.5.7 // indirect
15-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
14+
github.com/google/go-cmp v0.5.9 // indirect
15+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
1616
github.com/mitchellh/go-homedir v1.1.0 // indirect
17-
github.com/pkg/errors v0.9.1 // indirect
1817
github.com/spf13/pflag v1.0.5 // indirect
1918
)

go.sum

Lines changed: 194 additions & 27 deletions
Large diffs are not rendered by default.

vendor/github.com/google/go-cmp/cmp/compare.go

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

vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go

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

vendor/github.com/google/go-cmp/cmp/internal/value/zero.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

vendor/github.com/google/go-cmp/cmp/options.go

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

vendor/github.com/google/go-cmp/cmp/path.go

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

vendor/github.com/google/go-cmp/cmp/report_compare.go

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

0 commit comments

Comments
 (0)