dapr / go-sdk

Dapr SDK for go
Apache License 2.0
446 stars 171 forks source link

fix: go mod tidy #462

Closed sicoyle closed 1 year ago

sicoyle commented 1 year ago

go mod tidy to fix: https://github.com/dapr/go-sdk/issues/461 and closed out https://github.com/dapr/dapr/issues/6909 in verification.

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (e16e035) 69.17% compared to head (6e09f4e) 69.17%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #462 +/- ## ======================================= Coverage 69.17% 69.17% ======================================= Files 34 34 Lines 2735 2735 ======================================= Hits 1892 1892 Misses 734 734 Partials 109 109 ``` | [Files](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr) | Coverage Δ | | |---|---|---| | [client/actor.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2FjdG9yLmdv) | `46.98% <ø> (ø)` | | | [client/binding.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2JpbmRpbmcuZ28=) | `51.51% <ø> (ø)` | | | [client/client.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2NsaWVudC5nbw==) | `70.24% <ø> (ø)` | | | [client/configuration.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2NvbmZpZ3VyYXRpb24uZ28=) | `75.00% <ø> (ø)` | | | [client/crypto.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2NyeXB0by5nbw==) | `83.11% <ø> (ø)` | | | [client/invoke.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2ludm9rZS5nbw==) | `74.73% <ø> (ø)` | | | [client/lock.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2xvY2suZ28=) | `85.71% <ø> (ø)` | | | [client/metadata.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L21ldGFkYXRhLmdv) | `34.84% <ø> (ø)` | | | [client/pubsub.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L3B1YnN1Yi5nbw==) | `81.52% <ø> (ø)` | | | [client/secret.go](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L3NlY3JldC5nbw==) | `86.36% <ø> (ø)` | | | ... and [6 more](https://app.codecov.io/gh/dapr/go-sdk/pull/462?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.