Skip to content

Commit

Permalink
chore(deps): update ⬆️ golang module github.com/pterm/pterm to v0.12.…
Browse files Browse the repository at this point in the history
…50 (#38)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require |
patch | `v0.12.49` -> `v0.12.50` |

---

### Release Notes

<details>
<summary>pterm/pterm</summary>

### [`v0.12.50`](https://togithub.com/pterm/pterm/releases/tag/v0.12.50)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.49...v0.12.50)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: slice bounds out of range on select printer by
[@&#8203;mponton](https://togithub.com/mponton) in
[pterm/pterm#420

##### Other Changes

- chore(ci): remove macos from matrix by
[@&#8203;rafaelrubbioli](https://togithub.com/rafaelrubbioli) in
[pterm/pterm#412

#### New Contributors

- [@&#8203;rafaelrubbioli](https://togithub.com/rafaelrubbioli) made
their first contribution in
[pterm/pterm#412
- [@&#8203;mponton](https://togithub.com/mponton) made their first
contribution in
[pterm/pterm#420

**Full Changelog**:
pterm/pterm@v0.12.49...v0.12.50

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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, click
this checkbox.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyOS4wIn0=-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] committed Dec 8, 2022
1 parent 93c932d commit 395e4ae
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 143 deletions.
10 changes: 1 addition & 9 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/DelineaXPM/terraform-provider-dsv/v2
require (
github.com/DelineaXPM/dsv-sdk-go/v2 v2.0.1-0.20220719195420-2376a5c350ab
github.com/magefile/mage v1.14.0
github.com/pterm/pterm v0.12.49
github.com/pterm/pterm v0.12.50
github.com/sheldonhull/magetools v1.0.0
)

Expand All @@ -19,18 +19,12 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/jstemmer/go-junit-report v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.2.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

require (
Expand All @@ -40,7 +34,6 @@ require (
cloud.google.com/go v0.104.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/apparentlymart/go-textseg v1.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
Expand Down Expand Up @@ -88,7 +81,6 @@ require (
github.com/rivo/uniseg v0.4.2 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/zclconf/go-cty v1.11.1 // indirect
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
Expand Down

0 comments on commit 395e4ae

Please sign in to comment.