@@ -4,7 +4,7 @@ go 1.24.4
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
7- github.com/alecthomas/chroma/v2 v2.19 .0
7+ github.com/alecthomas/chroma/v2 v2.20 .0
88 github.com/chainguard-dev/git-urls v1.0.2
99 github.com/cli/browser v1.3.0
1010 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -21,9 +21,9 @@ require (
2121 github.com/sirupsen/logrus v1.9.3
2222 github.com/spf13/afero v1.14.0
2323 github.com/urfave/cli-docs/v3 v3.0.0-alpha6
24- github.com/urfave/cli/v3 v3.3.8
24+ github.com/urfave/cli/v3 v3.4.1
2525 go.yaml.in/yaml/v3 v3.0.4
26- golang.org/x/term v0.33 .0
26+ golang.org/x/term v0.34 .0
2727)
2828
2929require (
@@ -164,7 +164,7 @@ require (
164164 golang.org/x/net v0.41.0 // indirect
165165 golang.org/x/oauth2 v0.30.0 // indirect
166166 golang.org/x/sync v0.16.0 // indirect
167- golang.org/x/sys v0.34 .0 // indirect
167+ golang.org/x/sys v0.35 .0 // indirect
168168 golang.org/x/text v0.27.0 // indirect
169169 golang.org/x/time v0.12.0 // indirect
170170 google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
0 commit comments