Skip to content

Commit

Permalink
upgrade to latest dependencies (#487)
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing 3dfe973...0e165f2:
  > 0e165f2 Containersource use OIDC identity of corresponding SinkBinding (# 7890)
bumping knative.dev/eventing-redis 4bac6d3...230745c:
  > 230745c upgrade to latest dependencies (# 566)
bumping github.com/davecgh/go-spew 8991bc2...d8f796a:
  > d8f796a travis: test against go 1.11
bumping github.com/go-openapi/jsonpointer 5df0d69...344388f:
  > 344388f fix(GetForToken): added support for pointer to interface{}
  > 6cf0fb8 updated to swag v0.22.5
  > d329668 Merge pull request # 14 from fredbi/chore/relint-update
  > 7df7a46 Merge pull request # 12 from gaiaz-iusipov/update-go-and-deps
  > b59e589 chore: updated and relinted
  > a603eaf Merge pull request # 10 from magodo/offset
  > c7d4199 Update dependencies
  > 1539753 Merge pull request # 11 from testwill/replace-loop
  > d3f17d3 Correct offset for object key
  > ff1d154 chore: slice replace loop
  > cdfe8d8 Fix bug
  > e494050 Add new method `Offset` to `jsonpointer.Pointer` to return the offset of the pointer in a JSON document
bumping github.com/go-openapi/jsonreference 1f158e5...23cc9cc:
  > 23cc9cc chore(deps): updated go-openapi deps
  > 82a5123 updated jsonpointer
  > c2779b3 doc: removed extraneous godoc link (# 19)
  > 4be0df5 Merge pull request # 18 from fredbi/chore/update-lint
  > fc60cd6 chore: update & lint
bumping github.com/go-openapi/swag 0579829...b3e7a53:
  > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted
  > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts
  > 11b0957 fix(yaml): make MarshalYAML deterministic
  > 3f60c98 fix(yaml): handled null values from JSON
  > 80e31a2 fixed broken godoc badge in readme (# 74)
  > cb87dba fixed broken link in readme (# 73)
  > cd381d7 updated & relinted (# 70)
  > 4de0676 fix: windows support for loading files (# 71)
  > f28dd7a check for nil pointers before calling IsZero. (# 67)
bumping knative.dev/eventing-kafka-broker e0c22cc...f43f310:
  > f43f310 upgrade to latest dependencies (# 3879)
bumping knative.dev/reconciler-test b2181ed...d08dcf8:
  > d08dcf8 upgrade to latest dependencies (# 717)
bumping github.com/stretchr/testify f97607b...bb548d0:
  > bb548d0 Merge pull request # 1552 from stretchr/dependabot/go_modules/github.com/stretchr/objx-0.5.2
  > e045612 Merge pull request # 1339 from bogdandrutu/uintptr
  > 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  > 5b6926d Merge pull request # 1385 from hslatman/not-implements
  > 21ba5d2 Merge branch 'master' into uintptr
  > 9f97d67 Merge pull request # 1550 from stretchr/release-notes
  > 4e56e1e Add `NotImplements` and variants
  > f7b49d3 Add support to compare uintptr
  > 7df1a82 test: add suite tests for panicking of subtests
  > fb770f8 Merge pull request # 1247 from ccoVeille/typos
  > bcb0d3f Include the auto-release notes in releases
  > 4ae48e9 Combine switch cases, difference wrapped in if statement
  > a4a54a4 fix: panic behavior for subtests
  > e2741fa Merge pull request # 1548 from arjunmahishi/msgAndArgs
  > 85d8bb6 fix typos in comments, tests and github templates
  > 2f7efa2 Fix bug where array is treated as slice in EqualExportedValues
  > 65318c3 improve: tests for asserting test names in subtests
  > e65c014 Merge pull request # 1248 from guettli/patch-1
  > 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  > ce5c2b6 assert: fix httpCode and HTTPBody occur panic when http.Handler read body
  > 130d340 improve: move comment to msgAndArgs-param in test
  > 9f0ad86 Merge pull request # 1517 from Lucaber/equalExportedValues-ptr
  > f19cdfc Merge branch 'master' into patch-1
  > 840f800 http_assertions: Include msgAndArgs is some of the existing tests
  > 8992013 collect errors from condition in defer
  > 855d1c6 test: testing.T correctness in subtests setup/teardown
  > 7c847e2 Merge pull request # 1545 from hendrywiranto/update-setupgo-v5
  > 74a35d5 Support Pointer to Struct in EqualExportedValues
  > afd76b4 gorc last update is nine years old
  > 135b468 assert: honour the msgAndArgs provided in InEpsilon
  > 4ed68e1 fix: make EventuallyWithT concurrency safe
  > 82022ee test: call order of setup/teardown for subtests
  > 7caada5 Merge pull request # 1540 from stretchr/build-badge
  > 898b77d try to update to v5
  > db8608e suite: fix subtest names (fix # 1501) (# 1504)
  > ecdde72 http_assertions: honour the msgAndArgs provided with each assertion
  > 11a6452 Bump actions/setup-go from 3.2.0 to 4.1.0
  > 4526456 improve: defer-style in Suite.Run()
  > 4b9af26 Merge pull request # 1538 from stretchr/issue-templates
  > e099480 Update the build status badge
  > 331c520 Improve readability
  > c1ca192 Bump actions/checkout from 3 to 4
  > 737a765 fix: SetupSubTest and TearDownSubTest execution order
  > fef12e7 Merge pull request # 1537 from stretchr/fix-time-equal
  > a5087d7 [chore] Issue templates: Add link to the discussion page
  > 5f48c62 address some review comments
  > 34763e0 assert: ObjectsAreEqual: use time.Equal for time.Time type
  > 351d277 Revert some changes
  > 14ffa90 Merge pull request # 1535 from arjunmahishi/fix-suit-deadlock
  > 7b3de08 Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type"
  > bd22f81 [chore] Issue templates: Switch from bold to H2 headings
  > b7c378d captureTestingT.checkResultAndErrMsg
  > 1ee798c Remove canConvert because Go 1.16 is dropped from support
  > 375474c suite: refactor test assertions
  > c719de3 Merge pull request # 1331 from ianrose14/ianrose/assertexpectations-skipped
  > c41592b suite: fix deadlock in suite.Require()/Assert()
  > 28efcd1 [chore] Fix typos and improve hints in the issue templates
  > 002647e TestErrorIs/TestNotErrorIs: check error contents
  > 882382d Merge pull request # 1441 from stretchr/mock-deprecate-AnythingOfTypeArgument
  > fc1dee9 Deprecate EqualExportedValues
  > 0e75f99 Merge pull request # 1485 from kevinburkesegment/len-format
  > 1837f62 Ensure AssertExpectations does not fail in skipped tests
  > 5ed6120 [chore] Add issue templates
  > 5105b61 Add map support doc comments to Subset and NotSubset
  > 0e90845 Merge pull request # 1445 from stretchr/assert-refactor-getLen
  > f24f3ba mock: deprecate AnythingOfTypeArgument (# 1434)
  > 7f962d5 .github: use latest Go versions
  > 5911e38 Merge pull request # 1531 from arjunmahishi/fix-equal-values
  > 89c0872 try to do the whole format string
  > 43b2ef1 Change to use godoc
  > a23f5db mock: move regexp compilation outside of Called (# 631)
  > 9e58631 assert: reverse return values of internal getLen()
  > d25ac14 Merge pull request # 1533 from brackendawson/maintainers
  > 4c4d011 assert: Fix EqualValues to handle overflow/underflow
  > f6ed021 assert: shorten cases
  > 056e9e6 docs: Fix deprecation formatting for http
  > a392378 Fixed typos
  > 7a796b8 assert: simplify getLen() implementation
  > c3b0c9b Merge pull request # 1502 from stretchr/suite-fix-reporting-of-panic-location
  > d3b6816 Add emeritus I missed
  > f7fedd9 assert: better formatting for Len() error
  > 81667ad assert: fix flaky TestNeverTrue
  > b139300 Merge pull request # 1450 from stretchr/CI-go1.21
  > 2be68b5 suite: fix recoverAndFailOnPanic to report at the right location
  > a67cee3 Update maintainers
  > 862e410 Merge pull request # 1360 from hikyaru-suzuki/feature/update_logging_output
  > 9b9a3b4 Merge pull request # 1412 from stretchr/fix-flaky-TestEventuallyIssue805
  > c86e139 CI: add go 1.21
  > 486eb6f Merge pull request # 1406 from dolmen-go/use-std-header-for-generated-code
  > 75b9b6d update: log reason output only if failed
  > 648a793 Merge pull request # 1416 from stretchr/mock-simplify-matcher-check
  > 0feb1d9 Merge branch 'master' into fix-flaky-TestEventuallyIssue805
  > af4d8a6 Merge pull request # 1320 from lesichkovm/patch-1
  > 5ca0755 codegen: use standard header for generated files
  > 24e57f1 Merge pull request # 1444 from stretchr/mock-refactor-TestIsArgsEqual
  > 307c934 mock: refactor IsType
  > 5dca985 assert: remove logs in TestEventuallyTimeout
  > 78aedbf Merge pull request # 1409 from SuperQ/test_old_versions
  > c029f41 Fix adding ? when no values passed
  > 12f05f7 Merge pull request # 1453 from stretchr/fix-1292-dep-cycle-with-objx
  > c740480 mock: refactor TestIsArgsEqual
  > 413628c mock: simplify Arguments.Diff
  > e8837d5 assert: fix TestEventuallyTimeout
  > 0a3163c Merge pull request # 1410 from alexandear/docs-fix-typos
  > 95683d1 Add tests for old Go versions
  > 14d4b9b Merge pull request # 1483 from stretchr/fix-1231-InEpsilonSlice-expected-actual-order
  > 838caea deps: exclude old testify to break the dependency cycle from objx
  > 34b8642 Merge pull request # 1346 from LandonTClipp/mockery_docs
  > 37814a1 docs: Fix typos in tests and comments
  > 92533fa Merge pull request # 1506 from stretchr/assert-simplify-isNil
  > f8dcfd6 assert.InEpsilonSlice: mention index of error in fail message
  > 975128c deps: upgrade objx to v0.5.1 to fix dep cycle
  > 6bfed73 Merge pull request # 1349 from davidjb/patch-1
  > 4f6e609 Merge branch 'master' into mockery_docs
  > 1f53b4e Merge pull request # 1505 from stretchr/more-unsafe.Pointer-tests
  > cbcc423 assert: simplify isNil implementation
  > 7d383ba assert.InEpsilonSlice: refactor
  > c6ffad3 Merge pull request # 1389 from echarrod/master
  > d099934 docs: Update URLs in README
  > 2046129 README: fix link to mockery tool
  > 858080f assert: more unsafe.Pointer tests
  > f7fbc7d assert.InEpsilonSlice: fix order of expected vs actual (# 1231)
  > b247874 Merge pull request # 1367 from stretchr/mvdkleijn-patch-1
  > 9f0f17f Correct spelling/grammar
  > 0291ba6 https
  > 8fd5aae assert.InEpsilonSlice: remove redundant check
  > 945f91b Merge pull request # 1392 from programmer04/improve-docs
  > 02647d3 Remove myself from MAINTAINERS.md
  > d2db489 Update mockery link to Github Pages
  > f728d3c assert.InEpsilonSlice: refactor
  > 68bbf7a Merge pull request # 1394 from SuperQ/go_min
  > e18a70d Document that require is not safe to call in created goroutines
  > b5dec80 assert.InEpsilonSlice: add more slice checks
  > b5eddf7 Fix Go modules version
  > ab3b974 assert.InEpsilonSlice: refactor

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored May 6, 2024
1 parent 20792c1 commit bcc978c
Show file tree
Hide file tree
Showing 28 changed files with 806 additions and 492 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ require (
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/eventing v0.41.1-0.20240503115851-3dfe973bff08
knative.dev/eventing-kafka-broker v0.41.1-0.20240503091534-e0c22ccd2f89
knative.dev/eventing-redis v0.41.1-0.20240501132103-4bac6d3e62e9
knative.dev/eventing v0.41.1-0.20240503140455-0e165f242f2d
knative.dev/eventing-kafka-broker v0.41.1-0.20240503154919-f43f310c7603
knative.dev/eventing-redis v0.41.1-0.20240503141830-230745c00458
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537
knative.dev/reconciler-test v0.0.0-20240503123133-b2181edc81ad
knative.dev/reconciler-test v0.0.0-20240503135940-d08dcf83a7db
sigs.k8s.io/controller-runtime v0.13.1
)

Expand All @@ -33,16 +33,16 @@ require (
github.com/cloudevents/conformance v0.2.0 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.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.4.1 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand Down Expand Up @@ -72,7 +72,7 @@ require (
github.com/rickb777/plural v1.2.2 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
Expand Down
41 changes: 20 additions & 21 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ github.com/coreos/go-oidc/v3 v3.9.0 h1:0J/ogVOd4y8P0f0xUh8l9t07xRP/d8tccvjHl2dcs
github.com/coreos/go-oidc/v3 v3.9.0/go.mod h1:rTKz2PYwftcrtoCzV5g5kvfJoWcm0Mk8AF8y1iAQro4=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
Expand Down Expand Up @@ -124,12 +124,12 @@ github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KE
github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU=
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=
github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs=
github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=
github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k=
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-openapi/jsonpointer v0.20.2 h1:mQc3nmndL8ZBzStEo3JYF8wzmeWffDH4VbXz58sAx6Q=
github.com/go-openapi/jsonpointer v0.20.2/go.mod h1:bHen+N0u1KEO3YlmqOjTT9Adn1RfD91Ar825/PuiRVs=
github.com/go-openapi/jsonreference v0.20.4 h1:bKlDxQxQJgwpUSgOENiMPzCTBVuc7vTdXSSgNeAhojU=
github.com/go-openapi/jsonreference v0.20.4/go.mod h1:5pZJyJP2MnYCpoeoMAql78cCHauHj0V9Lhc506VOpw4=
github.com/go-openapi/swag v0.22.7 h1:JWrc1uc/P9cSomxfnsFSVWoE1FW6bNbrVPmpQYpCcR8=
github.com/go-openapi/swag v0.22.7/go.mod h1:Gl91UqO+btAM0plGGxHqJcQZ1ZTy6jbmridBTsDy8A0=
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/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
Expand Down Expand Up @@ -255,7 +255,6 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxv
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down Expand Up @@ -351,8 +350,8 @@ github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
Expand All @@ -377,8 +376,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
Expand Down Expand Up @@ -770,18 +769,18 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.41.1-0.20240503115851-3dfe973bff08 h1:SK70ZP+CnX0gfFpH2ir0IL55IMg3FhVyqcuGuP1RvyA=
knative.dev/eventing v0.41.1-0.20240503115851-3dfe973bff08/go.mod h1:/DjKZGRcZtBx8FOSvOy3mhxzm1Wem7H3aofb6kHq/68=
knative.dev/eventing-kafka-broker v0.41.1-0.20240503091534-e0c22ccd2f89 h1:qCCxBKwahECuDTXiXs04xD0MlL8G47kSz1NeVdRIyvg=
knative.dev/eventing-kafka-broker v0.41.1-0.20240503091534-e0c22ccd2f89/go.mod h1:ZMGwenDuB+TnbESkeBREIb57Al7RVcdN7SmpsE7c1Ys=
knative.dev/eventing-redis v0.41.1-0.20240501132103-4bac6d3e62e9 h1:powJKPrHoj4K6RG5TWzn/UjN/LGWK66mvK1/Qq9mMos=
knative.dev/eventing-redis v0.41.1-0.20240501132103-4bac6d3e62e9/go.mod h1:x6SSKEd1QYx5YLId6Sv6XXtp2MSCJGujKsKQLFUb+HM=
knative.dev/eventing v0.41.1-0.20240503140455-0e165f242f2d h1:UYP3cn4MSkZPyc/9R46QUWzhShYZdUAlLa6dWclUYTs=
knative.dev/eventing v0.41.1-0.20240503140455-0e165f242f2d/go.mod h1:qdIDRuP4JOMND3IAALRl/rIw2Y9YV3WX86cK/mjEcbc=
knative.dev/eventing-kafka-broker v0.41.1-0.20240503154919-f43f310c7603 h1:9B+Q+s1ly4F0RcEaarKVpjZiTnvK+HRJhwUztkFwv6k=
knative.dev/eventing-kafka-broker v0.41.1-0.20240503154919-f43f310c7603/go.mod h1:V1UjLHz4EwskKPguiZvkosFD4UoCEVCbXN6WbdHuW70=
knative.dev/eventing-redis v0.41.1-0.20240503141830-230745c00458 h1:+z72HceWYlacyE3juvUgH5/TbixBlvBd+TcemdTMAHk=
knative.dev/eventing-redis v0.41.1-0.20240503141830-230745c00458/go.mod h1:C3bjaacBJUBAoa4gZDmBrLcWi+/TH7QXh3DD/nlz3Jc=
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0 h1:GRCZDU7GyuKnpm6L984hnsOBDR2qNBUgQS2bqBnqeq0=
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537 h1:ZCAOdzhvd0XiXFc8FiEMeLhRtm2W3WRIoX4UnYaoRGo=
knative.dev/pkg v0.0.0-20240429080158-b69fa2713537/go.mod h1:w+HoJjceYoRP+xvxtOPlXRO/NIVe8Ca/CO3EAKFAbvo=
knative.dev/reconciler-test v0.0.0-20240503123133-b2181edc81ad h1:Giud7SwYwVGkZPu6p15aIv9Xc8qg9004f0bEnxFhJPw=
knative.dev/reconciler-test v0.0.0-20240503123133-b2181edc81ad/go.mod h1:xrX67/nfPlCu0UAt9OHCpI1ZlAF0rqLA5hZrB/xu63s=
knative.dev/reconciler-test v0.0.0-20240503135940-d08dcf83a7db h1:nknSCTiHvTUc9LKffJR6WZ8mxdSI8TlLGd9lZS0il7c=
knative.dev/reconciler-test v0.0.0-20240503135940-d08dcf83a7db/go.mod h1:ctOcB7Yj+TAJ3f+jp+qoyAHnmT0GqzaTABZWSoE5Jrs=
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
61 changes: 61 additions & 0 deletions vendor/github.com/go-openapi/jsonpointer/.golangci.yml

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

8 changes: 6 additions & 2 deletions vendor/github.com/go-openapi/jsonpointer/README.md

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

Loading

0 comments on commit bcc978c

Please sign in to comment.