Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/pkg 81e4ee1...fcccb4e:
  > fcccb4e Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (# 2807)
  > dab3c43 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (# 2806)
  > 297c36a Bump github.com/google/uuid from 1.3.0 to 1.3.1 (# 2805)
bumping github.com/klauspost/compress b8a3c61...d9eae82:
  > d9eae82 s2: Clean up matchlen assembly (# 825)
  > a3a5dce zstd: Add amd64 match length assembly (# 824)
  > 9a951be s2: Improve Better compression slightly (# 663)
  > aa3702a docs: Fix undefined WithDecoderConcurrency (# 816)
  > ea3eeea gzhttp: Handle informational headers (# 815)
  > 003aa4f Update README.md
  > 343440d General code cleanup (# 813)
  > 2cf14c4 other: Add a Security-Policy (# 810)
  > 7a331e1 zstd: correctly ignore WithEncoderPadding(1) (# 806)
  > ed6feff gzip: Fix WriterTo after initial read (# 804)
  > 62dad81 readerWrapper: readByte needs to use io.ReadFull (# 802)
  > b0f7a94 Update README.md
  > 3c61d32 Allow access to internal ResponseWriter in gzhttp handler (# 799)
  > 9243a1f Update README.md
  > 47eb6d4 zstd: Fix fallback on incompressible block (# 798)
  > 5753c12 zstd: Shorten checksum code (# 795)
  > 6c7dd07 zstd: Load source value at start of loop (# 794)
  > 2a02ad2 zstd: Fix back-referenced offset (# 793)
  > dc198c1 zstd: Respect WithAllLitEntropyCompression (# 792)
  > 382ea74 zstd: Revert table size change  (# 789)
  > 4bac43a zstd: Fix quick reject on long backmatches (# 787)
  > 31b99fb zstd: Make load(32|64)32 safer and smaller (# 788)
  > 2f99358 zstd: Improve zstd best efficiency (# 784)
  > 69a8ecc zstd: Fix amd64 not always detecting corrupt data (# 785)
  > 7633d62 s2: Allow CustomEncoder fallback (# 780)
  > eeeec76 s2: Fix huge block overflow (# 779)
  > 8183f00 Update release.yml
  > 62e373e Fix Goreleaser permissions (# 777)
  > 5feee6c Update README.md
  > 134768b s2: Add Intel LZ4s converter (# 766)
  > 80b543b zstd: Speed up + improve best encoder (# 776)
  > c73f008 tests: Remove fuzz printing (# 775)
  > 34dac29 huff0: Speed up compress1xDo (# 774)
  > d900f26 gzhttp: Use strings for randomJitter to skip a copy (# 767)
  > 7501499 zstd: Report EOF from byteBuf.readBig (# 773)
  > 2e5a973 zstd: Check FSE init values (# 772)
  > 3588812 zstd: Fix ineffective block size check (# 771)
  > 0f734cf gzhttp: Add SHA256 as paranoid option (# 769)
  > 0ba0010 gzhttp: Fix crypto/rand.Read usage (# 770)
  > cd2407a gzhttp: Remove a few unneeded allocs (# 768)
  > d6408a8 ci: set minimal permissions to GitHub Workflows (# 765)
  > 421a587 tests: Add CICD Fuzz testing (# 763)
  > aeed811 gzhttp: Add BREACH mitigation (# 762)
  > 0d37eed Update README.md
  > adbe0c2 Update README.md
  > 20f77ba Update README.md
  > 5a210a0 s2: Add Dictionary support. (# 685)
  > 0faa2d1 Update all dependencies (# 758)
  > 8f278c6 build(deps): bump golang.org/x/sys in /s2/_generate (# 756)
  > 47158f2 s2: Add support for custom stream encoder (# 755)
  > fdc8ab0 s2: Add compression estimate (# 752)
  > 7e21226 s2: Add LZ4 block converter (# 748)
  > 0793ca1 tests: Upgrade to Go 1.20 (# 749)
  > c847bde s2: Support ReadAt in ReadSeeker (# 747)
  > 69922df s2c/s2sx: Use concurrent decoding (# 746)
  > fe37dc6 Update README.md
  > e766bf7 fse: Optimize compression (# 745)
  > 5f40643 zstd: Handle dicts by pointer, always (# 743)
  > 7a74de4 huff0: Speed up compression of short blocks (# 744)
  > 4b0abf4 zstd: Don't allocate dataStorage when using byteBuf (# 741)
  > fbae784 Retract v1.14.1-v.1.14.3 (# 742)
  > 463eb4c Add SuffixETag() and DropETag() options to prevent ETag collisions on compressed responses (# 740)
  > 781b247 deflate: Improve level 7-9 (# 739)
  > 60e376b huff0: Assembler improvements (# 736)
  > 272358c huff0: Reduce bounds checking (# 734)
  > ded586e tests: Don't leak file descriptors in tests (# 729)
  > 3dc6c36 zstd: Add delta encoding support (# 728)
  > ad02c91 Update README.md
  > cf92ccf Update README.md
  > 8b191e4 s2: Add example for indexing and existing stream (# 723)
  > 053e2a6 export NoGzipResponseWriter for custom ResponseWriter wrappers (# 722)
  > 5206968 zstd: Shave some instructions off the amd64 asm (# 720)
  > 272fbc7 tests: Tweak fuzz tests (# 719)
  > b2d7bff zstd: Trigger BCE by switching on lengths (# 716)
  > b3140ce flate: Improve speed in big stateless blocks. (# 718)
  > 1f355e8 Update README.md
  > 2e3fb33 Update README.md
  > 6810f22 zstd: Import xxhash v2.2.0 (# 708)
  > 0d2a371 zstd: sync xxhash with final accepted patch upstream (# 707)
  > a0c1f61 zstd: Select best match using selection trees (# 706)
  > 48791b0 zstd: Improve best compression's match selection (# 705)
  > e5c6ce2 huff0: Check for zeros earlier in Scratch.countSimple (# 704)
  > dfaad36 zstd: Use individual reset threshold (# 703)
  > d3349be zstd: Write table clearing in a way that the compiler recognizes (# 702)
  > b7c48cb zstd: Rewrite matchLen to make it inlineable (# 701)
  > 6efddf2 zstd: Revert # 699 (# 700)
  > 2878205 zstd: Improve throughput of SpeedBestCompression encoder (# 699)
  > fae4e3f zstd: Faster CRC checking/skipping (# 696)
  > 4af4108 zstd: Replace bytes.Equal with smaller comparisons (# 695)
  > c1e79a0 zstd: Improve "best" end search (# 693)
  > 6f95269 Add MaxEncodedSize to encoder (# 691)
  > cbc850f Update README.md
  > 7a1ca0d Update README.md
  > 9559b03 gzhttp: Always delete `HeaderNoCompression` (# 683)
  > 1619336 zstd: Tweak decoder allocs. (# 680)
  > 7db606e Update README.md
bumping github.com/google/uuid 44b5fee...b3cae7c:
  > b3cae7c chore(master): release 1.3.1 (# 127)
  > 7b8f57c fix(ci): switch to release-please app (# 126)
  > e69e468 chore(ci): configure release-please, update contrib (# 122)
  > 97c970d chore(ci): add apidiff check for API compatibility (# 123)
  > 53f93a8 docs: change godoc URL in README (# 124)
  > 0b416df docs: update link to RFC 4122 (# 93)
  > 75e1ac5 docs: shell format go tool command (# 111)
  > d719869 docs: fix typo node_js docs (# 117)
  > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118)
  > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions
  > e3f8b98 chore(ci): add Action-based tests (# 121)
  > db89a3c fix go1.20 resolving to go1.2
  > 78d68fc chore(ci): add Action-based tests
bumping gomodules.xyz/jsonpatch/v2 13a9e4a...17d7994:
  > 17d7994 Shortcut when two json documents are same (# 37)
bumping github.com/go-logr/logr 47e013c...4da5305:
  > 4da5305 make Discard logger equal to null logger
  > 4d25940 funcr: optimize WithValues/WithName/WithCallDepth
  > 00ed9d0 Merge pull request # 163 from thockin/example-v-enabled
  > d4762a8 Merge pull request # 161 from thockin/master
  > b818fb2 Add examples for Logger methods
  > b10dd33 Merge pull request # 162 from thockin/github-assign
  > 5b49379 Fix comments on optional sink interfaces
  > af0016d Merge pull request # 159 from thockin/master
  > 18e8b87 Make github assign PRs and issues
  > a8aea2e funcr: JSON invalid output with 1st field omitted
  > 4497483 Merge pull request # 160 from thockin/pr-148-takeover
  > f2636e2 Merge pull request # 155 from thockin/master
  > 41ad1c2 testr: merge testLogger and testLoggerInterface
  > b3dc695 Make zero value useful and add .IsZero()
  > 7ea0fe3 Add pkg doc to example
  > 8f2e557 If logging as JSON and the type is json.RawMessage log it "as-is" (# 147)
  > 46d9b05 Use newer gofmt
  > a49c971 Merge pull request # 146 from thockin/master
  > 772cb53 Remove deprecated linters
  > 2d5bc33 Merge pull request # 143 from jeandeaual/testr-interface
  > abbd0bc Bump Go version for GH actions
  > 89d4c03 Merge pull request # 144 from balki/patch-1
  > a326b84 testr: use an interface to make it work with *testing.B and *testing.F in addition to *testing.T
  > 059d32c Fix syntax in documentation
bumping github.com/openzipkin/zipkin-go 4541717...e84b2cf:
  > e84b2cf bump dependencies (# 216)
  > 15a86c1 update gha bumping go version matrix, trying to fix codecov (# 215)
  > 87e3b85 chore(deps): bump sarama to v1.40.0 (# 214)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Aug 30, 2023
1 parent cea3201 commit 1a33099
Show file tree
Hide file tree
Showing 55 changed files with 1,623 additions and 1,325 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
knative.dev/caching v0.0.0-20230822003854-eb3243f87fff
knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0
knative.dev/networking v0.0.0-20230828082700-1e4e18318353
knative.dev/pkg v0.0.0-20230821102121-81e4ee140363
knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4
sigs.k8s.io/yaml v1.3.0
)

Expand Down Expand Up @@ -89,7 +89,7 @@ require (
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
Expand All @@ -103,7 +103,7 @@ require (
github.com/google/go-github/v27 v27.0.6 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/s2a-go v0.1.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
Expand All @@ -113,7 +113,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand All @@ -122,7 +122,7 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/openzipkin/zipkin-go v0.4.1 // indirect
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
Expand All @@ -143,7 +143,7 @@ require (
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
Expand Down
31 changes: 17 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KE
github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas=
github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU=
github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=
github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
Expand All @@ -218,6 +218,7 @@ github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh
github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=
github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/gobuffalo/flect v1.0.2 h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA=
github.com/gobuffalo/flect v1.0.2/go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs=
github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s=
Expand Down Expand Up @@ -306,12 +307,13 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 h1:yAJXTCF9TqKcTiHJAE8dj7HMvPfh66eeA2JYW7eFpSE=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/google/s2a-go v0.1.5 h1:8IYp3w9nysqv3JH+NJgXJzGbDHzLOTj43BmSkp+O7qg=
github.com/google/s2a-go v0.1.5/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/enterprise-certificate-proxy v0.2.5 h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=
github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
Expand Down Expand Up @@ -363,8 +365,9 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.15.11 h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c=
github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
Expand Down Expand Up @@ -406,18 +409,18 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo/v2 v2.4.0 h1:+Ig9nvqgS5OBSACXNk15PLdp0U9XPYROt9CFzVdFGIs=
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.23.0 h1:/oxKu9c2HVap+F3PfKort2Hw5DEU+HGlW8n+tguWsys=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc2 h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=
github.com/opencontainers/image-spec v1.1.0-rc2/go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ=
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/openzipkin/zipkin-go v0.4.1 h1:kNd/ST2yLLWhaWrkgchya40TJabe8Hioj9udfPcEO5A=
github.com/openzipkin/zipkin-go v0.4.1/go.mod h1:qY0VqDSN1pOBN94dBc6w2GJlWLiovAyg7Qt6/I9HecM=
github.com/openzipkin/zipkin-go v0.4.2 h1:zjqfqHjUpPmB3c1GlCvvgsM1G4LkvqQbBDueDOCg/jA=
github.com/openzipkin/zipkin-go v0.4.2/go.mod h1:ZeVkFjuuBiSy13y8vpSDCjMi9GoI3hPpCJSBx/EYFhY=
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down Expand Up @@ -781,8 +784,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
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=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gomodules.xyz/jsonpatch/v2 v2.3.0 h1:8NFhfS6gzxNqjLIYnZxg319wZ5Qjnx4m/CcX+Klzazc=
gomodules.xyz/jsonpatch/v2 v2.3.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca h1:PupagGYwj8+I4ubCxcmcBRk3VlUWtTg5huQpZR9flmE=
gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/netlib v0.0.0-20181029234149-ec6d1f5cefe6/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
Expand Down Expand Up @@ -948,8 +951,8 @@ knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0 h1:n9YEGYuoj31pAkhGlNL+xTQAe
knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20230828082700-1e4e18318353 h1:Ll5uB/h54ghuaWjoVAOUoar4dTSVpV26XOmnvKKevHQ=
knative.dev/networking v0.0.0-20230828082700-1e4e18318353/go.mod h1:1voQlQD0tuot6U3Kldw+uch33mK2LV85fi3MfbV0CP8=
knative.dev/pkg v0.0.0-20230821102121-81e4ee140363 h1:TI2hMwTM5Bl+yaWu1gN5bXAHSvc+FtH9cqm3NzmDBtY=
knative.dev/pkg v0.0.0-20230821102121-81e4ee140363/go.mod h1:dA3TdhFTRm4KmmpvfknpGV43SbGNFkLHySjC8/+NczM=
knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4 h1:UKse4ZRulN2Xif4agvPbvUAxSsDlLLJTy/mrHp9CRN4=
knative.dev/pkg v0.0.0-20230829134737-fcccb4e1a0a4/go.mod h1:KOCW7iby+PL0aSDG2Ta7Vf1kCn+VAqL7QaTyK0c4fuk=
pgregory.net/rapid v1.0.0 h1:iQaM2w5PZ6xvt6x7hbd7tiDS+nk7YPp5uCaEba+T/F4=
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=
Expand Down
3 changes: 0 additions & 3 deletions vendor/github.com/go-logr/logr/.golangci.yaml

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

32 changes: 1 addition & 31 deletions vendor/github.com/go-logr/logr/discard.go

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

Loading

0 comments on commit 1a33099

Please sign in to comment.