mirror of https://github.com/knative/caching.git
bumping github.com/spf13/pflag f9cbdd9...0491e57: > 0491e57 Merge pull request # 448 from thaJeztah/fix_go_version > 72abab1 Merge pull request # 447 from thaJeztah/fix_deprecation_comment > 7e4dfb1 Test on Go 1.12 > 1043857 Merge pull request # 446 from spf13/fix-backwards-compat > 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist > 18a9d17 move Func, BoolFunc, tests as they require go1.21 > b9c16fa Merge pull request # 444 from spf13/reset-args-even-if-empty > 7412009 fix: Restore ParseErrorsWhitelist name for now > c5b9e98 remove uses of errors.Is, which requires go1.13 > 40abc49 Merge pull request # 443 from spf13/silence-errhelp > d25dd24 Reset args on re-parse even if empty > 094909d Merge pull request # 365 from vaguecoder/str2str-sorted > 1bf832c Use errors.Is instead of equality check > 7c651d1 Merge pull request # 407 from tmc/fix-errhelp > ccb49e5 Print Default Values of String-to-String in Sorted Order > b55ffb6 fix: Don't print ErrHelp in ParseAll > 1db553c Merge pull request # 330 from pohly/copy-to-go-flagset > fd649b2 Merge branch 'master' into fix-errhelp > bfb5618 Merge pull request # 438 from mologie/fix-time-default-text > 44aa4aa add CopyToGoFlagSet > d66f0ce flag: Emulate stdlib behavior and do not print ErrHelp > c78f730 Merge pull request # 261 from dubrie/master > 1b52f76 Omit zero time.Time default from usage line > c2fd743 Merge pull request # 364 from vaguecoder/duplicate-error > 0aa4171 Update flag_test.go > 391036c Ensure output is written also from ParseAll > b41e8b7 Switching from whitelist to Allowlist terminology > 5159cda Ensure output is written to correct stream > 1a9275f Remove Redundant "Unknown-Flag" Error bumping golang.org/x/text 425d715...e69f31b: > e69f31b go.mod: update golang.org/x dependencies > 60c9786 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/term a35244d...1a11b45: > 1a11b45 go.mod: update golang.org/x dependencies > d862cd5 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/tools 44d18e1...d49da96: > d49da96 go/analysis/internal/checker: fix panic due to nil Pass > 9da4f7b gopls/internal/test/integration/completion: make test go1.26-robust > 4409ea7 gopls/internal/server: add telemetry for Zed, Helix clientInfo > 75023ae go/ast/inspector: update outdated documentation > 785cd66 gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25 > ac2e4a5 go.mod: update golang.org/x dependencies > bc9374d go/callgraph/vta: remove unnecessary use of unsafe > 12d7e15 gopls/internal/analysis/modernize: add test of no gopls imports > 263a769 gopls/internal/mcp: use official go mcp sdk > e548c70 gopls/internal/analysis/modernize: fix bad edit in var ( ... ) decl > 08a6323 gopls/completion: unimported completions with explicit package names > 14e7f8a internal/analysisinternal: simplify DeleteStmt using Cursor > 67a07f8 internal/astutil: move declarations from gopls/internal/util/astutil > c752aaa internal/analysisinternal/generated: move from gopls/internal/analysis > 7f6b407 internal/moreiters: move from gopls/internal/util/moreiters > ba14f00 gopls/internal/analysis/modernize/rangeint: fix defer bug > 05dba8a cmd/goimports: add counter > 45bd1e6 gopls/internal/golang: OutgoingCalls: fix crash on error.Error > 5014c67 gopls/internal/analysis/recursiveiter: fix typo > 29a972e x/tools: assume go1.24 and simplify > b8cdd9c gopls/internal/analysis/modernize: stringsbuilder: fix s=x bug > bd1ee09 gopls/internal: modernize -stringbuilder -fix > 79bbf07 gopls/internal/analysis/modernize: string+=string => strings.Builder > 530d13a go/cfg: describe conditional blocks > a09a2fb go/analysis/unitchecker: support -fix > d7b8acd go/packages: add Postorder iterator over import graph > 7729b6f gopls: modernize > ac9fc58 gopls: update to go1.25 > 71346fc godoc,cmd/godoc: delete > be52c40 gopls/internal/analysis/modernize: split up > ccfe399 cmd/godoc: remove replace directive > 923c35d godoc: remove replace directive > a5c0eb8 godoc: isolate module > c9a903f cmd/godoc: isolate module > 81b9c37 gopls/internal/golang: InlayHint: allow space before // ignore error > 1aca71e internal/refactor/inline: simple typo > b3d4678 go/analysis/passes/copylock: restrict issue61678 test to before Go 1.26 > 974c859 internal/mcp/internal/oauthex: x/oauth2 extensions > ebd6130 gopls/internal/analysis/generated: amortize ast.IsGenerated > e8ff82c gopls: support jump to definition for field links in comments > 6ebfec2 gopls/internal/analysis: fix waitgroup modernizer formatting > 5a268f4 gopls/internal/folding_range: allow more folding ranges > e48606b gopls/internal/analysis/modernize: invalid code produced by fmtappendf modernizer > 52b7d1c gopls/internal/mcp: fix panic in symbolReferencesHandler on nil types.Object > 477e0ab gopls/internal/filewatcher: replace handleEvent with convertEvent > bae1876 gopls/doc: fix broken url > 5397e65 all: upgrade go directive to at least 1.24.0 [generated] > b6b473e internal/stdlib: update stdlib index for Go 1.25.0 > e40660c gopls/internal/test/integration/completion: skip a_test.go > 8866876 gopls/internal/golang/completion: don't make unnecessary conversions for generic functions > 9c0760d gopls/internal/settings: add ui.newGoFileHeader option > c212c4a gopls/internal/analysis/modernize: fix doc typos bumping knative.dev/pkg 8c9c1d3...db4c336: > db4c336 Bump the golang-x group with 2 updates (# 3262) > 5822f05 Bump github.com/spf13/pflag from 1.0.7 to 1.0.10 (# 3260) bumping golang.org/x/mod f8a9fe2...1759e96: > 1759e96 go.mod: update golang.org/x dependencies > f060e16 all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/net e74bc31...3b23d57: > 3b23d57 http2: fix race condition when disabling goroutine debugging for one test > 8741050 http2: simplify TestServer_Push_RejectAfterGoAway > 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError > 6dc6880 http2: simplify ClientConn Close and Shutdown tests > 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose > 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly > b9acd77 http2: speed up TestTransportFlowControl > 5153f4d go.mod: update golang.org/x dependencies > 9338bdd http2: speed up TestTransportHandlerBodyClose > 6b20036 http2: add synchronous handler support to serverTester > b0013c6 http2: modernize TestTransportChecksRequestHeaderListSize > 162ad30 http2: simplify TestServerWindowUpdateOnBodyClose > 22a8c02 http2: remove test-only path in requestBody.Read > 1ff92d3 http2: don't panic when ServeConn is passed a nil options > a2a62f2 http2: use synctest.Wait rather than poking into server internals in test > 7da929c http2: avoid examining ResponseWriter internals in test > a99f4fe http2: remove unused stream-level flow control check > 2378062 http2: remove pre-go1.24 support > 7c51e1f http2: use testing/synctest > b800b20 context: add //go:fix inline annotation to Context et al > c1e936d all: upgrade go directive to at least 1.24.0 [generated] bumping golang.org/x/sys 5b936e1...b06ce05: > b06ce05 windows: add FILE_ZERO_DATA_INFORMATION > 689cc11 unix: fix Listen on solaris > a4712b9 plan9: drop go version tags for unsupported versions > 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux > ab85cbb unix/linux: extend rtnetlink constants > 9bd3753 unix: switch (*CPUSet).Zero to clear builtin > 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15} > 543f21a all: upgrade go directive to at least 1.24.0 [generated] Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.. | ||
github.com | ||
go.opentelemetry.io | ||
go.uber.org | ||
go.yaml.in/yaml/v2 | ||
golang.org/x | ||
gomodules.xyz/jsonpatch/v2 | ||
google.golang.org/protobuf | ||
gopkg.in | ||
k8s.io | ||
knative.dev | ||
sigs.k8s.io | ||
modules.txt |