Commit 4e17c72
committed
upgrade to latest dependencies
bumping github.com/spf13/pflag 5ca8134...f9cbdd9:
> f9cbdd9 Merge pull request # 348 from max-frank/add-time-flag-support
> 1c62fb2 Merge pull request # 431 from LeGEC/430-fix-usage-message-for-func-flags
> e3be2eb Reduce duplication by forwarding to sibling functions
> 8a6c85f Merge pull request # 409 from ShawnJeffersonWang/master
> 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() # 433
> 7cc25e3 Don't export `TimeValue` (yet)
> bca0664 Merge pull request # 429 from LeGEC/426-add-func-and-bool-func
> f9b6619 fix: add test for argument length check
> 4730aa0 fix help message for Func and BoolFunc flags # 430
> d15848d Remove unnecessary time test stderr dev null redirect
> 196624c Merge pull request # 418 from hujun-open/master
> 69bc3bd add support for Func() and BoolFunc() # 426
> 7104d90 fix: correct argument length check in FlagSet.Parse
> f4c97c2 minor: fix typos in comments
> c5ce22e Use time.Time for expectations in time flag tests
> 7322552 Merge pull request # 424 from valdar/issue/423
> 011db0c - update text_test.go based on PR review comments
> 1992c5a Add support for time.Time flags
> 957ea4b Merge pull request # 428 from co63oc/fix1
> 9c97fad fix # 423 : Add helper function and some documentation to parse shorthand go test flags.
> 2a2b77a Merge remote-tracking branch 'upstream/master'
> d661846 Merge pull request # 425 from eth-p/error-structs
> 155e7f3 Fix typos
> 19c9c40 Merge pull request # 422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type
> aae8e19 Merge remote-tracking branch 'upstream/master'
> 6ca66b1 test: Add tests for error structs
> c963093 Improve readability for error in TestPrintDefaults
> 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in # 368
> ca5cf96 feat: Add getters to error structs
> edb1664 Add better test for defaultIsZeroValue for generic Value type
> 8d77158 feat: Use error structs for most returned errors
> 9edfc8d Fix defaultIsZeroValue check for generic Value type
> e926890 test: Commonly-returned error messages
bumping golang.org/x/text 8072180...b6d2645:
> b6d2645 go.mod: update golang.org/x dependencies
bumping golang.org/x/term 2ec7864...30da5dd:
> 30da5dd go.mod: update golang.org/x dependencies
bumping sigs.k8s.io/yaml 0f318dc...048d724:
> 048d724 Merge pull request # 132 from thockin/master
> 23c836c Bolster tests, mostly in error-handling
> 2e3340b Add compact output tests
> 4a4f539 Add test case for tabs in multi-line strings
> 13509ad Change which methods get a newline and fix tests
> 59c2c43 Add compact mode so KYAML can be used in more places
> abc1add kyaml: Implement escaping closer to YAML spec
> 7749171 Add a yamlfmt cmd
> a932007 Add KYAML support
bumping golang.org/x/tools 578c121...50ec2f1:
> 50ec2f1 go.mod: update golang.org/x dependencies
> 197c6c1 gopls/internal/mcp: more tuning of tools and prompts
> 9563af6 gopls/internal/mcp: include module paths in workspace summaries
> 88a4eb3 gopls/internal/cmd: wait for startup log in TestMCPCommandHTTP
> 4738c7c gopls/internal/cmd: avoid the use of channels in the sessions API
> ae18417 gopls/internal/filewatcher: skip test for unsupported OS
> 8391b17 gopls/doc: document Zed editor
> 778fe21 gopls/internal/util/tokeninternal: move from internal/tokeninternal
> 0343b70 internal/jsonrpc2/stack: move from internal/stack
> 8c9f4cc gopls/internal/filewatcher: refactor filewatcher to pass in handler func
> 63f81c9 gopls/internal/cache/metadata: use pointers for Graph indexes
> b2cd89d gopls/internal/filewatcher: skip file removal event when removing dir
> 85a4574 gopls/internal/util/memoize: move from internal/memoize
> 978cb2f gopls/internal/util/fakenet: move from internal/fakenet
> db322bb gopls/internal/mcp: add -logfile and -rpc.trace to the headless server
> 7cbfe75 gopls/internal/mcp: tune tools for editing
> 4724ef9 gopls/doc: more doc tweaks
> fa09424 gopls/internal/server: omit CompletionItem.documentation when empty
> d400935 gopls/internal/settings: use gopls import source
> bc228aa gopls: update to x/sync@master
> 4f6016b gopls/internal/test/marker: temporarily revert marker test shutdown
> d1921d1 gopls/internal/cmd: fix flaky mcp http test
> 7b8dc5d gopls/doc: add default.tmpl for x/website
> 986a3c0 gopls/internal/mcp: add a symbol search tool
> c609f78 gopls/internal/mcp: add a tool for workspace diagnostics
> 17ce783 gopls/internal/golang: allow rename of embedded fields at declaration
> b2f9218 gopls/internal/filewatcher: introduce filewatcher using fsnotify
> 2d4b6bf gopls/internal/mcp: skip standard lib package summary in context tool
> 1a2d84c gopls/internal/mcp: use fenced code blocks for context
> e90a906 gopls/internal/mcp: add a variant of the references tool
> 46b77f4 gopls/doc: use YAML title blocks in .md files
> e01e525 gopls: fix SignatureHelp activeParameter not being passed
> 1a9eb83 gopls/doc: fix broken links
> 02a89fc gopls/internal/mcp: add several tools and organize them by file
> b2f3de7 gopls/internal/test/marker: close the JSON-RPC connection when tests exit
> 66a63a6 gopls/doc: rationalize
> e8a91ce gopls/internal/golang: Definition: fix crash wrt unsafe.Pointer
> 5700558 gopls/internal/debug: display metadata graph
> b5e741b gopls/internal/cmd: rename conn to cli
> 8b11e06 gopls/internal/cmd: cleanup: unify connection, cmdClient
> d1c2fd2 gopls/internal/golang: cleanups while investigating golang/go# 74434
> 7f29a7e gopls/internal/analysis/modernize: fix a typo in doc.go
> 53826a8 internal/test/integration/workspace: fix TestUseGoWork
> 3b3100c gopls/internal/golang: recover failed inlineAllCalls
> d75a88d internal/refactor/inline: falcon: only map keys can be variable
> 9b2e031 internal/mcp: disable schema validation
> 134edd9 internal/mcp/jsonschema: fix panic during schema validation
> d58c5eb gopls/internal/util/immutable: Map.Range -> Map.All, with iter.Seq2
> 99387c8 gopls/internal/mcp: add references mcp tool
> bf1b00e gopls/internal/golang: reproduce various edge cases of issue 69616
> ce10b6b gopls/internal/mcp: attach text edits to diagnostics if exist
> 762e4dd gopls/internal/golang: add web-based "split package" tool
> d788a6f gopls/internal/protocol: Mapper: reject start > end
> 406c179 gopls/internal/cmd: implement counters for mcp server
> 55b751a gopls/internal/golang: InlayHint: reveal ignored errors
> a0ae5fa gopls/internal/server: remove tempDir field
> 3b3fffa gopls/internal/cmd: fix directory cleanup issue in flaky test
> f28cf99 gopls/internal/golang: Hover: fix crash on alias to built-in Named
> a0eca0c gopls/internal/golang: fix crash in refactor.inline.variable
> 4c0fd1d gopls/internal/golang: implementation: fix nil panic
> 19adb40 internal/mcp: make parseEventID robust, and add a test
> b6ff505 internal/mcp: remove stale TODOs in mcp.go
> f2685fc internal/mcp: add a script to create the mcp SDK repo
> 231c38c internal/mcp: rename StdIO->Stdio
> fcfa492 internal/mcp: update CONTRIBUTING.md and README.md for the official SDK
> 15c16a5 internal/mcp: simplify prompt API
> 84508c7 internal/mcp: provide a customizable http.Client to client transports
> e5d7ba0 internal/mcp: use JSONRPC aliases consistently
> 7db3d3f internal/jsonrpc2_v2,mcp: remove unneeded dependencies
> 3590a17 internal/mcp: fix prompt example
> a71de77 gopls/internal/mcp: unbreak build
> b2bc8a1 gopls/internal/mcp: add diagnostics tool
> b021ce4 gopls/internal/settings: revert to old goimports index
> 0b325c8 internal/mcp: avoid JSON nulls on the wire
> a84f5c0 internal/mcp: update protocol versions
> 20e3ee5 gopls/internal/analysis/unusedfunc: support var, type, func
> 6df6b60 internal/mcp: rename Stream->Connection
> d892050 internal/mcp: rename NewXXX->NewServerXXX
> fecb411 internal/mcp: implement streamable HTTP transport
> 0304251 gopls/internal/cmd: fix mcp http test
> 97e28a6 gopls/internal/cmd: fix mcp stdio test
> 49368ab go/analysis/passes/assign: correctly handle parallel assignments
> 06818cb gopls/go.mod: update dependencies following the v0.19.0 release
> 01d126b gopls/doc/release: add contributor shout-out
> e40bd19 go/packages: use cfg.abs(dir) in determineRootDirsModules
> f17f523 go/packages: remove filepath.Abs call in getPkgPath
> f0ace13 go/packages: take into account cfg.Dir while querying relative files
> 5099dda go/{expect,packages/packagestest}: delete
> 9b68bc9 go/packages/packagestest: remove replace directive
> a798c0e gopls/internal/cmd: headless mcp server command
> 3f93fec go/ast/inspector: remove obsolete linkname directive
> 03b26e7 gopls/internal: eliminate two unused declarations
> d9ea527 go/types/internal/play: show Object pointers
> cc2d954 internal/typesinternal/typeindex: Uses: report instantiations
> 3012059 gopls/internal/golang: add counters for refactoring ops
> 16b680a internal/mcp: add NotifyProgress
> a5f2a18 go/{expect,packages/packagestest}: carve out submodules
> 439ea2f gopls/internal/test/integration: fix race
> 21c9b36 go/analysis/internal/checker: import internal 'expect' package
> 5af564a gopls/internal/cache: add missing error check
> 80d3570 gopls/doc: add two missing items to doc index
> 0d64d53 Revert "gopls/internal/util/moreslices: add Reversed iterator"
> 5efcbbf internal/mcp: apply JSON schema defaults
> b4768b8 gopls/internal/util/moreslices: add Reversed iterator
> 8befc65 internal/jsonrpc2_v2: refactor Reader/Writer and remove event dependency
> 5e00265 internal/mcp: consolidate list tests
> 2cae60e internal/mcp: iterators return pointers
> 687b754 internal/mcp: reorganize the tool API, keeping generics
> c7d803c gopls/internal/golang: add missing ,ok check
> 7c45fee gopls/internal/golang: add missing err check
> 78473fc gopls/internal/golang/completion: return error if file is not new
> 499bea9 gopls/internal/mcp: remove cache.Cache from the mcp server
> ede391f internal/mcp: resource template iterator
> 8a9bccd internal/mcp: implement resource templates
> c53c576 internal/mcp/internal/util: add Wrapf
> 0d2de46 gopls/internal/debug: extend timeout when running under CI builders
bumping golang.org/x/mod 9d33331...ea04085:
> ea04085 go.mod: update golang.org/x dependencies
bumping golang.org/x/sync 8a14946...7fad2c9:
> 7fad2c9 errgroup: revert propagation of panics
bumping knative.dev/eventing 88be38a...51710e2:
> 51710e2 [main] Upgrade to latest dependencies (# 8652)
> f1916c1 [main] Upgrade to latest dependencies (# 8650)
bumping github.com/prometheus/client_golang d50be25...e4b2208:
> e4b2208 Cut v1.23.0 (# 1848)
> d9492af cut v1.23.0-rc.1 (# 1842)
> aeae8a0 Cut v1.23.0-rc.0 (# 1837)
> b157309 Update common Prometheus files (# 1832)
> a704e28 build(deps): bump the github-actions group with 3 updates (# 1826)
> c774311 Fix errNotImplemented reference (# 1835)
> db4db7b Update runtime metrics for Go v1.23 and v1.24 (# 1833)
> 99d380e Update common Prometheus files (# 1831)
> f3ef320 Merge pull request # 1828 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.65.0
> 5f451a4 Merge pull request # 1827 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.65.0
> 520c91a build(deps): bump github.com/prometheus/common in /exp
> b0ace3d exp/api: Bubble up status code from writeResponse (# 1823)
> cb60794 build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0
> c68532c Update common Prometheus files (# 1821)
> f802256 Merge pull request # 1817 from prometheus/dependabot/github_actions/github-actions-9e57cb1b1f
> 1c273ac Merge pull request # 1815 from prometheus/repo_sync
> 2853758 build(deps): bump the github-actions group with 5 updates
> 7c924b7 Simplify buf binary install (# 1814)
> e9d599a Update common Prometheus files
> 7ed72b7 fix: client prompt return on context cancellation (# 1729)
> 730147d Cleaup Go modules (# 1813)
> 90dc0f6 Update supported Go versions (# 1812)
> d765890 Merge pull request # 1800 from prometheus/dependabot/go_modules/golang.org/x/net-0.38.0
> d72eeef Merge pull request # 1808 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.1
> 19efc48 build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0
> c247081 Merge pull request # 1805 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.2
> 8423214 build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1
> 5fedba1 Merge pull request # 1807 from prometheus/dependabot/go_modules/golang.org/x/sys-0.32.0
> f124486 build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2
> 6f383da Merge pull request # 1806 from prometheus/dependabot/go_modules/go.uber.org/goleak-1.3.0
> 2db5bc8 Add exemplars for native histograms (# 1686)
> ab6f400 build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0
> 96a5ad6 test(registry): Add goleak-based goroutine leak detection (# 1797)
> d8a1805 build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0
> 6f2e765 Merge pull request # 1809 from prometheus/repo_sync
> 9b83d99 Merge pull request # 1799 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.38.0
> 2f65277 build(deps): bump the github-actions group with 2 updates (# 1804)
> 1f5710d Update common Prometheus files
> 34eaefd chore(ci): Fix flaky tests (# 1795)
> 4131495 build(deps): bump golang.org/x/net in /tutorials/whatsup
> 72eeefb feat(github-actions): add Go file change detection to golangci-lint workflow (# 1794)
> f6c417a Add WrapCollectorWith and WrapCollectorWithPrefix (# 1766)
> 7afba29 Merge branch 'release-1.22'
> 81df5d1 Update common Prometheus files (# 1791)
> fa1f7b7 Merge pull request # 1790 from prometheus/dependabot/github_actions/github-actions-ac4e748984
> 6b5a0b5 Upgrade golangci-lint to v2 (# 1789)
> aca9263 build(deps): bump the github-actions group across 1 directory with 3 updates
> 0162a5b Merge pull request # 1786 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.0
> af4c77f Merge pull request # 1784 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.6
> b8f4cc6 build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0
> 5aa253c Merge pull request # 1783 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.63.0
> 2d684c6 build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
> b00c53f Merge pull request # 1781 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.63.0
> 3a56d3e build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0
> bb5d7a6 Merge pull request # 1782 from prometheus/dependabot/go_modules/exp/google.golang.org/protobuf-1.36.6
> 5c02216 build(deps): bump github.com/prometheus/common in /exp
> 2e8fbe6 Update common Prometheus files (# 1779)
> 0bfbfb7 build(deps): bump google.golang.org/protobuf in /exp
> a78cf0c Update common Prometheus files (# 1778)
> adb915c Update common Prometheus files (# 1771)
> 331dfab Merge pull request # 1776 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.36.0
> 45edd8a Merge pull request # 1770 from prometheus/superq/update_test_url
> 4d3dcae build(deps): bump golang.org/x/net in /tutorials/whatsup
> 93a67cb Update example test
bumping golang.org/x/net 6e41cae...76358aa:
> 76358aa go.mod: update golang.org/x dependencies
bumping knative.dev/pkg f6a99ac...2a0abb7:
> 2a0abb7 Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (# 3225)
> 5bfaba0 Bump the golang-x group with 3 updates (# 3217)
> 032a2ec Bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (# 3221)
> 4c6fea7 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (# 3219)
bumping golang.org/x/crypto 3bf9d2a...459a9db:
> 459a9db go.mod: update golang.org/x dependencies
> 74e709a ssh: add AlgorithmNegotiationError
> b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers
> 1dc4269 acme: add Pebble integration testing
> 97bf787 blake2b: implement hash.XOF
> 952517d x509roots/fallback: update bundle
> c6fce02 ssh: refuse to parse certificates that use a certificate as signing key
> 0ae49b8 ssh: reject certificate keys used as signature keys for SSH certs
bumping knative.dev/reconciler-test 2b425d2...bc8fcf4:
> bc8fcf4 feat: migrate kind-e2e tests to chainguard-dev/actions/setup-kind (# 803)
> 254c3b8 upgrade to latest dependencies (# 807)
> 4f40f62 upgrade to latest dependencies (# 806)
Signed-off-by: Knative Automation <automation@knative.team>1 parent 02c71ee commit 4e17c72
28 files changed
Lines changed: 734 additions & 211 deletions
File tree
- vendor
- github.com
- prometheus/client_golang/prometheus
- internal
- promhttp
- spf13/pflag
- golang.org/x
- crypto/blake2b
- sync/errgroup
- tools
- go/packages
- internal
- modindex
- packagesinternal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
457 | | - | |
| 456 | + | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | | - | |
| 501 | + | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
613 | | - | |
| 612 | + | |
| 613 | + | |
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
| 652 | + | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | | - | |
701 | | - | |
| 700 | + | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
735 | | - | |
| 734 | + | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
818 | | - | |
| 817 | + | |
| 818 | + | |
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
832 | | - | |
| 831 | + | |
| 832 | + | |
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| |||
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
895 | | - | |
896 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
897 | 901 | | |
898 | 902 | | |
899 | 903 | | |
| |||
1108 | 1112 | | |
1109 | 1113 | | |
1110 | 1114 | | |
1111 | | - | |
1112 | | - | |
| 1115 | + | |
| 1116 | + | |
1113 | 1117 | | |
1114 | 1118 | | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
1119 | 1123 | | |
1120 | 1124 | | |
1121 | 1125 | | |
| |||
1129 | 1133 | | |
1130 | 1134 | | |
1131 | 1135 | | |
1132 | | - | |
1133 | | - | |
| 1136 | + | |
| 1137 | + | |
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments