diff --git a/bin/.goreleaser-2.7.0.pkg b/bin/.goreleaser-2.8.1.pkg similarity index 100% rename from bin/.goreleaser-2.7.0.pkg rename to bin/.goreleaser-2.8.1.pkg diff --git a/bin/.just-1.39.0.pkg b/bin/.just-1.40.0.pkg similarity index 100% rename from bin/.just-1.39.0.pkg rename to bin/.just-1.40.0.pkg diff --git a/bin/goreleaser b/bin/goreleaser index 2f0a1cc..05d2dfe 120000 --- a/bin/goreleaser +++ b/bin/goreleaser @@ -1 +1 @@ -.goreleaser-2.7.0.pkg \ No newline at end of file +.goreleaser-2.8.1.pkg \ No newline at end of file diff --git a/bin/just b/bin/just index 991ed67..63271c1 120000 --- a/bin/just +++ b/bin/just @@ -1 +1 @@ -.just-1.39.0.pkg \ No newline at end of file +.just-1.40.0.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 95c453b..8c1eb20 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.2 require ( github.com/alecthomas/assert/v2 v2.11.0 - github.com/alecthomas/kong v1.8.1 + github.com/alecthomas/kong v1.9.0 github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c github.com/iancoleman/strcase v0.3.0 ) diff --git a/go.sum b/go.sum index 4a7039b..d366a7a 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8v github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k= github.com/alecthomas/kong v1.8.1 h1:6aamvWBE/REnR/BCq10EcozmcpUPc5aGI1lPAWdB0EE= github.com/alecthomas/kong v1.8.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= +github.com/alecthomas/kong v1.9.0 h1:Wgg0ll5Ys7xDnpgYBuBn/wPeLGAuK0NvYmEcisJgrIs= +github.com/alecthomas/kong v1.9.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU= 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/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=