| commit | 0d09084662bb6ba8fe96d3bcc7d5b37c01237f06 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Apr 07 03:08:34 2026 +0000 |
| committer | Akron <nils@diewald-online.de> | Fri May 08 10:06:28 2026 +0200 |
| tree | 51c85cee4987fc648b549318309712477564f9fc | |
| parent | 038397a1c9db515f26350744ed086e0085abe631 [diff] [blame] |
Bump github.com/alecthomas/kong from 1.14.0 to 1.15.0 (closes #7) Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 1.14.0 to 1.15.0. - [Commits](https://github.com/alecthomas/kong/compare/v1.14.0...v1.15.0) Change-Id: I8640de87a35b51687a82010d0dc31a5fab9d939b --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I487352475ff33aa2d6492ae7e26a8f3467d5515b
diff --git a/go.mod b/go.mod index 4181a46..320f892 100644 --- a/go.mod +++ b/go.mod
@@ -3,7 +3,7 @@ go 1.24.0 require ( - github.com/alecthomas/kong v1.14.0 + github.com/alecthomas/kong v1.15.0 github.com/alecthomas/participle/v2 v2.1.4 github.com/gofiber/fiber/v2 v2.52.11 github.com/orisano/gosax v1.1.4