Skip to content

Commit

Permalink
fix(deps): update module go.uber.org/mock to v0.5.0 (#1427)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [go.uber.org/mock](https://redirect.github.com/uber/mock) | `v0.4.0`
-> `v0.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.uber.org%2fmock/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.uber.org%2fmock/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.uber.org%2fmock/v0.4.0/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.uber.org%2fmock/v0.4.0/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>uber/mock (go.uber.org/mock)</summary>

###
[`v0.5.0`](https://redirect.github.com/uber-go/mock/releases/tag/v0.5.0)

[Compare
Source](https://redirect.github.com/uber/mock/compare/v0.4.0...v0.5.0)

#### 0.5.0 (15 Oct 2024)

##### Added

- [#&#8203;153][]: Add `--write_command_comment` flag to specify whether
to include
    `Generated by this command` comment.
- [#&#8203;191][]: Add `--build_constraint` flag to add `//go:build`
directives
    to generated mocks
- [#&#8203;214][]: Add gob mode to support custom package loading
techniques in place
    of --exec_only

##### Changed

- [#&#8203;181][]: Made mockgen faster by changing flags passed to `go
list`.
-   [#&#8203;183][]: Made `Cond` matcher generic.
-   [#&#8203;204][]: Removed `ISGOMOCK()` from generated mocks.
- [#&#8203;207][]: Deprecated reflect mode and replaced it with the new
package mode.

##### Fixed

- [#&#8203;144][]: Fix a deadlock that can happen when mocking an
interface that
    matches `fmt.Stringer`.
- [#&#8203;168][]: Fix an issue where the "generated by" comment was
being included
    in the package comment of generated mocks.

[#&#8203;144]: https://redirect.github.com/uber-go/mock/pull/144

[#&#8203;153]: https://redirect.github.com/uber-go/mock/pull/153

[#&#8203;168]: https://redirect.github.com/uber-go/mock/pull/168

[#&#8203;181]: https://redirect.github.com/uber-go/mock/pull/181

[#&#8203;183]: https://redirect.github.com/uber-go/mock/pull/183

[#&#8203;191]: https://redirect.github.com/uber-go/mock/pull/191

[#&#8203;204]: https://redirect.github.com/uber-go/mock/pull/204

[#&#8203;207]: https://redirect.github.com/uber-go/mock/pull/207

[#&#8203;214]: https://redirect.github.com/uber-go/mock/pull/214

Thanks to [@&#8203;tulzke](https://redirect.github.com/tulzke)
[@&#8203;JacobOaks](https://redirect.github.com/JacobOaks)
[@&#8203;ARR4N](https://redirect.github.com/ARR4N)
[@&#8203;sashamelentyev](https://redirect.github.com/sashamelentyev)
[@&#8203;sywhang](https://redirect.github.com/sywhang)
[@&#8203;fasmat](https://redirect.github.com/fasmat)
[@&#8203;eyasy1217](https://redirect.github.com/eyasy1217)
[@&#8203;ghouscht](https://redirect.github.com/ghouscht)
[@&#8203;tie](https://redirect.github.com/tie)
[@&#8203;Neo2308](https://redirect.github.com/Neo2308)
[@&#8203;carson-brill](https://redirect.github.com/carson-brill)
[@&#8203;alexandear](https://redirect.github.com/alexandear)
[@&#8203;sodul](https://redirect.github.com/sodul)
[@&#8203;nbgraham](https://redirect.github.com/nbgraham) for their
contributions this release.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 1f06d5a commit 0c6fd7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
go.opentelemetry.io/otel/sdk v1.30.0
go.opentelemetry.io/otel/sdk/metric v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
go.uber.org/mock v0.4.0
go.uber.org/mock v0.5.0
go.uber.org/zap v1.27.0
gocloud.dev v0.39.0
golang.org/x/crypto v0.27.0
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=
go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc=
go.uber.org/mock v0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU=
go.uber.org/mock v0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
Expand Down
2 changes: 1 addition & 1 deletion flagd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
go.opentelemetry.io/otel/sdk v1.30.0
go.opentelemetry.io/otel/sdk/metric v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
go.uber.org/mock v0.4.0
go.uber.org/mock v0.5.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.29.0
golang.org/x/sync v0.8.0
Expand Down
2 changes: 2 additions & 0 deletions flagd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=
go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc=
go.uber.org/mock v0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU=
go.uber.org/mock v0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
Expand Down

0 comments on commit 0c6fd7f

Please sign in to comment.