Skip to content

Commit

Permalink
build(deps): Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 (#15)
Browse files Browse the repository at this point in the history
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong)
from 0.8.1 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alecthomas/kong/commit/a41b2e8f4ed34d80305fff68cf819f819c06ae7e"><code>a41b2e8</code></a>
fix: slices/maps of existingfile would fail to work</li>
<li><a
href="https://github.com/alecthomas/kong/commit/8e675d6130741b200afeb065c90e229e235ea18e"><code>8e675d6</code></a>
fix: broken test</li>
<li><a
href="https://github.com/alecthomas/kong/commit/4a9fe056ead8eeff10f0c0401ea0368561e8ebe4"><code>4a9fe05</code></a>
Support string pointers for path mapper (<a
href="https://redirect.github.com/alecthomas/kong/issues/360">#360</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/088cd7874e49bfbe3e390851bd89a31db93f2205"><code>088cd78</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/alecthomas/kong/issues/410">#410</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/51e3de86cfe4a6adcab9de266205e711e88f1c58"><code>51e3de8</code></a>
chore(renovate): disable golangci-lint</li>
<li><a
href="https://github.com/alecthomas/kong/commit/dc13080e39e9e4843493f3bf1ae76fe2b57f4ac1"><code>dc13080</code></a>
feat: Add info about optional flags to usage (<a
href="https://redirect.github.com/alecthomas/kong/issues/416">#416</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/fa9b6369971547774c28a1c971292dacdb5cdb5f"><code>fa9b636</code></a>
Support aliases for flags (<a
href="https://redirect.github.com/alecthomas/kong/issues/409">#409</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/30e84613fe34bbc57e9421303b14af459d845f74"><code>30e8461</code></a>
chore(deps): update module github.com/alecthomas/assert/v2 to v2.5.0 (<a
href="https://redirect.github.com/alecthomas/kong/issues/407">#407</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/5e5a0cf53d4d70881a92b856936c1a83a001c4a0"><code>5e5a0cf</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/alecthomas/kong/issues/406">#406</a>)</li>
<li><a
href="https://github.com/alecthomas/kong/commit/4907efc9c8534c570080311781870d8a3de76155"><code>4907efc</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/alecthomas/kong/issues/405">#405</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/alecthomas/kong/compare/v0.8.1...v0.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/alecthomas/kong&package-manager=go_modules&previous-version=0.8.1&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 411a009 commit ab4e6e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module kastelo.dev/syncthing-configd
go 1.21

require (
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong v0.9.0
github.com/go-resty/resty/v2 v2.11.0
github.com/lmittmann/tint v1.0.4
github.com/mattn/go-isatty v0.0.20
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2ojoH/0=
github.com/alecthomas/assert/v2 v2.1.0/go.mod h1:b/+1DI2Q6NckYi+3mXyH3wFb8qG37K/DuK80n7WefXA=
github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY=
github.com/alecthomas/kong v0.8.1/go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U=
github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE=
github.com/alecthomas/repr v0.1.0/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8=
github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v2n4FU=
github.com/alecthomas/assert/v2 v2.6.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA=
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
Expand Down

0 comments on commit ab4e6e9

Please sign in to comment.