fix(deps): update module golang.org/x/term to v0.30.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-05 19:51:20 +00:00
committed by GitHub
parent 5d0807795d
commit b78092248b

2
go.mod
View File

@@ -21,7 +21,7 @@ require (
github.com/spf13/pflag v1.0.6
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
golang.org/x/term v0.29.0
golang.org/x/term v0.30.0
gopkg.in/yaml.v3 v3.0.1
)