Commit 38fdc9c
committed
upgrade to latest dependencies
bumping github.com/spf13/cobra e94f6d0...88b30ab:
> 88b30ab chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (# 2336)
> 346d408 fix: actions/setup-go v6 (# 2337)
> fc81d20 refactor: change minUsagePadding from var to const (# 2325)
> 117698a refactor: replace several vars with consts (# 2328)
> e2dd29d Add documentation for repeated flags functionality (# 2316)
> 0629892 Fix linter (# 2327)
> 7da941c chore: Bump pflag to v1.0.9 (# 2305)
> 51d6751 Bump pflag to 1.0.8 (# 2303)
> 3f3b818 Update README.md with new logo
> dcaf42e Add Periscope to the list of projects using Cobra (# 2299)
> 6dec1ae The default ShellCompDirective can be customized for a command and its subcommands (# 2238)
> c8289c1 chore(golangci-lint): add some exclusion presets
> 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
> 75790e4 chore(golangci-lint): upgrade to v2
> db3ddb5 Adding sponsorship to README.md
> ceb39ab chore: Rm GitHub Action PR size labeler (# 2256)
> 67171d6 putting sponsorship below header
> c25b598 feat: Add security policy (# 2253)
> 0ed70dc Update README.md
> 4f9ef8c Update command.go (# 2248)
> 0846d16 Update README.md
> 1995054 Flow context to command in SetHelpFunc (# 2241)
> 73f7846 Update README.md
> f98cf42 Remove traling curlybrace (# 2237)
> ba5108a Update README.md
> 0d417d8 Test with Go 1.24 (# 2236)
> 40b5bc1 Revert "Make detection for test-binary more universal (# 2173)" (# 2235)
> a97f9fd fix CompletionFunc implementation (# 2234)
> 5f9c408 chore: Upgrade dependencies for v1.9.0 (# 2233)
> 24ada7f Remove the default "completion" cmd if it is alone (# 1559)
> 680936a New logo
> 8cb30f9 feat: add CompletionWithDesc helper (# 2231)
> 17b6dca doc: add Conduit (# 2230)
> ab5cadc Allow to reset the templates to the default (# 2229)
> 4ba5566 fix(bash): nounset unbound file filter variable on empty extension (# 2228)
> 41b26ec Print ActiveHelp for bash along other completions (# 2076)
> 611e16c Allow linker to perform deadcode elimination for program using Cobra (# 1956)
> 09d5664 Add similar whitespace escape logic to bash v2 completions than in other completions (# 1743)
> 6c3c116 feat: add CompletionFunc type to help with completions (# 2220)
> 01ffff4 chore: fix function name in comment (# 2216)
> 0745e55 completion: improve detection for flags that accept multiple values (# 2210)
> d1e9d85 Make detection for test-binary more universal (# 2173)
> 9f90567 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 (# 2206)
> 8519630 Update to latest go-md2man (# 2201)
> 02326d5 Fix broken links in active_help.md (# 2202)
> 5a138f1 Make Powershell completion script work in constrained mode (# 2196)
> 3a5efae doc: azion project added to the list of CLIs that use cobra (# 2198)
> 5bef9d8 Fix --version help and output for plugins (# 2180)
> ff7c561 Improve site formatting (# 2183)
> 11ab621 docs: update README.md (# 2197)
> 78bfc83 Test also with go 1.23 (# 2182)
> 511af59 Replace deprecated ioutil usage (# 2181)
> 756ba6d fix(completions): Complete map flags multiple times (# 2174)
> 371ae25 Fix deprecation comment for Command.SetOutput (# 2172)
bumping knative.dev/operator 3fb5b49...d61290e:
> d61290e migrate CRD generation to controller-gen and automate Helm RBAC sync (# 2269)
> 043a222 upgrade to latest dependencies (# 2274)
> a0a8d75 upgrade to latest dependencies (# 2273)
bumping github.com/mattn/go-isatty 504425e...a7c0235:
> a7c0235 Merge pull request # 74 from dkegel-fastly/dkegel-bug73-tinygo
> c067b4f Merge pull request # 86 from dolmen-go/testing-log-result
> 13f3590 Adjust build tags to allow building on tinygo; for # 73.
> 72a590e Merge pull request # 82 from dolmen-go/upgrade-x-sys-tagged
> 42997b3 tests: log value of IsTerminal
> c84e2cc Merge pull request # 83 from dolmen-go/ci-add-go1.20
> 1f92190 CI: drop Go 1.15, 1.16
> ed75e61 Merge pull request # 78 from sthibaul/master
> 77d7704 CI: add Go 1.20
> ddec212 deps: use a tagged version of golang.org/x/sys
> 13e91bf bump
> f646acc Support GNU/Hurd
> 47c6087 update GitHub Workflow
> f001b72 Merge pull request # 75 from tjni/update-x-sys
> cdb00f1 Merge pull request # 68 from tklauser/fix-go.sum
> 89699b9 Update golang.org/x/sys for Go 1.18 on M1 Macs.
> d423e9c Merge pull request # 67 from tklauser/fix-go-version-gh-action
> 689cfc2 Update go.sum after golang.org/x/sys update
> 65c33a1 Use correct field to specify Go version in GitHub action
bumping github.com/fatih/color a05da93...1c8d870:
> 1c8d870 Update README.md
> 546c2d0 Merge pull request # 225 from fatih/add-rgb-api
> f203fbc Merge pull request # 237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
> 1ff0f97 Apply suggestions from code review
> 741c2f4 Merge pull request # 236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
> 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
> 5723903 Add RGB API support
> cb154c0 Merge pull request # 235 from deining/fix-typo
> 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
> b6598b1 Merge pull request # 228 from klauspost/fix-println-issue-218
> 9b9653e Bump GitHub workflow actions
> 04994a8 Merge pull request # 224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
> 00b1811 Fix multi-parameter println spacing
> 8d058ca Merge pull request # 222 from fatih/ci-updates
> 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
> 799c49c Merge pull request # 217 from fatih/dependabot/github_actions/actions/setup-go-5
> 51a7bbf ci: update Go and Staticcheck versions
> 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
> 298abd8 Merge pull request # 221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
> f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
> 0f9779e Merge pull request # 213 from fatih/dependabot/go_modules/golang.org/x/sys-0.14.0
> 8b6a841 Bump golang.org/x/sys from 0.14.0 to 0.17.0
> 02cdf82 Bump actions/setup-go from 4 to 5
> 96e0f73 Merge pull request # 208 from fatih/dependabot/github_actions/actions/checkout-4
> 0c78604 Bump golang.org/x/sys from 0.13.0 to 0.14.0
> 2fb03d6 Merge pull request # 202 from fatih/dependabot/github_actions/actions/setup-go-4
> 4c66e32 Bump actions/checkout from 3 to 4
> e3f97f3 Merge pull request # 209 from fatih/dependabot/go_modules/golang.org/x/sys-0.13.0
> 8ba7bbd Bump actions/setup-go from 3 to 4
> d2d7a5e Merge pull request # 212 from fatih/dependabot/go_modules/github.com/mattn/go-isatty-0.0.20
> e146575 Bump golang.org/x/sys from 0.10.0 to 0.13.0
> 1c78ded Merge pull request # 210 from gregpoirson/main
> f3e45da Merge branch 'main' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.20
> d5c210c Merge pull request # 203 from hyunsooda/nilcheck-added
> b5f9b4c Apply suggestions from code review
> 3c00bfd Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
> 6de8581 Merge pull request # 201 from fatih/dependabot/github_actions/dominikh/staticcheck-action-1.3.0
> 0a87ecc [Test] Nil check added
> b756d51 deleting manual workflow
> 73fdd8c Merge pull request # 192 from fatih/new-line-fix
> f78dc5c Merge branch 'main' into dependabot/github_actions/dominikh/staticcheck-action-1.3.0
> 9f44e28 Create manual.yml
> 9e98307 Merge pull request # 200 from ilyabrin/patch-1
> dffd300 Merge branch 'main' into new-line-fix
> 37d95f2 Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0
> db0d19c escape sequences instead of unicode ctrl char # 206
> 4c85f95 Merge pull request # 199 from fatih/dependabot/go_modules/golang.org/x/sys-0.10.0
> 41d93be Update dependabot.yml
> b639f38 Merge branch 'main' into new-line-fix
> 641fc85 fixes # 206
> 917f0f2 Merge pull request # 196 from fatih/dependabot/go_modules/github.com/mattn/go-isatty-0.0.19
> dcf1c2e Bump golang.org/x/sys from 0.8.0 to 0.10.0
> a2983f4 color: add newline after wrapping text
> 0f4a44a Merge pull request # 195 from fatih/dependabot/go_modules/golang.org/x/sys-0.8.0
> c211ac1 renaming the Reset names
> cb6cc9d Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19
> 12126ed Merge pull request # 188 from pellared/patch-1
> 512b378 Merge pull request # 193 from fatih/dependabot/go_modules/github.com/mattn/go-isatty-0.0.18
> 2d50e99 Bump golang.org/x/sys from 0.6.0 to 0.8.0
> c949fee Update color.go
> c5d9a2b Merge pull request # 189 from fatih/dependabot/go_modules/golang.org/x/sys-0.6.0
> 770038b Merge branch 'main' into patch-1
> 6d6bb3f Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18
> c33f29c fixes # 206
> 66a1b89 Merge pull request # 191 from fatih/update-ci-deps
> 1ceb746 Bump golang.org/x/sys from 0.5.0 to 0.6.0
> 0226ec9 Refactor color_windows.go
> d080a5b Merge pull request # 186 from martinlindhe/main
> 3228f5a ci: update dependencies
> 3d5097c Merge pull request # 184 from pellared/go-1.17
> 02ab2ea windows: enable virtual terminal processing, fixes # 169
> 212f8c5 Merge pull request # 182 from fatih/expose-set-writers
> f0cb6b9 Update to Go 1.17
> 6378f62 Merge pull request # 171 from pellared/no-color-empty-val
> 7310c74 color: expose `SetWriter` and `UnsetWriter`
> 98e6a4a Merge pull request # 181 from pattmax00/main
> 5d7e63e Merge branch 'main' into no-color-empty-val
> 184b603 Merge pull request # 178 from fatih/fatih-update-deps
> 9cca0a3 Spelling and grammar fixes
> b06fcbf Add Test_noColorIsSet
> dbae876 Merge pull request # 165 from fatih/dependabot/go_modules/github.com/mattn/go-colorable-0.1.13
> ad9ba6d Bump go-isatty from 0.0.16 to 0.0.17
> 8e3ccd4 NO_COLOR requires a non-empty string
> acd5f3b Merge pull request # 162 from fatih/update-ci-workflow
> b3652af Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13
> 76114b1 Merge pull request # 152 from fatih/update-ci
> 3553f6b Update CI workflow
> 6d99041 Merge pull request # 151 from fatih/dependabot/go_modules/github.com/mattn/go-colorable-0.1.12
> d22b618 Fix staticcheck warnings
> cb81115 Bump github.com/mattn/go-colorable from 0.1.9 to 0.1.12
> 49c41d5 ci: add linter steps, upgrade Go version
bumping github.com/mattn/go-colorable e1bb79c...1f71342:
> 1f71342 update deps
> 4503567 Merge pull request # 73 from whereswaldon/patch-1
> 603fb50 Merge pull request # 71 from hymkor/fork-20241118
> 40e70a5 [Windows] harden system DLL loading
> 2b733b5 Merge pull request # 69 from dolmen-go/merge-appengine-into-others
> 664d917 Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy terminal of Microsoft Windows
> 9473000 Merge pull request # 68 from dolmen-go/do-not-expose-Windows-Writer
> d9a68d5 Merge colorable_appengine.go into colorable_others.go
> 3cc8472 Merge pull request # 67 from dolmen-go/ci-go1.20
> 8e4a944 Windows: do not export Writer
> 11a925c update dependencies
> 9cb611b CI: add Go 1.18 to 1.20
Signed-off-by: Knative Automation <automation@knative.team>1 parent 9c7a918 commit 38fdc9c
125 files changed
Lines changed: 1191 additions & 43731 deletions
File tree
- vendor
- github.com
- fatih/color
- golang/protobuf
- jsonpb
- proto
- ptypes
- duration
- wrappers
- mattn
- go-colorable
- go-isatty
- spf13/cobra
- google.golang.org
- genproto/googleapis/api
- annotations
- protobuf
- encoding/protojson
- internal
- editionssupport
- encoding/json
- reflect/protodesc
- types
- gofeaturespb
- known
- durationpb
- wrapperspb
- istio.io/api
- networking/v1beta1
- type/v1beta1
- knative.dev/operator/pkg/apis/operator
- base
- v1beta1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
75 | | - | |
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | 266 | | |
269 | 267 | | |
270 | 268 | | |
| |||
417 | 415 | | |
418 | 416 | | |
419 | 417 | | |
420 | | - | |
421 | | - | |
422 | | - | |
| 418 | + | |
| 419 | + | |
423 | 420 | | |
424 | 421 | | |
425 | | - | |
426 | | - | |
427 | | - | |
| 422 | + | |
| 423 | + | |
428 | 424 | | |
429 | 425 | | |
430 | 426 | | |
| |||
572 | 568 | | |
573 | 569 | | |
574 | 570 | | |
575 | | - | |
576 | | - | |
| 571 | + | |
| 572 | + | |
577 | 573 | | |
578 | 574 | | |
579 | 575 | | |
580 | 576 | | |
| 577 | + | |
581 | 578 | | |
582 | 579 | | |
583 | 580 | | |
| |||
884 | 881 | | |
885 | 882 | | |
886 | 883 | | |
887 | | - | |
888 | 884 | | |
889 | 885 | | |
890 | 886 | | |
| |||
927 | 923 | | |
928 | 924 | | |
929 | 925 | | |
930 | | - | |
931 | 926 | | |
932 | 927 | | |
933 | 928 | | |
| |||
1168 | 1163 | | |
1169 | 1164 | | |
1170 | 1165 | | |
1171 | | - | |
1172 | | - | |
1173 | 1166 | | |
1174 | 1167 | | |
1175 | 1168 | | |
| |||
1261 | 1254 | | |
1262 | 1255 | | |
1263 | 1256 | | |
1264 | | - | |
1265 | | - | |
1266 | 1257 | | |
1267 | 1258 | | |
1268 | 1259 | | |
| |||
1305 | 1296 | | |
1306 | 1297 | | |
1307 | 1298 | | |
1308 | | - | |
1309 | | - | |
| 1299 | + | |
| 1300 | + | |
1310 | 1301 | | |
1311 | 1302 | | |
1312 | | - | |
1313 | | - | |
| 1303 | + | |
| 1304 | + | |
1314 | 1305 | | |
1315 | 1306 | | |
1316 | 1307 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments