Skip to content

Commit

Permalink
deps(deps): update all non-major dependencies (#269)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/stretchr/testify](https://redirect.github.com/stretchr/testify)
| `v1.9.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/validator-labs/validator](https://redirect.github.com/validator-labs/validator)
| `v0.1.12` -> `v0.1.13` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator/v0.1.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator/v0.1.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator/v0.1.12/v0.1.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator/v0.1.12/v0.1.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/validator-labs/validator-plugin-aws](https://redirect.github.com/validator-labs/validator-plugin-aws)
| `v0.1.8` -> `v0.1.9` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator-plugin-aws/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator-plugin-aws/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator-plugin-aws/v0.1.8/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator-plugin-aws/v0.1.8/v0.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/validator-labs/validator-plugin-azure](https://redirect.github.com/validator-labs/validator-plugin-azure)
| `v0.0.22` -> `v0.0.23` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator-plugin-azure/v0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator-plugin-azure/v0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator-plugin-azure/v0.0.22/v0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator-plugin-azure/v0.0.22/v0.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>

###
[`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0)

[Compare
Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

#### What's Changed

##### Functional Changes

- Add PanicAssertionFunc by
[@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) in
[https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337)
- assert: deprecate CompareType by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1566](https://redirect.github.com/stretchr/testify/pull/1566)
- assert: make YAML dependency pluggable via build tags by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1579](https://redirect.github.com/stretchr/testify/pull/1579)
- assert: new assertion NotElementsMatch by
[@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1600](https://redirect.github.com/stretchr/testify/pull/1600)
- mock: in order mock calls by
[@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) in
[https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637)
- Add assertion for NotErrorAs by
[@&#8203;palsivertsen](https://redirect.github.com/palsivertsen) in
[https://github.com/stretchr/testify/pull/1129](https://redirect.github.com/stretchr/testify/pull/1129)
- Record Return Arguments of a Call by
[@&#8203;jayd3e](https://redirect.github.com/jayd3e) in
[https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636)
- assert.EqualExportedValues: accepts everything by
[@&#8203;redachl](https://redirect.github.com/redachl) in
[https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586)

##### Fixes

- assert: make tHelper a type alias by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1562](https://redirect.github.com/stretchr/testify/pull/1562)
- Do not get argument again unnecessarily in Arguments.Error() by
[@&#8203;TomWright](https://redirect.github.com/TomWright) in
[https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820)
- Fix time.Time compare by
[@&#8203;myxo](https://redirect.github.com/myxo) in
[https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582)
- assert.Regexp: handle \[]byte array properly by
[@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment)
in
[https://github.com/stretchr/testify/pull/1587](https://redirect.github.com/stretchr/testify/pull/1587)
- assert: collect.FailNow() should not panic by
[@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) in
[https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481)
- mock: simplify implementation of FunctionalOptions by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1571](https://redirect.github.com/stretchr/testify/pull/1571)
- mock: caller information for unexpected method call by
[@&#8203;spirin](https://redirect.github.com/spirin) in
[https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644)
- suite: fix test failures by
[@&#8203;stevenh](https://redirect.github.com/stevenh) in
[https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421)
- Fix issue
[#&#8203;1662](https://redirect.github.com/stretchr/testify/issues/1662)
(comparing infs should fail) by
[@&#8203;ybrustin](https://redirect.github.com/ybrustin) in
[https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663)
- NotSame should fail if args are not pointers
[#&#8203;1661](https://redirect.github.com/stretchr/testify/issues/1661)
by [@&#8203;sikehish](https://redirect.github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664)
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
by [@&#8203;sikehish](https://redirect.github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1667](https://redirect.github.com/stretchr/testify/pull/1667)
- fix: compare functional option names for indirect calls by
[@&#8203;arjun-1](https://redirect.github.com/arjun-1) in
[https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626)

##### Documantation, Build & CI

- .gitignore: ignore "go test -c" binaries by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1565](https://redirect.github.com/stretchr/testify/pull/1565)
- mock: improve doc by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1570](https://redirect.github.com/stretchr/testify/pull/1570)
- mock: fix FunctionalOptions docs by
[@&#8203;snirye](https://redirect.github.com/snirye) in
[https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433)
- README: link out to the excellent testifylint by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1568](https://redirect.github.com/stretchr/testify/pull/1568)
- assert: fix typo in comment by
[@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) in
[https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580)
- Correct the EventuallyWithT and EventuallyWithTf example by
[@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) in
[https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588)
- CI: bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/stretchr/testify/pull/1575](https://redirect.github.com/stretchr/testify/pull/1575)
- mock: document more alternatives to deprecated AnythingOfTypeArgument
by [@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1569](https://redirect.github.com/stretchr/testify/pull/1569)
- assert: Correctly document EqualValues behavior by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1593](https://redirect.github.com/stretchr/testify/pull/1593)
- fix: grammar in godoc by
[@&#8203;miparnisari](https://redirect.github.com/miparnisari) in
[https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607)
- .github/workflows: Run tests for Go 1.22 by
[@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in
[https://github.com/stretchr/testify/pull/1629](https://redirect.github.com/stretchr/testify/pull/1629)
- Document suite's lack of support for t.Parallel by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1645](https://redirect.github.com/stretchr/testify/pull/1645)
- assert: fix typos in comments by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1650](https://redirect.github.com/stretchr/testify/pull/1650)
- mock: fix doc comment for NotBefore by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1651](https://redirect.github.com/stretchr/testify/pull/1651)
- Generate better comments for require package by
[@&#8203;Neokil](https://redirect.github.com/Neokil) in
[https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610)
- README: replace Testify V2 notice with
[@&#8203;dolmen](https://redirect.github.com/dolmen)'s V2 manifesto by
[@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1518](https://redirect.github.com/stretchr/testify/pull/1518)

#### New Contributors

- [@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) made
their first contribution in
[https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337)
- [@&#8203;TomWright](https://redirect.github.com/TomWright) made their
first contribution in
[https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820)
- [@&#8203;snirye](https://redirect.github.com/snirye) made their first
contribution in
[https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433)
- [@&#8203;myxo](https://redirect.github.com/myxo) made their first
contribution in
[https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582)
- [@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) made
their first contribution in
[https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580)
- [@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) made
their first contribution in
[https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588)
- [@&#8203;miparnisari](https://redirect.github.com/miparnisari) made
their first contribution in
[https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607)
- [@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) made
their first contribution in
[https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481)
- [@&#8203;spirin](https://redirect.github.com/spirin) made their first
contribution in
[https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644)
- [@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) made their
first contribution in
[https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637)
- [@&#8203;stevenh](https://redirect.github.com/stevenh) made their
first contribution in
[https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421)
- [@&#8203;jayd3e](https://redirect.github.com/jayd3e) made their first
contribution in
[https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636)
- [@&#8203;Neokil](https://redirect.github.com/Neokil) made their first
contribution in
[https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610)
- [@&#8203;redachl](https://redirect.github.com/redachl) made their
first contribution in
[https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586)
- [@&#8203;ybrustin](https://redirect.github.com/ybrustin) made their
first contribution in
[https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663)
- [@&#8203;sikehish](https://redirect.github.com/sikehish) made their
first contribution in
[https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664)
- [@&#8203;arjun-1](https://redirect.github.com/arjun-1) made their
first contribution in
[https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626)

**Full Changelog**:
stretchr/testify@v1.9.0...v1.10.0

</details>

<details>
<summary>validator-labs/validator
(github.com/validator-labs/validator)</summary>

###
[`v0.1.13`](https://redirect.github.com/validator-labs/validator/releases/tag/v0.1.13)

[Compare
Source](https://redirect.github.com/validator-labs/validator/compare/v0.1.12...v0.1.13)

##### Features

- frequency annotation helper
([#&#8203;422](https://redirect.github.com/validator-labs/validator/issues/422))
([b2ca83f](https://redirect.github.com/validator-labs/validator/commit/b2ca83f7052037c5a6c08c9974abaea65c2c2a9b))

##### Other

- **deps:** bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
([#&#8203;438](https://redirect.github.com/validator-labs/validator/issues/438))
([b69e66f](https://redirect.github.com/validator-labs/validator/commit/b69e66f5469ac6cfe2e2cb14eefba0ca27f015e8))
- update renovate.json
([96c3ea7](https://redirect.github.com/validator-labs/validator/commit/96c3ea77b8e2d24395aee6a57b017871923ad58e))
- Update renovate.json
([#&#8203;436](https://redirect.github.com/validator-labs/validator/issues/436))
([d720806](https://redirect.github.com/validator-labs/validator/commit/d720806372b6b2f6882d3d461004f5e92f5463cf))

##### Dependency Updates

- **deps:** update actions/checkout digest to
[`11bd719`](https://redirect.github.com/validator-labs/validator/commit/11bd719)
([#&#8203;430](https://redirect.github.com/validator-labs/validator/issues/430))
([dcc37af](https://redirect.github.com/validator-labs/validator/commit/dcc37afc2e38081c6ed432be2d39d73eb01ada94))
- **deps:** update actions/checkout digest to
[`eef6144`](https://redirect.github.com/validator-labs/validator/commit/eef6144)
([#&#8203;426](https://redirect.github.com/validator-labs/validator/issues/426))
([ae9976f](https://redirect.github.com/validator-labs/validator/commit/ae9976fac047431dddf51d88c9ad3f72e9b40623))
- **deps:** update all non-major dependencies
([#&#8203;437](https://redirect.github.com/validator-labs/validator/issues/437))
([8a2fb74](https://redirect.github.com/validator-labs/validator/commit/8a2fb74f4d15f3d6e7b6227865d01382ce4634b6))
- **deps:** update golang.org/x/exp digest to
[`2d47ceb`](https://redirect.github.com/validator-labs/validator/commit/2d47ceb)
([#&#8203;439](https://redirect.github.com/validator-labs/validator/issues/439))
([4f2ffdf](https://redirect.github.com/validator-labs/validator/commit/4f2ffdf1a15c2d8013647cc120da345e650d81ca))
- **deps:** update golang.org/x/exp digest to
[`f66d83c`](https://redirect.github.com/validator-labs/validator/commit/f66d83c)
([#&#8203;425](https://redirect.github.com/validator-labs/validator/issues/425))
([edf709b](https://redirect.github.com/validator-labs/validator/commit/edf709b18478b821097b0f4c20feb2edc99ee7a0))
- **deps:** update kubernetes packages to v0.31.1
([#&#8203;388](https://redirect.github.com/validator-labs/validator/issues/388))
([5459610](https://redirect.github.com/validator-labs/validator/commit/5459610bffee6262b35e069ece63dd5417a6b39a))
- **deps:** update kubernetes packages to v0.31.2
([#&#8203;431](https://redirect.github.com/validator-labs/validator/issues/431))
([16f3c2a](https://redirect.github.com/validator-labs/validator/commit/16f3c2a9da959f00e159fe427daf835911f795b6))
- **deps:** update module
buf.build/gen/go/spectrocloud/spectro-cleanup/connectrpc/go to
v1.17.0-20240205164452-95dfd137cb54.1
([#&#8203;421](https://redirect.github.com/validator-labs/validator/issues/421))
([274ba08](https://redirect.github.com/validator-labs/validator/commit/274ba08ce9e96b730c2f27e449454752eea82cf0))
- **deps:** update module
buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to
v1.35.1-20240205164452-95dfd137cb54.1
([#&#8203;428](https://redirect.github.com/validator-labs/validator/issues/428))
([728bbf1](https://redirect.github.com/validator-labs/validator/commit/728bbf1f321e7aa8a932af9072ba91e7cf0a6f1e))
- **deps:** update module connectrpc.com/connect to v1.17.0
([#&#8203;420](https://redirect.github.com/validator-labs/validator/issues/420))
([1425343](https://redirect.github.com/validator-labs/validator/commit/14253432eb8778ac69da30fabd0cbfcd49dbd02f))
- **deps:** update module github.com/onsi/ginkgo/v2 to v2.21.0
([#&#8203;433](https://redirect.github.com/validator-labs/validator/issues/433))
([d2dbcf0](https://redirect.github.com/validator-labs/validator/commit/d2dbcf04c05261aac38693bd1905132a6f69d22a))
- **deps:** update module github.com/onsi/gomega to v1.35.0
([#&#8203;434](https://redirect.github.com/validator-labs/validator/issues/434))
([274b277](https://redirect.github.com/validator-labs/validator/commit/274b277037e0b395d93164daa34c770604ebf876))
- **deps:** update module github.com/slack-go/slack to v0.15.0
([#&#8203;429](https://redirect.github.com/validator-labs/validator/issues/429))
([2ce3b4b](https://redirect.github.com/validator-labs/validator/commit/2ce3b4bacbd8eb11eca5d8ce0d9807b36dcd0767))
- **deps:** update module github.com/validator-labs/validator-plugin-oci
to v0.3.3
([#&#8203;396](https://redirect.github.com/validator-labs/validator/issues/396))
([011d5bd](https://redirect.github.com/validator-labs/validator/commit/011d5bd9ce2b5a5821858b0ac3e0081fff193a7c))
- **deps:** update module sigs.k8s.io/cluster-api to v1.8.3
([#&#8203;418](https://redirect.github.com/validator-labs/validator/issues/418))
([735df90](https://redirect.github.com/validator-labs/validator/commit/735df9000900b05f9946288ca2e46002e79e5344))
- **deps:** update module sigs.k8s.io/cluster-api to v1.8.4
([#&#8203;427](https://redirect.github.com/validator-labs/validator/issues/427))
([67fbcfc](https://redirect.github.com/validator-labs/validator/commit/67fbcfcb163fb76c781461faa3004c7e3d228077))
- **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0
([#&#8203;392](https://redirect.github.com/validator-labs/validator/issues/392))
([1c87bd3](https://redirect.github.com/validator-labs/validator/commit/1c87bd3fd905661b0eb6dc7d61f88e93bcea2940))
- **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1
([#&#8203;432](https://redirect.github.com/validator-labs/validator/issues/432))
([7b2f95a](https://redirect.github.com/validator-labs/validator/commit/7b2f95ac51e2d383a4028e405459cf9b0ab672de))
- **deps:** update softprops/action-gh-release digest to
[`e7a8f85`](https://redirect.github.com/validator-labs/validator/commit/e7a8f85)
([#&#8203;435](https://redirect.github.com/validator-labs/validator/issues/435))
([cb388ca](https://redirect.github.com/validator-labs/validator/commit/cb388cafea34d1ca33757d3928ddecaa3d1fdb7f))

</details>

<details>
<summary>validator-labs/validator-plugin-aws
(github.com/validator-labs/validator-plugin-aws)</summary>

###
[`v0.1.9`](https://redirect.github.com/validator-labs/validator-plugin-aws/releases/tag/v0.1.9)

[Compare
Source](https://redirect.github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9)

##### Bug Fixes

- make inline auth work in direct mode too
([#&#8203;520](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/520))
([c3f1eee](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/c3f1eee84607a94d7998aafaa18e433313c87dd8))

##### Dependency Updates

- **deps:** update all non-major dependencies
([#&#8203;512](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/512))
([983bfd2](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/983bfd2b7f2561a955b42fcfe7cf31ad145c7710))
- **deps:** update all non-major dependencies
([#&#8203;518](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/518))
([f92f78f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/f92f78f3d17a691a9207d29d27edc54b6d6f3bc3))
- **deps:** update all non-major dependencies
([#&#8203;522](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/522))
([abd327f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/abd327f7c30f8ca02f89625ef37ab1ac6a5c53f9))
- **deps:** update all non-major dependencies to v0.31.3
([#&#8203;516](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/516))
([091c754](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/091c75401ff797412f650596b57d3fe4d756f014))
- **deps:** update build digest to
[`5ffe724`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/5ffe724)
([#&#8203;515](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/515))
([1419d51](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/1419d517537decabd5a8d8a80a3bdec779e33f1d))
- **deps:** update build digest to
[`713df39`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/713df39)
([#&#8203;511](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/511))
([5da4b08](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/5da4b08832da3eb641c54943f8a44a44457d0063))
- **deps:** update build digest to
[`a46a554`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/a46a554)
([#&#8203;521](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/521))
([d2ed373](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/d2ed373ddce68df74e4b50d8426614150e9a0eab))
- **deps:** update build digest to
[`dd09b58`](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/dd09b58)
([#&#8203;519](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/519))
([ebee491](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/ebee491eb3121f6a7ce8cc35aeaf07483a03ae44))
- **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0
([#&#8203;514](https://redirect.github.com/validator-labs/validator-plugin-aws/issues/514))
([99ea99f](https://redirect.github.com/validator-labs/validator-plugin-aws/commit/99ea99fb0b22c64fc66c628d690c7cf4bd78e3fe))

</details>

<details>
<summary>validator-labs/validator-plugin-azure
(github.com/validator-labs/validator-plugin-azure)</summary>

###
[`v0.0.23`](https://redirect.github.com/validator-labs/validator-plugin-azure/releases/tag/v0.0.23)

[Compare
Source](https://redirect.github.com/validator-labs/validator-plugin-azure/compare/v0.0.22...v0.0.23)

##### Bug Fixes

- make inline auth work in direct mode too
([#&#8203;302](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/302))
([ef08cc3](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/ef08cc3fa9d4ea80fa69c35e27cb85a311af2a67))

##### Other

- make reviewable
([#&#8203;290](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/290))
([6cf46a9](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/6cf46a97a980adc8a3782fe0a417838afaa74d42))
- update renovate.json
([032f2c5](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/032f2c5da2354e56a2bb5506c666293f579f2fd2))

##### Dependency Updates

- **deps:** update all non-major dependencies to v0.31.3
([#&#8203;299](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/299))
([c6734b2](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/c6734b2f69db1a8b04d49f6c58d776b21b1736a3))
- **deps:** update build digest to
[`3463b98`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3463b98)
([#&#8203;294](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/294))
([0c3fda0](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/0c3fda062aa997fc47f5f8dc94f4271ef5a7daa1))
- **deps:** update build digest to
[`3840c9d`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3840c9d)
([#&#8203;295](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/295))
([660378a](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/660378a873bedec4a5ea5cfe98610dd5e0ab87ef))
- **deps:** update build digest to
[`5ffe724`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/5ffe724)
([#&#8203;298](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/298))
([af26809](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/af2680972f653fc1cfeeb672e2c4a1fef12976a1))
- **deps:** update build digest to
[`713df39`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/713df39)
([#&#8203;296](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/296))
([9a4e7f7](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/9a4e7f7c9491f71c46b5ea15e4f85f16097ff6f1))
- **deps:** update build digest to
[`a46a554`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/a46a554)
([#&#8203;304](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/304))
([5bf6140](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/5bf6140c5129825668e874f6f5a1849549e8896d))
- **deps:** update build digest to
[`db64f63`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/db64f63)
([#&#8203;292](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/292))
([ea6f1e5](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/ea6f1e53a25dad9b2614f8db0349ac6e63544265))
- **deps:** update build digest to
[`dd09b58`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/dd09b58)
([#&#8203;303](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/303))
([f665a82](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/f665a82b470fd0a9a30b36658e98515d6794c485))
- **deps:** update golang.org/x/exp digest to
[`2d47ceb`](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/2d47ceb)
([#&#8203;289](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/289))
([14ae96f](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/14ae96faee9724c0e5dfa898546df1ccfcae7164))
- **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0
([#&#8203;297](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/297))
([25c3169](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/25c3169fefebec480ef450fc7ea7f00a263dcc25))
- **deps:** update module github.com/validator-labs/validator to v0.1.13
([#&#8203;305](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/305))
([e576352](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/e5763524cf489a41930853fd56cee3243a2ad45c))
- **deps:** update module sigs.k8s.io/controller-runtime to v0.19.2
([#&#8203;301](https://redirect.github.com/validator-labs/validator-plugin-azure/issues/301))
([3db6d5b](https://redirect.github.com/validator-labs/validator-plugin-azure/commit/3db6d5b6a80465dc4338fa475552eac5b2431bc0))

</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.

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

---

- [ ] <!-- 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/validator-labs/validatorctl).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent b840e3b commit 0e6b008
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ require (
github.com/spectrocloud-labs/prompts-tui v0.1.2
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/validator-labs/validator v0.1.12
github.com/validator-labs/validator-plugin-aws v0.1.8
github.com/validator-labs/validator-plugin-azure v0.0.22
github.com/stretchr/testify v1.10.0
github.com/validator-labs/validator v0.1.13
github.com/validator-labs/validator-plugin-aws v0.1.9
github.com/validator-labs/validator-plugin-azure v0.0.23
github.com/validator-labs/validator-plugin-maas v0.0.12
github.com/validator-labs/validator-plugin-network v0.1.0
github.com/validator-labs/validator-plugin-oci v0.3.3
Expand Down Expand Up @@ -85,12 +85,12 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ec2 v1.191.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.4 // indirect
github.com/aws/aws-sdk-go-v2/service/efs v1.34.0 // indirect
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.5 // indirect
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.41.2 // indirect
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.0 // indirect
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
Expand Down Expand Up @@ -143,7 +143,7 @@ require (
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand Down Expand Up @@ -221,7 +221,7 @@ require (
github.com/sigstore/rekor v1.3.6 // indirect
github.com/sigstore/sigstore v1.8.9 // indirect
github.com/sigstore/timestamp-authority v1.2.2 // indirect
github.com/slack-go/slack v0.14.0 // indirect
github.com/slack-go/slack v0.15.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
Expand Down Expand Up @@ -254,7 +254,7 @@ require (
golang.org/x/time v0.5.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
google.golang.org/protobuf v1.35.1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
Expand Down
38 changes: 20 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 h1:N1zsICrQglfzaBnrfM
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24/go.mod h1:dCn9HbJ8+K31i8IQ8EWmWj0EiIk0+vKiHNMxTTYveAg=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 h1:VaRN3TlFdd6KxX1x3ILT5ynH6HvKgqdiXoTxAF4HQcQ=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1/go.mod h1:FbtygfRFze9usAadmnGJNc8KsP346kEe+y2/oyhGAGc=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.191.0 h1:F7M5lncJ3dH6VfFohkSTBh0uRmqfB41/XxXfp8NphHI=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.191.0/go.mod h1:mzj8EEjIHSN2oZRXiw1Dd+uB4HZTl7hC8nBzX9IZMWw=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 h1:RhSoBFT5/8tTmIseJUXM6INTXTQDF8+0oyxWBnozIms=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0/go.mod h1:mzj8EEjIHSN2oZRXiw1Dd+uB4HZTl7hC8nBzX9IZMWw=
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2 h1:2RjzMZp/8PXJUMqiKkDSp7RVj6inF5DpVel35THjV+I=
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2/go.mod h1:kdk+WJbHcGVbIlRQfSrKyuKkbWDdD8I9NScyS5vZ8eQ=
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.4 h1:VjvjAxO4Hu/vRz7aNoMtnxi+WBRdyZPDAjBZjrIwQVo=
Expand All @@ -196,8 +196,8 @@ github.com/aws/aws-sdk-go-v2/service/efs v1.34.0 h1:0VpBMWwpq5UuhneIWO19+/Mp5DmF
github.com/aws/aws-sdk-go-v2/service/efs v1.34.0/go.mod h1:WBUkzX6kKt36+zyeTQYxySd0TPuvNQhNWG6vRrNBzJw=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.5 h1:12Fm4tTwFk2Url99X56hdKXKVK7suzZKjtdXAILne4g=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.5/go.mod h1:qnlecrYsTCjPhGuF+3SZaz7WGuNz/T3L/Q8a3Yc7uww=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.41.2 h1:dW19Tasf+VWmpsWW7mrLVZbEnOc1FXEa3kHaCwsFmiI=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.41.2/go.mod h1:pZP3I+Ts+XuhJJtZE49+ABVjfxm7u9/hxcNUYSpY3OE=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.0 h1:fIAJ5VM/ANpYV81C1Jbf4ePbElMSzuWFljezD6weU9k=
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.0/go.mod h1:pZP3I+Ts+XuhJJtZE49+ABVjfxm7u9/hxcNUYSpY3OE=
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1 h1:hfkzDZHBp9jAT4zcd5mtqckpU4E3Ax0LQaEWWk1VgN8=
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1/go.mod h1:u36ahDtZcQHGmVm/r+0L1sfKX4fzLEMdCqiKRKkUMVM=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 h1:iXtILhvDxB6kPvEXgsDhGaZCSC6LQET5ZHSdJozeI0Y=
Expand Down Expand Up @@ -390,8 +390,9 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
Expand Down Expand Up @@ -701,8 +702,8 @@ github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vv
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg=
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
Expand Down Expand Up @@ -810,8 +811,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
github.com/slack-go/slack v0.14.0 h1:6c0UTfbRnvRssZUsZ2qe0Iu07VAMPjRqOa6oX8ewF4k=
github.com/slack-go/slack v0.14.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0=
github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/assertions v1.1.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
Expand Down Expand Up @@ -853,8 +854,9 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
Expand All @@ -874,12 +876,12 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
github.com/validator-labs/validator v0.1.12 h1:gUEjEi8OvZkI3/4lx5GgbzKQaDShuU2TnLkJKbF/BnY=
github.com/validator-labs/validator v0.1.12/go.mod h1:QS/zRKFKoi99aQST9djdNR+U+UCaEh+1V9Bt62BJIfc=
github.com/validator-labs/validator-plugin-aws v0.1.8 h1:84CTutI/gHtTPlAW0qkP5l/ubQO07Qk+hr69y4YDu3o=
github.com/validator-labs/validator-plugin-aws v0.1.8/go.mod h1:t4mnNr98shIl7EbRQdzf1aEI9TB9NlxypjqRTxJyHU8=
github.com/validator-labs/validator-plugin-azure v0.0.22 h1:GHGbycFmfD75tuQsYHJ4pKJK+lMOk7xt5NpY2OI5I5U=
github.com/validator-labs/validator-plugin-azure v0.0.22/go.mod h1:HVY5QJb9eHFNbmmSPJPRqjoDfg1HFmBf9O8u4lxHsJ4=
github.com/validator-labs/validator v0.1.13 h1:i43kdGLBEjIOAu+qfxk9+blgwSNImDD8PQeqiIqti8w=
github.com/validator-labs/validator v0.1.13/go.mod h1:8OSWquQ4M7P4XqrqCBop9LL7tpoVSIVz4szJI275h1U=
github.com/validator-labs/validator-plugin-aws v0.1.9 h1:m0wtV/HfQq1hitfn/WNPnnlSBCt/tcxrhU3EB/8ijY8=
github.com/validator-labs/validator-plugin-aws v0.1.9/go.mod h1:KEmyUe9AWCC+yIqkxCPr3io9zaKvFxeZr7QK8ju19q0=
github.com/validator-labs/validator-plugin-azure v0.0.23 h1:yKGzRphCQIWUr5BBP8xMct97V5xMuQ/Rou/H2vJZQg4=
github.com/validator-labs/validator-plugin-azure v0.0.23/go.mod h1:2bvjzDSSknB3LBoL1eUqqN9GReXfXF4HFtH6+KTw3Cc=
github.com/validator-labs/validator-plugin-maas v0.0.12 h1:MO6F/uDNryrSV2x6prV+Hp4DFKE6ml8XSicNMmRhSrA=
github.com/validator-labs/validator-plugin-maas v0.0.12/go.mod h1:pbwTdZQNlfhoWF4pTucZxoKOflM35pJR3HuIBKNELbE=
github.com/validator-labs/validator-plugin-network v0.1.0 h1:Z/2b/5lMRxssRWHAUHPJi6bfmsTzfJpi+tpXEgrOVJ0=
Expand Down Expand Up @@ -1136,8 +1138,8 @@ google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzi
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 0e6b008

Please sign in to comment.