Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
upgrade to latest dependencies (#666)
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg 2d2e27d...9227ebb:
  > 9227ebb Bump google.golang.org/api from 0.163.0 to 0.165.0 (# 2960)
  > fecb381 Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (# 2963)
  > d978608 Bump github.com/prometheus/common from 0.46.0 to 0.47.0 (# 2962)
  > 0d88449 Bump golang.org/x/tools from 0.17.0 to 0.18.0 (# 2961)
  > f094d82 Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 (# 2959)
  > b8f9b22 Update community files (# 2957)
  > bc60487 Update community files (# 2956)
  > 405f0c4 Update community files (# 2955)
bumping golang.org/x/mod 6e58e47...fa1ba42:
  > fa1ba42 sumdb: replace globsMatchPath with module.MatchPrefixPatterns
bumping golang.org/x/tools 0b1f1d4...c5643e9:
  > c5643e9 gopls/internal/server: fix two bugs related to dynamic configuration
  > 50b4f1b gopls/internal/golang: close open file
  > f0ef3c6 gopls: update x/telemetry dependency to fix crash
  > 8cf0a8e gopls: record that v0.15 will be the last to support go1.18
  > 730dc3c gopls/internal/settings: add a hidden option to disable zero config
  > 95f04f4 gopls/internal/golang: add resolve support for inline refactorings
  > 9619683 gopls/internal/cache: treat local replaces as workspace modules
  > a5af84e gopls/internal/cache: check views on any on-disk change to go.mod files
  > a7407fa gopls: update telemetry
  > 314368d go/analysis/passes/deepequalerrors: audit for types.Alias safety
  > f4fa7a7 go.mod: update golang.org/x dependencies
  > 5fcc627 go/analysis/passes/nilness: handle type assertions too
  > e3f1180 gopls/internal/cache: fix crash in analysis
  > 76ef6b6 internal/jsonrpc2: export WireError type
  > acf07b3 gopls/internal/utils/immutable: remove unused Map.Keys
  > c11269c gopls/semantic: elide zero-length tokens
  > 7f80389 go/analysis/passes/stringintconv: audit for types.Alias safety
  > 76795ef gopls/doc: audit for types.Alias safety
  > ab67961 internal/imports: update stdlib index for Go 1.22.0
  > d64ed6a internal/refactor/inline: audit for types.Alias safety
  > 0d87589 go/types/typeutil: audit for types.Alias safety
  > a297bfd go/callgraph/rta: audit for types.Alias safety
  > 08393e0 cmd/deadcode: audit for types.Alias safety
  > 37586e4 internal/apidiff: audit for types.Alias safety
  > 6d4ccf2 gopls/internal/cache: prime goimports cache asynchronously
  > 8b6359d gopls/internal/cache: share goimports state for GOMODCACHE
  > 2bb7f1c gopls/internal/test/integration/bench: improve completion benchmarks
  > f6dc1e9 internal/imports: merge init and newModuleResolver
  > 4f6024e internal/gopathwalk: walk directories concurrently
  > 8fcb5f0 gopls/internal/test/marker: skip on LUCI solaris builders
  > 08bd728 gopls/internal/test/integration: add a test for an inner go.work file
  > aee2e76 gopls/internal/settings: deprecate "allowModfileModifications"
  > ddb71b0 gopls/internal/cache: remove findWorkspaceModFile
  > 365517a gopls/internal/cache: detect and reinit on workspace vendor changes
  > 0be034b internal/aliases: Adds an internal alias package.
  > 8efa10c internal/imports: add a benchmark for the initial mod cache scan
  > df03d7d gopls/internal/golang: add missing check for nil funcBody
  > a1fbc78 gopls/internal/golang: move Go semantic tokens out of server
  > 51e3724 gopls: remove unused parameters
  > d6bd2d7 gopls/internal/cache: add assertions for export data inconsistency
  > 3403ce1 go/internal/gccgoimporter: recognize "any" as a builtin type
  > aecdb2d gopls/internal/cache: support workspace vendoring
  > e80085c gopls/internal/golang: downgrade bug.Reportf for missing builtin
  > 9c43803 gopls/internal/cache: allow command-line-package >1 CompileGoFiles
  > efce0f5 gopls/internal/cache/metadata: assert graph is acyclic
  > c3f60b7 gopls/internal/golang: hover: show embedded fields
  > 85146f5 gopls/internal/lsp/source: highlight returns correctly
  > e211e0f gopls: enable crashmonitor for unexpected crashes
  > d077888 gopls: update third party dependencies
  > 2e15dc7 gopls/internal/test/marker: reject "module testdata"
  > c07f927 cmd/deadcode: enable crash reporting
  > 44aed24 gopls/internal/analysis/undeclaredname: improve fix name
  > afe5265 go/packages: wait for sizes goroutine on all control paths
  > 4250783 refactor/eg: don't use cgo in Test
  > 1efbdde cmd/stringer, go/loader: use testenv.NeedsTool(t, "cgo")
  > 5f90691 go/buildutil: permit comma delimiters in build tags
  > 0c80ba3 internal/imports: remove the unused ProcessEnv.ModFile field
  > c046c5b gopls/internal/test/marker/testdata: move test to correct location
  > da7ed64 gopls/internal/cache/imports: simplify importsState invalidation
  > 7ec8ac0 gopls/internal/golang: hover: show type's methods after doc comment
  > 0e1f5be gopls: update x/telemetry dependency
  > 341c043 gopls/internal/test/integration/bench: fix broken benchmarks
  > b048cf1 cmd/callgraph: unskip TestCallgraph on windows/arm64
  > 14d7f7b gopls/internal/cache: memoize the view filter func
  > 5e16437 gopls/internal/cache: skip TestZeroConfigAlgorithm on wasm
  > dd0f88f gopls/doc/emacs.md: explain how to organize imports automatically
  > 3d49bd5 internal/lsp: publish protocol.UnmarshalJSON
  > 35d8b1b gopls/internal/golang: don't bug.Report repaired ASTs in hover
  > 8174727 gopls/internal/test: await quiescence in TestInconsistentVendoring
  > df2fa1e gopls/doc: s/source/golang/ in the SVG file
  > 238800b gopls: manual tweaks after the lsp/ -> . rename
  > 95c6ac4 gopls/internal/protocol/command: move from ../lsp
  > 6d109d1 gopls/internal/protocol: move out of lsp/
  > f872b3d gopls/internal/cache: move out of lsp/
  > 6823da4 gopls/internal/golang: move from lsp/source
  > 129144e gopls/internal/lsprpc: move out of lsp/
  > eed1997 gopls: use relative watched file patterns if supported
  > fa791ac gopls/internal/progress: simplify API
  > 816dcdf go/packages: add test for flake observed on Android
  > d5e76f1 gopls/internal/progress: move from lsp/
  > 6fe9326 gopls/internal/telemetry/cmd/stacks: include client name in report
  > 6a58b98 gopls/internal/lsp/lsprpc: radically reduce API
  > 0ffb1d0 gopls/doc: add Helix editor documentation for gopls
  > c16e222 gopls/internal/test/integration: add regtest for hover crash
  > bd547e5 gopls/internal/lsp/cache: clean up public API
  > 4c53267 gopls/internal/lsp/cache: don't report a bug for standalone test files
  > a49867f internal/imports: don't add imports that shadow predeclared names
  > e2ca594 gopls/internal/lsp/source: address problems detected by staticcheck
  > 94d99e3 gopls/internal/test/marker: re-enable some tests
  > 060c748 gopls: consolidate analyzers, eliminating "convenience" analyzers
  > 7f6ec23 go/ssa: suppress go/packages-based test on android
  > a987ef7 go/packages: publish Driver{Request,Response}
  > e1555a3 go/ssa: add Function.DomPostorder
  > cd7b510 gopls/internal/lsp/cache: allow versions of form "go1.2.3"
  > d0930db gopls/internal/lsp/cache: fix bug reports from toGobDiagnostics
  > 1871a2e gopls/internal/lsp/source: move Go CodeActions logic from server
  > afcd676 gopls/internal/lsp/source: show promoted methods in hover
  > 525acd1 go/analysis/internal/analysisflags: add RelatedInformation JSON
  > c7ccb51 gopls/doc/design: rewrite the architecture overview
  > 39a2545 gopls/internal/version: amend the year in a recent copyright header
  > 186fcf3 gopls/internal/lsp/source: factor edit conversion utils
  > 83c6c25 gopls/internal/server: analyze widest packages for open files
  > c467be3 gopls: add a main.version variable to override the version at linktime
  > 6673e7a gopls/internal/lsp/source/completion: infer parameter types
  > 3458e0c gopls/internal/lsp/source: fix Fix titles
  > 72a36a7 gopls/internal/test/marker: fix test breakage due to semantic conflict
  > 470afda gopls/internal/analysis/unusedparams: eliminate false positives
  > 592d9e1 internal/lsp: convert refactor code actions to use codeAction/resolve
  > f2d3f78 gopls/internal/lsp/protocol: fix TestURIFromPath on windows
  > d2200d1 gopls/internal/test/marker: update skip comment for addgowork.txt
  > c0db45f gopls/internal/server: simplify DiagnoseFiles to avoid a race
  > 0d1b478 gopls/internal/test/integration: fix flakiness of TestResolveImportCycle
  > d517112 gopls/internal/lsp/protocol: deliver log messages in order
  > 9164f2a gopls/internal/test/marker: skip on solaris-amd64-oraclerel
  > dbc9d3e internal/analysisinternal: TypeExpr: don't forget Variadic
  > 54cf5bc internal/debug: show new View information in the debug page
  > b37fde9 gopls: simplify gopls command configuration
  > 6a0605d gopls/internal/test/marker: regenerate golden data
  > f572b7e gopls/internal/lsp/source/stub: trim version suffix from module path
bumping google.golang.org/genproto/googleapis/rpc 1f4bbc5...31a09d3:
  > 31a09d3 chore(all): update all (# 1085)
bumping google.golang.org/grpc 8167bc3...c6e7f04:
  > c6e7f04 Change version to 1.61.1 (# 6981)
  > dbd4cbc cherry-pick # 6977 to 1.61.x release branch (# 6980)
  > 57ed608 Change version to 1.61.1-dev (# 6937)
bumping github.com/prometheus/common 7e44242...773d566:
  > 773d566 Merge pull request # 570 from ywwg/owilliams/quoted-metric-name-02
  > a3bdb9e Support empty OAuth2 inline secrets (# 547)
  > 319c62c UTF-8 support in metric and label names
  > bd0376d UTF-8 support in validation, and some parsers and formatters (# 537)
bumping knative.dev/hack f3881d9...999d7e6:
  > 999d7e6 Update community files (# 367)
  > 6090613 Update community files (# 366)
  > d1067f2 Update community files (# 365)
bumping google.golang.org/api 87aa1d0...e451477:
  > e451477 chore(main): release 0.165.0 (# 2415)
  > deab77d feat(all): auto-regenerate discovery clients (# 2416)
  > c702880 feat(all): auto-regenerate discovery clients (# 2414)
  > 3ff4bc1 chore(main): release 0.164.0 (# 2407)
  > edbe996 fix(transport): disable universe domain check if token source (# 2413)
  > 05a0882 chore(all): update all (# 2410)
  > 51d5068 feat(all): auto-regenerate discovery clients (# 2412)
  > 246b19f feat(all): auto-regenerate discovery clients (# 2409)
  > f1b37df feat(all): auto-regenerate discovery clients (# 2408)
  > 1bd8304 feat(all): auto-regenerate discovery clients (# 2406)
bumping knative.dev/networking 1e7e42d...64e6032:
  > 64e6032 upgrade to latest dependencies (# 927)
  > 22eb3d0 Update community files (# 924)
  > adc5e58 Update community files (# 923)
  > 1e6aa63 Update community files (# 922)
bumping google.golang.org/genproto/googleapis/api 6c6643b...31a09d3:
  > 31a09d3 chore(all): update all (# 1085)
  > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083)
  > ef43131 chore(all): auto-regenerate .pb.go files (# 1082)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Feb 19, 2024
1 parent d6f1ad8 commit 1f43d0a
Show file tree
Hide file tree
Showing 20 changed files with 1,357 additions and 440 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
k8s.io/api v0.28.5
k8s.io/apimachinery v0.28.5
k8s.io/client-go v0.28.5
knative.dev/hack v0.0.0-20240201013652-f3881d90c189
knative.dev/networking v0.0.0-20240212132613-1e7e42dfb349
knative.dev/pkg v0.0.0-20240212080204-2d2e27d30a44
knative.dev/hack v0.0.0-20240214131420-999d7e6b8495
knative.dev/networking v0.0.0-20240219132733-64e6032f8c5f
knative.dev/pkg v0.0.0-20240219120257-9227ebb57a4e
)

require (
Expand Down Expand Up @@ -54,7 +54,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/common v0.47.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
Expand All @@ -63,21 +63,21 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.17.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.163.0 // indirect
google.golang.org/api v0.165.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
google.golang.org/grpc v1.61.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
42 changes: 21 additions & 21 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
github.com/prometheus/common v0.35.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA=
github.com/prometheus/common v0.46.0 h1:doXzt5ybi1HBKpsZOL0sSkaNHJJqkyfEWZGGqqScV0Y=
github.com/prometheus/common v0.46.0/go.mod h1:Tp0qkxpb9Jsg54QMe+EAmqXkSV7Evdy1BTn+g2pa/hQ=
github.com/prometheus/common v0.47.0 h1:p5Cz0FNHo7SnWOmWmoRozVcjEp0bIVU8cV7OShpjL1k=
github.com/prometheus/common v0.47.0/go.mod h1:0/KsvlIEfPQCQ5I2iNSAWKPZziNCvRs5EC6ILDTlAPc=
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=
Expand Down Expand Up @@ -365,8 +365,8 @@ golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzB
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.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
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-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down Expand Up @@ -535,8 +535,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-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=
golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
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 All @@ -560,8 +560,8 @@ google.golang.org/api v0.25.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
google.golang.org/api v0.163.0 h1:4BBDpPaSH+H28NhnX+WwjXxbRLQ7TWuEKp4BQyEjxvk=
google.golang.org/api v0.163.0/go.mod h1:6SulDkfoBIg4NFmCuZ39XeeAgSHCPecfSUuDyYlAHs0=
google.golang.org/api v0.165.0 h1:zd5d4JIIIaYYsfVy1HzoXYZ9rWCSBxxAglbczzo7Bgc=
google.golang.org/api v0.165.0/go.mod h1:2OatzO7ZDQsoS7IFf3rvsE17/TldiU3F/zxFHeqUB5o=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
Expand Down Expand Up @@ -601,11 +601,11 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac h1:ZL/Teoy/ZGnzyrqK/Optxxp2pmVh+fmJ97slxSRyzUg=
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457 h1:KHBtwE+eQc3+NxpjmRFlQ3pJQ2FNnhhgB9xOV8kyBuU=
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457/go.mod h1:4jWUdICTdgc3Ibxmr8nAJiiLHwQBY0UI0XZcEMaFKaA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe h1:bQnxqljG/wqi4NTXu2+DJ3n7APcEA882QZ1JvhQAq9o=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s=
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe h1:USL2DhxfgRchafRvt/wYyyQNzwgL7ZiURcozOE/Pkvo=
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014 h1:x9PwdEgd11LgK+orcck69WVRo7DezSO4VUMPI4xpc8A=
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014/go.mod h1:rbHMSEDyoYX62nRVLOCc4Qt1HbsdytAYoVwgjiOhF3I=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 h1:FSL3lRCkhaPFxqi0s9o+V4UI2WTzAVOvkgbd4kVV4Wg=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014/go.mod h1:SaPjaZGWb0lPqs6Ittu0spdfrOArqji4ZdeP5IC/9N4=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand All @@ -619,8 +619,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.61.0 h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=
google.golang.org/grpc v1.61.0/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
google.golang.org/grpc v1.61.1 h1:kLAiWrZs7YeDM6MumDe7m3y4aM6wacLzM1Y/wiLP9XY=
google.golang.org/grpc v1.61.1/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down Expand Up @@ -684,12 +684,12 @@ k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f h1:eeEUOoGYWhOz7EyXqhlR2z
k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/hack v0.0.0-20240201013652-f3881d90c189 h1:a8htyuf5+S0NGxxdKXeQ49XOD9dEC1LHoofRQPgFKrU=
knative.dev/hack v0.0.0-20240201013652-f3881d90c189/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240212132613-1e7e42dfb349 h1:ANQuhRL1Yiw1Apgqwje8CL8LlqilC3U3dAROujGFFnM=
knative.dev/networking v0.0.0-20240212132613-1e7e42dfb349/go.mod h1:2BcnPqes9Ov7NX/QzIJfIILtcIK8XN7ruR7NsrMJa7k=
knative.dev/pkg v0.0.0-20240212080204-2d2e27d30a44 h1:z+zDEtrKQNjcsOMjnQR83amedL/ugUrD046+GBqypvs=
knative.dev/pkg v0.0.0-20240212080204-2d2e27d30a44/go.mod h1:jmjP5/Vy9LamN82J3DfoJpVAw5JHpNxjUF0f/QCDX6E=
knative.dev/hack v0.0.0-20240214131420-999d7e6b8495 h1:Eh+3WsTecxutSwtpzU4Py1dNCcToxgqRDLSLjBKfdEE=
knative.dev/hack v0.0.0-20240214131420-999d7e6b8495/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240219132733-64e6032f8c5f h1:+xCy2Fh51GvUkxq6GEzfn4rw4Ze3iBvRJy3wz1o7z04=
knative.dev/networking v0.0.0-20240219132733-64e6032f8c5f/go.mod h1:0YAh9IQGmZ+ZTu4hJhuxi/W/Oord8lSP8EoUUEi/dKU=
knative.dev/pkg v0.0.0-20240219120257-9227ebb57a4e h1:TD0WhK+DDFqcDrxukIUZWYwy1140eQzCYNinHZZZhHs=
knative.dev/pkg v0.0.0-20240219120257-9227ebb57a4e/go.mod h1:nCYpiIXemsTvpmuVNfJEAXcSXTGSduE2uwU0HH4BvUI=
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
4 changes: 2 additions & 2 deletions vendor/github.com/prometheus/common/expfmt/decode.go

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

71 changes: 48 additions & 23 deletions vendor/github.com/prometheus/common/expfmt/encode.go

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

Loading

0 comments on commit 1f43d0a

Please sign in to comment.