Update module github.com/alecthomas/kong to v0.9.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-03-08 07:19:53 +00:00
parent 9c735e0981
commit 16e8b30330
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.22.0
require (
github.com/ProtonMail/go-crypto v1.0.0
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong v0.9.0
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
)