@@ -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
@@ -19,11 +19,11 @@ require (
1919 github.com/joho/godotenv v1.5.1
2020 github.com/manifoldco/promptui v0.9.0
2121 github.com/sirupsen/logrus v1.9.3
22- github.com/spf13/afero v1.14 .0
22+ github.com/spf13/afero v1.15 .0
2323 github.com/urfave/cli-docs/v3 v3.0.0-alpha6
2424 github.com/urfave/cli/v3 v3.4.1
2525 go.yaml.in/yaml/v3 v3.0.4
26- golang.org/x/term v0.34 .0
26+ golang.org/x/term v0.35 .0
2727)
2828
2929require (
@@ -165,7 +165,7 @@ require (
165165 golang.org/x/net v0.42.0 // indirect
166166 golang.org/x/oauth2 v0.30.0 // indirect
167167 golang.org/x/sync v0.16.0 // indirect
168- golang.org/x/sys v0.35 .0 // indirect
168+ golang.org/x/sys v0.36 .0 // indirect
169169 golang.org/x/text v0.28.0 // indirect
170170 golang.org/x/time v0.12.0 // indirect
171171 google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
0 commit comments