Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
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
bumping knative.dev/eventing 68920d2...74253dd:
  > 74253dd [main] Upgrade to latest dependencies (# 7932)
bumping knative.dev/serving a0a1ac7...ab5c1a0:
  > ab5c1a0 Bump actions/download-artifact from 3 to 4 (# 15240)
  > e42ed25 Update net-contour nightly (# 15204)
  > a4c98d1 Bump actions/cache from 3 to 4 (# 15242)
  > 374a644 Bump actions/checkout from 3 to 4 (# 15239)
  > 45388c0 fix cluster-local routes being stalled when external-domain-tls is enabled (# 15234)
  > 69c0589 update github actions automatically (# 15225)
  > 7aa7ed8 Fix e2e script to disable cors policy for Contour tests (# 15235)
  > e89957c Update net-kourier nightly (# 15229)
  > 60c003b Update net-istio nightly (# 15230)
  > fa7eaa2 Cleanup resources from DeploymentFailure upgrade test (# 15227)
  > 5ebffd5 add pod anti affinity rules to activator component (# 15233)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed May 24, 2024
1 parent 6404700 commit 390b051
Show file tree
Hide file tree
Showing 11 changed files with 249 additions and 167 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v31 v31.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.20.0
gopkg.in/go-playground/webhooks.v5 v5.13.0
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
knative.dev/eventing v0.41.1-0.20240522212124-68920d20573f
knative.dev/eventing v0.41.1-0.20240523103154-74253dd1c57a
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997
knative.dev/serving v0.41.1-0.20240522123807-a0a1ac776600
knative.dev/serving v0.41.1-0.20240523234049-ab5c1a0fc1eb
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ github.com/stretchr/testify v1.7.0/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/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
Expand Down Expand Up @@ -721,16 +721,16 @@ 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.20240522212124-68920d20573f h1:dvExPu8EcCOf/rRkY4ThBvD6NLaZYNXb/wFEEv3G3fM=
knative.dev/eventing v0.41.1-0.20240522212124-68920d20573f/go.mod h1:bVJEkZeKJwCTFn/fh01DpaYknn8JsxeaDSQ/htciKKs=
knative.dev/eventing v0.41.1-0.20240523103154-74253dd1c57a h1:FTDl2yRQgnp/ZmBmU66igmMspkoN7Lf2WxDijIWyOqs=
knative.dev/eventing v0.41.1-0.20240523103154-74253dd1c57a/go.mod h1:IUBpMsDIfyV5836R9PN0/VyADgoDa9ykgz7gpvTseLw=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11 h1:CYoD72R8/R35REjeY2nnWfBak+Q3f+NxXwEfwcID1eU=
knative.dev/hack v0.0.0-20240507013718-68e3bfb39d11/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/networking v0.0.0-20240516132600-507209b2bf6f h1:+K321QB+dTAArNPHRfhrIzDcG0nwX3GrqO3IzBzAJF8=
knative.dev/networking v0.0.0-20240516132600-507209b2bf6f/go.mod h1:bKoqFoKxbixmcRyN8LKt4ye+tyZ/NNw2xmcyFU03lsM=
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997 h1:MN/u8ivos957WdihUjKfFw1Qv9HZ3+pe4TOwdYQiB2Q=
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997/go.mod h1:GHFUP1wtD/bR/c02QADqaAK3odDJh1ddBMvXhq/goy8=
knative.dev/serving v0.41.1-0.20240522123807-a0a1ac776600 h1:rUqIiBuGn69JqCmXmoMCGuEWLhbbAgFhxC0ovGe9qQc=
knative.dev/serving v0.41.1-0.20240522123807-a0a1ac776600/go.mod h1:O9ZmWNdd2yzvLW//zfMgcD0jz9FzL4B+CRxf+DXNM08=
knative.dev/serving v0.41.1-0.20240523234049-ab5c1a0fc1eb h1:whMa2qyF9ZXrLGBlJ/hciFjtZRg2dxHA/JQ5wXJs3MQ=
knative.dev/serving v0.41.1-0.20240523234049-ab5c1a0fc1eb/go.mod h1:O9ZmWNdd2yzvLW//zfMgcD0jz9FzL4B+CRxf+DXNM08=
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
28 changes: 25 additions & 3 deletions vendor/github.com/stretchr/testify/assert/assertion_compare.go

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

This file was deleted.

This file was deleted.

32 changes: 21 additions & 11 deletions vendor/github.com/stretchr/testify/assert/assertion_format.go

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

59 changes: 41 additions & 18 deletions vendor/github.com/stretchr/testify/assert/assertion_forward.go

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

Loading

0 comments on commit 390b051

Please sign in to comment.