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