Skip to content

Commit

Permalink
upgrade to latest dependencies (#937)
Browse files Browse the repository at this point in the history
bumping golang.org/x/sync 1ea3257...93782cc:
  > 93782cc errgroup: use WithCancelCause to cancel context
  > 4966af6 singleflight: example for using Group
  > a6666c1 go.mod: upgrade to go 1.17
bumping knative.dev/hack ddae802...338500e:
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping knative.dev/pkg aef227e...8d3f951:
  > 8d3f951 Allow overriding webhook secret data keys (# 2662)
  > c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
  > b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
  > e888f79 rename-sandbox (# 2779)
  > 532e082 Update actions (# 2778)
  > 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
  > 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
  > 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
  > 4866914 Fix github action for dependabot (# 2776)
  > edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
  > 801a900 Add dependabot and auto update deps (# 2768)
  > aa56e29 Update community files (# 2769)
bumping github.com/prometheus/client_golang 4bbb297...3583c1e:
  > 3583c1e Cut v1.16.0 (# 1292)
  > 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289)
  > 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs
  > 7352ab7 Moving fully to GH actions. (# 1288)
  > 1b19d5f Fix docstring references to renamed native histogram fields / functions.
  > e4ff34d Improve metricUnits runtime (# 1286)
  > 781ea28 added circleci as gh action YAML (# 1281)
  > a09a1d3 Reduce constrainLabels allocations (# 1272)
  > 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283)
  > 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram
  > b8cb86a add process start time header to client_golang prometheus (# 1278)
  > 77e97da histogram: Fix bug in bucket key calculation
  > 8b1a836 GitHub Workflows security hardening (# 1180)
  > 3094812 histogram: expose bug in bucket key calculation
  > f51d823 Merge pull request # 1267 from prometheus/release-1.15
  > 297fea3 fix undefined execution order in return statements (# 1260)
  > 0f060a0 Add detection for WSL address (# 1257)
  > 8a51463 Cleanup proto use in tests (# 1264)
  > 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265)
  > 671a2f0 Fixed tutorial. (# 1256)
  > 90eb83b Added interactive tutorial [kubeCon] (# 1255)
  > c36c6ab [collectors]: fix typo in test assertion (# 1153)
  > 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252)
  > e3b6de8 Merge pull request # 1250 from prometheus/release-1.15
bumping go.uber.org/zap 6f34060...a55bdc3:
  > a55bdc3 Release v1.24.0 (# 1208)
  > ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
  > da406e3 Chore: Fix deprecation docs and links (# 1193)
  > 9b86a50 SugaredLogger: Turn error into zap.Error  (# 1185)
  > 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
  > 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
  > 7681a0a Export objectMarshalerPtr (# 1171)
  > 9abd14b chore: remove duplicate word in comments (# 1169)
  > eae3743 Logger, SugaredLogger: Add Level method (# 1148)
  > 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
  > 1ae5819 Release v1.23.0 (# 1157)
  > 23d6cc7 Add Stringers field constructor for slices of Stringer-compatible objects (# 1155)
  > 1e46f5e Issue Templates: Show a "Discussions" link for questions (# 1152)
  > 92dded6 Add issue template for questions (# 1151)
  > 4a895a2 zapcore: Add LevelOf(LevelEnabler), UnknownLevel (# 1147)
  > 19a5d8a Open: expose error cause, test for fs.ErrNotExist (# 1149)
  > bdd673d Replace os.TempDir usage with t.TempDir (# 1146)
  > 4b03bc5 Prepare release v1.22.0 (# 1145)
  > ee349f9 CI: Lint against 1.19 (# 1141)
  > 7ee98d2 ci: add go1.19 (# 1140)
  > ca232b9 zapcore/BufferedWriteSyncer: More docs (# 1139)
  > 4cfaabd chore(ztest/timeout): capture original scale after err handling (# 1138)
  > 11a750e chore(internal/exit): remove deprecated function (# 1137)
  > d6ce3b9 chore: remove redundant arg from logln (# 1136)
  > e3a10fc chore: use errors.New instead of format function without args for error (# 1134)
  > 2cfc92c lint CONTRIBUTING.md and README.md (# 1123)
  > 56b4e2b Remove the redundant return value of the `open` function (# 1120)
  > 78c80fb Logger: Add Log method (# 1118)
  > 2e615d8 CheckedEntry: avoid using deprecated Should internally (# 1117)
  > c58bc94 CONTRIBUTING: Remove mention of LINTABLE_MINOR_VERSIONS (# 1109)
  > 88a8b01 Fix typo in Must docs (# 1108)
  > e06e09a Add Must(*Logger, error) *Logger function (# 1105)
  > 41970cf Replace deprecated ioutil usage (# 1103)
  > 54f6204 Upgrade to yaml.v3 3.0.1 (# 1102)
  > e18477e Create issue templates (# 1100)
  > 9e61a39 CheckWriteHook: Don't allow Noop action (# 1089)
  > 71ecc42 Support arbitrary hook for fatal logs (# 1088)
  > 75dacb4 Tests pass regardless of codebase directory (# 1087)
  > d38507c SugaredLogger: Add *ln variants (# 1080)
  > 1d435ba SugaredLogger: Add WithOptions (# 1079)
  > 212dcb9 zapcore/encoder_test: Use yaml.v3 (# 1075)
  > 59749c9 Upgrade staticcheck and re-enable (# 1074)
  > 15be647 Add Objects and ObjectValues field constructors (# 1071)
  > 34cb012 Replace 'Interface' usage with correct zerolog api (# 1069)
  > 854d895 CI: Temporarily disable staticcheck
  > 32a858e CI: Run against Go 1.17 and 1.18 (# 1068)
  > fb6027f ObjectValues: Avoid copying
  > cac228a Add ObjectValues field constructor
  > 1ab8406 Add Objects field constructor for array of objects
bumping github.com/gorilla/websocket b65e629...9111bb8:
  > 9111bb8 Dialer: add optional method NetDialTLSContext (# 746)
  > 2f25f78 Update README (# 757)
  > 4fad403 Remove support for Go 1.8
  > f0643a3 Improve protocol error messages
  > 2d6ee4c Update autobahn example
  > beca1d3 Fix broadcast benchmarks (# 542)
  > bcef843 Use context.Context in TLS handshake (# 751)
  > 2c89656 Modify http Method String Literal to Variable (# 728)
  > 1905f7e Update source to match output from gofmt 1.17
  > b4b5d88 Document the allowed concurrency on Upgrader and Dialer (# 636)
  > e8629af improve echo example (# 671)
  > c3dd95a build: use build matrix; drop Go <= 1.10 (# 629)
  > 78ab81e docs: clarify that sub protocols are not set via responseHeader arg.
  > 873e67e Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (# 604)
bumping github.com/prometheus/common e27922a...94bf982:
  > 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
  > ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
  > 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
  > 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
  > 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  > 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
  > 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
  > 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
  > 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
  > 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
  > 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
  > 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
  > ad1759c Enable dependabot for sigv4
  > f505d86 Merge pull request # 474 from jkroepke/custom-logger
  > bcb00f1 config: remove unused internal function
  > 01d2b4a Remove unnecessary else and use NewSyncWriter again
  > 7b35f6a config: add tests for inline TLS configs
  > 769f5e1 Allow custom log.Logger
  > 5915888 config: allow TLS data to be provided inline
bumping golang.org/x/tools 5ef3193...675bf3c:
  > 675bf3c go.mod: update golang.org/x dependencies
  > ad52c1c go/ssa/interp: support conversions to slices of named bytes
  > 14ec3c0 gopls/doc/contributing.md: document error handling strategies
  > c495364 go/packages/gopackages: document -mode flag
  > 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go
  > 27fd94e internal/fastwalk: doc formatting fixes (including godoc links)
  > d362be0 gopls/internal/lsp/filecache: reduce GC frequency
  > 969078b Revert "go/analysis: add Sizes that matches gc size computations"
  > 5aa6acb go/analysis: add Sizes that matches gc size computations
  > 5a89a3b go/vcs: delete
  > d03a819 go/vcs: isolate into a nested module
  > a659412 go/vcs: deprecate package in favor of go list -json
  > 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug'
  > 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal
  > fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis
  > c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages
  > 87df9bc cmd/godoc: disable TestWebIndex, a very slow test
  > 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph
  > 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic
  > 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904
  > 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID
  > 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
  > 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir
  > b71392a gopls/internal/lsp/cache: reduce importing in analysis
  > d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg
  > a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot
  > 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring
  > 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness
  > ac29460 go/ssa: fix bug in writeSignature on external functions
  > 3b62e7e go/ssa: use core type within (*builder).receiver
  > f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously
  > 27dbf85 go.mod: update golang.org/x dependencies
  > c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder
  > 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor
  > 85be888 go/analysis/passes/defers: add analyser for defer mistake
  > c43232f cmd/digraph: improve examples using go list, mod
  > 6e1595c internal/gcimporter: treat unknown constant values the same as invalid
  > c59d87f gopls/internal/lsp/cache: two minor simplifications
  > db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely
  > a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency
  > 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos
  > 726c727 gopls/internal/lsp: enable min/max builtin completion test
  > 86c93e8 gopls: unimported completion should use the completion matcher
  > 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable
  > 947adca gopls/internal/lsp/source/methodsets: comparable also has no package
  > c35c44f gopls/internal/lsp/cache: add assertions
  > 0b4461b internal/diff: fix LineEdits bug in slow path
  > 1943c1e internal/diff: fix LineEdits bug in fast path
  > c6d86c4 go/pointer: delete package
  > 77fd064 go/types/objectpath: remove unnecessary unsafe import
  > 0dda7d6 go/pointer: remove replace directive
  > 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering
  > a260315 go/pointer: create submodule
  > 96844c3 cmd/{guru,callgraph}: stop using go/pointer
  > cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"]
  > 33c741d gopls/internal/lsp: add min/max builtin
  > 933c7cc internal/lsp/source: use exact match in import highlighting
  > 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes
  > f3faea1 go/packages: pass -pgo=off on go1.21 and later
  > 5f74ec7 internal/lsp/debug: add links to profiles and GC
  > ed90c6d internal/diff: unexport various identifiers
  > 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T}
  > a12e1a6 go/ssa/interp: implement min/max builtins
  > 9c97539 gopls/internal/lsp/cache: remove nested module warning
  > d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data
  > e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic
  > 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer
  > 7e146a6 gopls/internal/lsp/cmd: simplify connection type
  > 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test
  > 5ce721d gopls/doc: Fix broken links
  > 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475
  > a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral
  > 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange
  > ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked
  > a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests
  > 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings
  > e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files
  > 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets
  > edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders
  > 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting
  > 3c02551 internal/typesinternal: remove NewObjectpathFunc
  > 0729362 present: reformat doc comment for lack of inline code
  > d4e66bd go/ssa: TestStdlib: disable check that function names are distinct
  > 738ea2b go/ssa: use core type for field accesses
  > 2ec4299 gopls/internal/lsp: split file-watching glob patterns
  > 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle
  > 5919673 internal/lsp/filecache: eliminate 'kind' directories
  > a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map
  > d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics
  > 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h
  > b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves
  > 4d66324 gopls/internal/lsp/cache: tweak error message
  > e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review
  > 3df69b8 gopls/internal/lsp/debug: remove memory monitoring
  > a069704 gopls/internal/lsp/filecache: avoid flock
  > 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading
  > 8b4b27b go/analysis/passes/slog: fix Group kv offset
  > 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles
  > 651d951 go/ssa: fix typo in package docs
  > 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries
  > 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH
  > a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation
  > e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration
  > f4e8a71 go/ssa: use core type for composite literal addresses
  > 3b25dbd go/ssa: use core types for array length
  > e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache
  > 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package
  > 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests
  > 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too
  > 7f203f0 go/ssa: consolidate use of underlying pointer
  > a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file
  > 12a0517 internal/gcimporter: improve error handling
  > 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously
  > 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set
  > 1c9fe3f gopls: improve diagnostics for orphaned files
  > ad74ff6 go/gcexportdata: drop support for the ancient binary format
  > 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported
  > cd39d2b internal/lsp/cache: support loading multiple orphaned files
  > abeba28 gopls/internal/regtest/marker: support proxy files in marker tests
  > 18186f0 go/analysis/passes/slog: simplify function matching
  > 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex
  > 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics
  > 4318d63 gopls: change the default value of "symbolScope" to "all"
  > f44f50e gopls/internal/lsp/source: implementation: report builtin 'error'
  > 787e720 gopls/internal/lsp: optimize checks for ignored files
  > 4ed7de1 gopls: add google-cloud-go as a benchmark repo
  > d799eba gopls: additional instrumentation during goimports
  > a7e7dc4 go/ssa: rename test cases in TestGenericBodies
  > d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt
  > 005fa64 go/analysis/passes/slog: add check for slog.Group
  > 033e628 go/ssa: more reindentation of TestGenericBodies
  > 2310848 go/ssa: reindent test cases in TestGenericBodies
  > 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors
  > 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space
  > b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests
  > 4609d79 cmd/bisect: add -compile and -godebug shorthands
  > ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm
  > 3449242 go/types/objectpath: don't panic when receiver is missing a method
  > 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata
  > 8f7fb01 go/analysis/unitchecker: add test of go vet on std
  > 23e52a3 bisect: diagnose bad targets better
  > d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests
  > c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call
  > 6219726 go.mod: update golang.org/x dependencies
  > f4d143e go/ssa: cleanup TestGenericBodies to pickup package name
  > 3d99ebe gopls/diff/unified: remove redundant information
  > 479f5c6 go/ssa: Origin is only available after building
  > 6d1dd12 go/analysis: simplify unusedresult
  > 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem
  > 7c6c2b7 go/ssa: keep syntax for instantiations
  > ce1b96b all: fix some comments
  > 0500fd4 go/ssa: use core type in address
  > 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option
  > 4ac71c0 internal/imports: sort fixes for deterministic results
  > 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc
  > dd09381 bisect: move to internal/bisect until API is reviewed
  > 516063a bisect, cmd/bisect: add new library and tool
  > 58fedf6 internal/diffp: add patience diff from main repo
  > 7b684a9 gopls: port import tests to the new marker framework
  > 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder
  > c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer
  > 91b7a8e go/ssa: use origin method in source lookup
  > ba892bb go/types/internal/play: show formatted AST
  > 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS
  > 2563079 go/analysis/passes/printf: update directive diagnostic message
  > 3f6c3b3 gopls: upgrade to latest version of LSP protocol
  > 216928d gopls: port function extraction marker tests to the new framework
  > 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing
  > 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata
  > affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins
  > 558d701 gopls/internal/lsp/source: fix another bug in reference expansion
  > 51dfad7 gopls: port workspace/symbol marker tests to the new framework
  > c6b5780 gopls: fix build at older Go versions
  > 7590fe4 gopls/internal/lsp: hover over linkname directives.
  > ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring
  > 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option
  > e2f3b25 gopls/internal/bug: record bug reports in file cache
  > ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554
  > 8235df3 gopls/internal/regtest/marker: port format tests to the new framework
  > 80dc031 internal/diff: unified: match diff delete for empty file
  > 165099b all: remove repeated definite articles
  > ac40903 internal/gocommand: simplify GoVersion invocation
  > 9e0a7b1 copyright: don't require checkout to be named tools
  > 94ed378 internal/lsp/testdata: update for new diagnostic from go list
  > a5c37ba gopls/internal/regtest/marker: skip on small machines
  > 76e1037 internal/testenv: assume that mobile platforms are small machines
  > 17e2d70 gopls/internal/bug: remove unused Data parameter
  > dd89a2e gopls/internal/lsp: remove now redundant debouncing logic
  > 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys
  > 4baa3dc gopls/internal/bug: move bug package into gopls
  > 71ea8f1 go/ssa: lift structs, arrays and typeparams
  > d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages
  > e8f417a gopls/internal/lsp/cache: cleanups to active packages
  > 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands
  > e286d22 gopls/internal/lsp: eliminate diagnoseDetached
  > 4e3238a gopls/internal/lsp/cache: break metadata cycles
  > 660614b gopls/internal/lsp/source: more ITV filtering
  > ce50135 go/analysis/passes/slog: static checks for slog k-v pairs
  > b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short
  > 21a4769 gopls: remove related info for informational diagnostic
  > 6deeacb all: fix remaining tests on js/wasm
  > bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc
  > 1c5ccad gopls: add a 'stats' subcommand
  > 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path
  > b35949e gopls/internal/lsp/source: filter intermediate test variants
  > 133605d gopls/internal/lsp/cache: remove spurious error check
  > 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix
  > ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation
  > 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm
  > 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done
  > 641e4d7 gopls/doc: update coc.nvim config
  > 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs
  > 54c806f gopls/internal/lsp: eliminate more uses of Span
  > 60d9c06 go/analysis/passes: skip passes that do not import relevant packages
  > 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124
  > 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key
  > b6f4d07 gopls/internal/lsp: fix initial diagnostics pass
  > d03c59d gopls/internal/lsp/source/typerefs: serialization support
  > 6492058 gopls: strict LSP compliance for empty slices
  > 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals
  > 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file
  > a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21
  > 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders
  > 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands
  > a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names
  > 45ef829 gopls/internal/lsp/filecache: add integrity check
  > 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph
bumping golang.org/x/mod ad6fd61...baa5c2d:
  > baa5c2d all: add godoc links
  > 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
  > 22d21f4 zip: fix doc for CreateFromVCS function
  > bfed713 zip: fix LICENSE file handling to match modfetch
  > 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
  > 2a1c06a modfile: update toolchain syntax
  > e81ad10 sumdb: correct spelling mistakes
  > e343115 sumdb: add missing return after http.Error
  > fc83a8f modfile: add support for dropping go and toolchain stmts
  > 1846133 modfile: add parsing support for toolchain
  > a73672d modfile: add support for go and toolchain lines
  > e7bea8f modfile: use semantic sort for exclude blocks
bumping knative.dev/networking 75dcd54...29da3ac:
  > 29da3ac rename-sandbox (# 833)
  > 23adcb7 Update actions (# 832)
  > 964322c Fix comment for old config (# 831)
  > b13f88f Update community files (# 829)
bumping github.com/prometheus/procfs bb7727a...332e865:
  > 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
  > dd377c7 Fix softnet CPU Index (# 517)
  > 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
  > 7acd99d net_class: catch syscall.EINVAL and better handle read errors
  > b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
  > f489b53 Update Go version (# 521)
  > 24c2637 Merge pull request # 520 from conallob/patch-1
  > 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
  > ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
  > 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
  > bad5514 Refactor netstat parsing
  > 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
  > 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
  > 49163ee add avgRTT to nfs mountstats
  > 99b481d Merge pull request # 513 from artemseleznev/master
  > 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
  > a038d1f Implement mdraid sysfs parsing
  > affffdb Update common Prometheus files
  > 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
  > d89fbe9 static analyzer issue fix
  > 03e2a93 net class: split out attribute parser and export it
  > b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
  > b4a1860 Update common Prometheus files
  > 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > dd6bb71 Support old conntrack stats
  > f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
  > 80824fa Check whether FS is a real procfs where it matters
  > d9f81a9 Enable oppportunistic fd counting fast path
  > 8b6d466 Merge pull request # 488 from Dentrax/wireless
  > 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
  > 150eff5 Use 4-digit uint instead
  > 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
  > fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
  > 1ab0de2 Add /proc/net/wireless parsing
  > 8e530b9 Merge pull request # 493 from prometheus/repo_sync
  > 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
  > 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
  > 080c853 Update common Prometheus files
  > 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Aug 3, 2023
1 parent 86a1b6a commit 4c4ce77
Show file tree
Hide file tree
Showing 92 changed files with 1,815 additions and 687 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ replace (
require (
github.com/google/go-cmp v0.5.9
github.com/projectcontour/contour v1.25.0
go.uber.org/zap v1.21.0
go.uber.org/zap v1.24.0
k8s.io/api v0.26.5
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.26.5
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
knative.dev/hack v0.0.0-20230802014852-338500eed425
knative.dev/networking v0.0.0-20230802091048-29da3ac7ef4d
knative.dev/pkg v0.0.0-20230802191948-8d3f95106327
sigs.k8s.io/yaml v1.3.0
)

Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.15 // indirect
Expand All @@ -60,26 +60,26 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/openzipkin/zipkin-go v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.15.1 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.43.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/automaxprocs v1.5.2 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.8.0 // indirect
golang.org/x/tools v0.11.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.124.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
50 changes: 22 additions & 28 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 h1:lLT7ZLSzGLI08vc9cpd+tYmNWjdKDqyr/2L+f6U12Fk=
Expand Down Expand Up @@ -296,8 +296,8 @@ github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
github.com/prometheus/client_golang v1.15.1 h1:8tXpTmJbyH5lydzFPoxSIJ0J46jdh3tylbvM1xCv0LI=
github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand All @@ -308,14 +308,14 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
github.com/prometheus/common v0.28.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
github.com/prometheus/common v0.43.0 h1:iq+BVjvYLei5f27wiuNiB1DN6DYQkp1c8Bx0Vykh5us=
github.com/prometheus/common v0.43.0/go.mod h1:NCvr5cQIh3Y/gy73/RdVtC9r8xxrxwJnB+2lB3BxrFc=
github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=
github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/prometheus/statsd_exporter v0.21.0 h1:hA05Q5RFeIjgwKIYEdFd59xu5Wwaznf33yKI+pyX6T8=
github.com/prometheus/statsd_exporter v0.21.0/go.mod h1:rbT83sZq2V+p73lHhPZfMc3MLCHmSHelCh9hSGYNLTQ=
github.com/rabbitmq/amqp091-go v1.1.0/go.mod h1:ogQDLSOACsLPsIq0NpbtiifNZi2YOz0VTJ0kHRghqbM=
Expand Down Expand Up @@ -360,7 +360,6 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand All @@ -376,15 +375,13 @@ go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/automaxprocs v1.5.2 h1:2LxUOGiR3O6tw8ui5sZa2LAaHnsviZdVOUZw4fvbnME=
go.uber.org/automaxprocs v1.5.2/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0=
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk=
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
go.uber.org/multierr v1.8.0 h1:dg6GjLku4EH+249NNmoIciG9N/jURbDG+pFlTkhzIC8=
go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak=
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
go.uber.org/zap v1.21.0 h1:WefMeulhovoZ2sYXz7st6K0sLj7bBhpiFaud4r4zST8=
go.uber.org/zap v1.21.0/go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw=
go.uber.org/zap v1.24.0 h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=
go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down Expand Up @@ -423,9 +420,8 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB
golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=
golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down Expand Up @@ -485,9 +481,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=
golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down Expand Up @@ -597,9 +592,8 @@ golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDimkRSC8kpaH1dgyc9UMzlt84Y=
golang.org/x/tools v0.8.0/go.mod h1:JxBZ99ISMI5ViVkT1tr6tdNmXeTrcpVSD3vZ1RsRdN4=
golang.org/x/tools v0.11.0 h1:EMCa6U9S2LtZXLAMoWiR/R8dAQFRqbAitmbJ2UKhoi8=
golang.org/x/tools v0.11.0/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down Expand Up @@ -756,12 +750,12 @@ k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a h1:gmovKNur38vgoWfGtP5QOG
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a/go.mod h1:y5VtZWM9sHHc2ZodIH/6SHzXj+TPU5USoA8lcIeKEKY=
k8s.io/utils v0.0.0-20230209194617-a36077c30491 h1:r0BAOLElQnnFhE/ApUsg3iHdVYYPBjNSSOMowRZxxsY=
k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20230712131415-ddae80293c43 h1:3SE06uNfSFGm/5XS+0trbyCUpgsOaBeyhPQU8FPNFz8=
knative.dev/hack v0.0.0-20230712131415-ddae80293c43/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510 h1:eNbWjEkbtGjCqK5TB4S0CjSSDd4PvyXm+w7bM9/zce4=
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510/go.mod h1:Vngl91M++hqgoGNIjCii7MXnsEeN3kRbGC1aodhFqbk=
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead h1:2dDzorpKuVZW3Qp7TbirMMq16FbId8f6bacQFX8jXLw=
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead/go.mod h1:WmrwRV/P+hGHoMraAEfwg6ec+fBTf+Obu41v354Iabc=
knative.dev/hack v0.0.0-20230802014852-338500eed425 h1:/4R6Jbsfq3O7PTlVA4XcePxS/UAOZZ/qE4AdozSjy2s=
knative.dev/hack v0.0.0-20230802014852-338500eed425/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20230802091048-29da3ac7ef4d h1:v6vVLhZvUQXFaer8lpJvcE/YZGzkAjF7rXJNQMg9jnE=
knative.dev/networking v0.0.0-20230802091048-29da3ac7ef4d/go.mod h1:Vngl91M++hqgoGNIjCii7MXnsEeN3kRbGC1aodhFqbk=
knative.dev/pkg v0.0.0-20230802191948-8d3f95106327 h1:YvgaCUbXU7S9lJpm+Qh/z6LGiTSAWhyJLs5E/6dIx+8=
knative.dev/pkg v0.0.0-20230802191948-8d3f95106327/go.mod h1:iOH3bns9qjwY1/Ufq3/Vaqd+Lsk65b7yMFcWG3EriiI=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
39 changes: 7 additions & 32 deletions vendor/github.com/gorilla/websocket/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c4ce77

Please sign in to comment.