Skip to content

Commit

Permalink
chore(deps): update gomod (#67)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DelineaXPM/dsv-sdk-go/v2](https://togithub.com/DelineaXPM/dsv-sdk-go)
| `v2.0.1-0.20220719195420-2376a5c350ab` -> `v2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.1-0.20220719195420-2376a5c350ab/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.1-0.20220719195420-2376a5c350ab/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/magefile/mage](https://togithub.com/magefile/mage) |
`v1.14.0` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
`v0.12.56` -> `v0.12.76` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.56/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.56/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/sheldonhull/magetools](https://togithub.com/sheldonhull/magetools)
| `v1.0.0` -> `v1.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>DelineaXPM/dsv-sdk-go
(github.com/DelineaXPM/dsv-sdk-go/v2)</summary>

###
[`v2.1.0`](https://togithub.com/DelineaXPM/dsv-sdk-go/blob/HEAD/CHANGELOG.md#v210---2023-06-27)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-sdk-go/compare/v2.0.0...v2.1.0)

##### 🎉 New Product Feature

- Add `CreateSecret` and `DeleteSecret` nethods. Thanks to contribution
by [@&#8203;michaelsauter](https://togithub.com/michaelsauter) 🎉.

##### 🧪 Tests

- Add build tag to test files `integration`. This will ensure local go
tests don't run integration tests as default or in trunk `pre-push`
triggered checks.

##### 🤖 CI & Build

-   Begin versioning and tracking of changes via `changie`.

</details>

<details>
<summary>magefile/mage (github.com/magefile/mage)</summary>

### [`v1.15.0`](https://togithub.com/magefile/mage/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/magefile/mage/compare/v1.14.0...v1.15.0)

#### Changelog

- [`9e91a03`](https://togithub.com/magefile/mage/commit/9e91a03) Update
CI ([#&#8203;466](https://togithub.com/magefile/mage/issues/466))
- [`9199872`](https://togithub.com/magefile/mage/commit/9199872) fix
erroneous docstring of sh.Exec()
([#&#8203;452](https://togithub.com/magefile/mage/issues/452))
- [`02bde0b`](https://togithub.com/magefile/mage/commit/02bde0b) Update
jQuery to 3.5.0
([#&#8203;458](https://togithub.com/magefile/mage/issues/458))
- [`1b8774a`](https://togithub.com/magefile/mage/commit/1b8774a) -d dir
contains magefiles stop with "No .go files marked with the mage build
tag..." ([#&#8203;447](https://togithub.com/magefile/mage/issues/447))
([#&#8203;448](https://togithub.com/magefile/mage/issues/448))
- [`a920604`](https://togithub.com/magefile/mage/commit/a920604) mage:
cancel context on SIGINT
([#&#8203;313](https://togithub.com/magefile/mage/issues/313))

</details>

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.75...v0.12.76)

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

#### What's Changed

##### Fixes 🔧

- fix(rgb): `Sprintf` did not format properly by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#622

**Full Changelog**:
pterm/pterm@v0.12.75...v0.12.76

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.74...v0.12.75)

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

#### What's Changed

##### Fixes 🔧

- fix: `PanelPrinter` ignored the set Writer by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#614

**Full Changelog**:
pterm/pterm@v0.12.74...v0.12.75

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.73...v0.12.74)

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

#### What's Changed

##### Exciting New Features 🎉

- feat: automatically inject more `CallerOffset` in
`pterm.NewSlogHandler` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#609

##### Other Changes

- examples: fixed `interactive_multiselect` examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#606
- ci(examples): demo is now always at the top by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#607

**Full Changelog**:
pterm/pterm@v0.12.73...v0.12.74

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.72...v0.12.73)

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

#### What's Changed

##### Fixes 🔧

- fix(logger): `LogLevelDisabled` does no longer print anything by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#601

##### Other Changes

- examples: fix typo in demo by
[@&#8203;jrschumacher](https://togithub.com/jrschumacher) in
[pterm/pterm#598

#### New Contributors

- [@&#8203;jrschumacher](https://togithub.com/jrschumacher) made their
first contribution in
[pterm/pterm#598

**Full Changelog**:
pterm/pterm@v0.12.72...v0.12.73

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.71...v0.12.72)

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

#### What's Changed

##### Fixes 🔧

- fix: exit on `ctrl+c` in interactive printers by default by
[@&#8203;panbanda](https://togithub.com/panbanda) in
[pterm/pterm#593

##### Other Changes

- ci: updated go test command in workflow by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#594
- examples: refactored and documented all examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#596
- docs: added website to repo by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#597

#### New Contributors

- [@&#8203;panbanda](https://togithub.com/panbanda) made their first
contribution in
[pterm/pterm#593

**Full Changelog**:
pterm/pterm@v0.12.71...v0.12.72

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.70...v0.12.71)

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

#### What's Changed

##### Fixes 🔧

- fix(BulletList): indentation does not work when the item has a
linebreak by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt)
in
[pterm/pterm#589

**Full Changelog**:
pterm/pterm@v0.12.70...v0.12.71

###
[`v0.12.70`](https://togithub.com/pterm/pterm/releases/tag/v0.12.70):
Heatmap Printer 🎉

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.69...v0.12.70)

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

#### What's Changed

##### Exciting New Features 🎉

- Feature: Default value for interactive text input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#577
- Added a heatmap printer by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#487

<img width="800"
src="https://github.com/pterm/pterm/assets/56639481/c994c395-3b94-4b27-af20-4ae5fd6fc0be"
/>

##### Fixes 🔧
* fix(heatmap): fix bug legend was not fully boxed by
@&#8203;floau[pterm/pterm#583
* fix(heatmap): fix bug legend was too long by
@&#8203;floau[pterm/pterm#585

**Full Changelog**:
pterm/pterm@v0.12.69...v0.12.70

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.68...v0.12.69)

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

#### What's Changed

##### Exciting New Features 🎉

- feat(select): added additional navigation keys by
[@&#8203;hpcsc](https://togithub.com/hpcsc) in
[pterm/pterm#572

#### New Contributors

- [@&#8203;hpcsc](https://togithub.com/hpcsc) made their first
contribution in
[pterm/pterm#572

**Full Changelog**:
pterm/pterm@v0.12.68...v0.12.69

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.67...v0.12.68)

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

#### What's Changed

##### Fixes 🔧

- fix: upgrade Go version to 1.21 by
[@&#8203;juburr](https://togithub.com/juburr) in
[pterm/pterm#569
- fix: don't intercept os signals by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#570

#### New Contributors

- [@&#8203;juburr](https://togithub.com/juburr) made their first
contribution in
[pterm/pterm#569

**Full Changelog**:
pterm/pterm@v0.12.67...v0.12.68

###
[`v0.12.67`](https://togithub.com/pterm/pterm/releases/tag/v0.12.67):
Pretty slog handler!

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.66...v0.12.67)

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

#### What's Changed

##### Exciting New Features 🎉

- feat: add handler for log/slog in go1.21 by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#548
- [DEMO &
EXAMPLE](https://togithub.com/pterm/pterm/tree/master/\_examples/slog/demo)


![Demo](https://togithub.com/pterm/pterm/blob/master/\_examples/slog/demo/animation.svg)

**Full Changelog**:
pterm/pterm@v0.12.66...v0.12.67

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.65...v0.12.66)

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

#### What's Changed

##### Exciting New Features 🎉

- feat: Multiple progressbars and spinners support by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#544


![Animation](https://raw.githubusercontent.com/pterm/pterm/master/\_examples/multiple-live-printers/demo/animation.svg)

##### Other Changes

- ci: update to Go 1.21 by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#556

**Full Changelog**:
pterm/pterm@v0.12.65...v0.12.66

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.64...v0.12.65)

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

#### What's Changed

##### Fixes 🔧

- fix(textinput): fixed buggy behavior by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#550

**Full Changelog**:
pterm/pterm@v0.12.64...v0.12.65

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.63...v0.12.64)

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

#### What's Changed

##### Exciting New Features 🎉

- feat: add custom delimiters to select printers by
[@&#8203;darkliquid](https://togithub.com/darkliquid) in
[pterm/pterm#545

#### New Contributors

- [@&#8203;darkliquid](https://togithub.com/darkliquid) made their first
contribution in
[pterm/pterm#545

**Full Changelog**:
pterm/pterm@v0.12.63...v0.12.64

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

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

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

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

###
[`v0.12.62`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01262---2023-05-24)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.61...v0.12.62)

##### Bug Fixes

-   fixed not being able to add a custom graceful shutdown

###
[`v0.12.61`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01261---2023-05-14)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61)

##### Bug Fixes

- **table:** fixed table when a column contained a whitespace at the
start or end

###
[`v0.12.60`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01260---2023-05-11)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60)

##### Features

-   **progressbar:** various progressbar improvements
-   **progressbar:** various progressbar improvements
-   **progressbar:** various progressbar improvements
-   **rgb:** added RGBStyle

##### Test

-   **rgb:** added RGBStyle tests

##### Code Refactoring

-   **rgb:** removed 'GetValues' for 'RGBStyle'

###
[`v0.12.59`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01259---2023-04-15)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.58...v0.12.59)

##### Features

-   add optional mask to InteractiveTextInputPrinter

###
[`v0.12.58`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01258---2023-04-03)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58)

##### Features

-   **logger:** implemented structured logging
-   **logger:** implemented structured logging
-   **logger:** implemented structured logging
-   **logger:** added logger
-   **logger:** create logger
-   **rgb:** made it possible to use RGB colors as background
-   **rgb:** made it possible to use RGB colors as background
-   **rgb:** made it possible to use RGB colors as background

##### Bug Fixes

-   **rgb:** fix Fade maxValue == current not displaying the last color

###
[`v0.12.57`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01257---2023-03-28)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.56...v0.12.57)

##### Code Refactoring

-   use `pterm.Print` instead of `fmt.Print` functions

</details>

<details>
<summary>sheldonhull/magetools
(github.com/sheldonhull/magetools)</summary>

###
[`v1.0.1`](https://togithub.com/sheldonhull/magetools/blob/HEAD/CHANGELOG.md#v101---2023-05-25)

[Compare
Source](https://togithub.com/sheldonhull/magetools/compare/v1.0.0...v1.0.1)

##### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades,
and setup.

##### 🤖 CI & Build

- Adjust changie to latest version with block input support and new
cleaned up categories.

##### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is
fixed.

##### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug
when matching condition instead of Info level, as this has to be used in
many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then
resolve `CI=1` as generic CI instead.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/DelineaXPM/terraform-provider-dsv).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 7b8073d commit 85ddefe
Show file tree
Hide file tree
Showing 201 changed files with 20,753 additions and 8,932 deletions.
42 changes: 22 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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.56
github.com/sheldonhull/magetools v1.0.0
github.com/DelineaXPM/dsv-sdk-go/v2 v2.1.0
github.com/magefile/mage v1.15.0
github.com/pterm/pterm v0.12.76
github.com/sheldonhull/magetools v1.0.1
)

require (
atomicgo.dev/schedule v0.1.0 // indirect
cloud.google.com/go/compute v1.19.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v0.13.0 // indirect
Expand All @@ -26,28 +27,28 @@ require (
github.com/vmihailenco/tagparser v0.1.2 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.30.0 // indirect
mvdan.cc/sh/v3 v3.6.0 // indirect
)

require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/cursor v0.2.0 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
bitbucket.org/creachadair/shell v0.0.7 // indirect
cloud.google.com/go v0.110.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.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
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/bitfield/script v0.20.2 // indirect
github.com/bitfield/script v0.22.0 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.6.2 // indirect
Expand All @@ -61,15 +62,14 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/itchyny/gojq v0.12.7 // indirect
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/lithammer/fuzzysearch v1.1.5 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/cli v1.1.4 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand All @@ -85,19 +85,21 @@ require (
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
github.com/ztrue/tracerr v0.3.0 // indirect
github.com/ztrue/tracerr v0.4.0 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect; indirect // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
)

go 1.19
go 1.21

toolchain go1.21.6
121 changes: 76 additions & 45 deletions go.sum

Large diffs are not rendered by default.

54 changes: 41 additions & 13 deletions vendor/atomicgo.dev/cursor/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,83 @@ linters-settings:
- ptrToRefParam
- paramTypeCombine
- unnamedResult
misspell:
locale: US
linters:
disable-all: true
enable:
# default linters
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
# additional linters
- asasalint
- asciicheck
- bidichk
- bodyclose
- containedctx
- contextcheck
- decorder
- dupl
- durationcheck
- errchkjson
- errname
- errorlint
- exhaustive
- gci
- gocognit
- exhaustruct
- exportloopref
- forcetypeassert
- gocheckcompilerdirectives
- gocritic
- godot
- godox
- goerr113
- gofmt
- goimports
- goprintffuncname
- misspell
- gosec
- gosmopolitan
- importas
- ireturn
- nakedret
- nestif
- nilerr
- nlreturn
- noctx
- nilnil
- prealloc
- predeclared
- revive
- rowserrcheck
- tagalign
- tenv
- thelper
- tparallel
- unconvert
- unparam
- usestdlibvars
- wastedassign
- whitespace
- wrapcheck
- wsl
- gocyclo
- misspell
issues:
# Excluding configuration per-path, per-linter, per-text and per-source
include:
- EXC0012
- EXC0014
exclude-rules:
- path: _test\.go
linters:
- gocyclo
- errcheck
- dupl
- gosec
- gocritic
- wrapcheck
- goerr113
# https://github.com/go-critic/go-critic/issues/926
- linters:
- gocritic
text: "unnecessaryDefer:"
- linters:
- gocritic
text: "preferDecodeRune:"
service:
golangci-lint-version: 1.39.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.53.x

0 comments on commit 85ddefe

Please sign in to comment.