Skip to content

Commit

Permalink
fix(deps): update module github.com/reeflective/console to v0.1.20 in…
Browse files Browse the repository at this point in the history
… go.mod (#119)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/reeflective/console](https://redirect.github.com/reeflective/console)
| `v0.1.18` -> `v0.1.20` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2freeflective%2fconsole/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2freeflective%2fconsole/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2freeflective%2fconsole/v0.1.18/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2freeflective%2fconsole/v0.1.18/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>reeflective/console (github.com/reeflective/console)</summary>

###
[`v0.1.20`](https://redirect.github.com/reeflective/console/releases/tag/v0.1.20)

[Compare
Source](https://redirect.github.com/reeflective/console/compare/v0.1.19...v0.1.20)

#### What's Changed

- Fix bugs in shell/exit commands by
[@&#8203;maxlandon](https://redirect.github.com/maxlandon) in
[https://github.com/reeflective/console/pull/59](https://redirect.github.com/reeflective/console/pull/59)

**Full Changelog**:
reeflective/console@v0.1.19...v0.1.20

###
[`v0.1.19`](https://redirect.github.com/reeflective/console/releases/tag/v0.1.19)

[Compare
Source](https://redirect.github.com/reeflective/console/compare/v0.1.18...v0.1.19)

#### What's Changed

- Fmt by [@&#8203;maxlandon](https://redirect.github.com/maxlandon) in
[https://github.com/reeflective/console/pull/54](https://redirect.github.com/reeflective/console/pull/54)
- Update README by
[@&#8203;maxlandon](https://redirect.github.com/maxlandon) in
[https://github.com/reeflective/console/pull/55](https://redirect.github.com/reeflective/console/pull/55)
- dev by [@&#8203;maxlandon](https://redirect.github.com/maxlandon) in
[https://github.com/reeflective/console/pull/56](https://redirect.github.com/reeflective/console/pull/56)
- dev by [@&#8203;maxlandon](https://redirect.github.com/maxlandon) in
[https://github.com/reeflective/console/pull/58](https://redirect.github.com/reeflective/console/pull/58)

**Full Changelog**:
reeflective/console@v0.1.18...v0.1.19

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), 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/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 0d4f610 commit 6914fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/lmittmann/tint v1.0.5
github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257
github.com/neilotoole/slogt v1.1.0
github.com/reeflective/console v0.1.18
github.com/reeflective/console v0.1.20
github.com/reugn/pkgslog v0.2.0
github.com/samber/slog-multi v1.2.4
github.com/sebdah/goldie/v2 v2.5.5
Expand Down

0 comments on commit 6914fd1

Please sign in to comment.