Skip to content

Commit e39217f

Browse files
chore(deps): bump golang.org/x/term in /src/cli/ainarictl
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.40.0 to 0.42.0. - [Commits](golang/term@v0.40.0...v0.42.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68215c8 commit e39217f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/cli/ainarictl/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module ainarictl
22

3-
go 1.24.0
3+
go 1.25.0
44

55
replace github.com/kitsudaiki/ainari => ../../sdk/go/ainari_sdk
66

77
require (
88
github.com/kitsudaiki/ainari v0.3.1-0.20230916184520-abb03e487e58
99
github.com/olekukonko/tablewriter v1.1.3
1010
github.com/spf13/cobra v1.10.1
11-
golang.org/x/term v0.40.0
11+
golang.org/x/term v0.42.0
1212
)
1313

1414
require (
@@ -24,5 +24,5 @@ require (
2424
github.com/olekukonko/errors v1.1.0 // indirect
2525
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect
2626
github.com/spf13/pflag v1.0.9 // indirect
27-
golang.org/x/sys v0.41.0 // indirect
27+
golang.org/x/sys v0.43.0 // indirect
2828
)

src/cli/ainarictl/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4
2929
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
3030
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
3131
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
32-
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
33-
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
34-
golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg=
35-
golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=
32+
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
33+
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
34+
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
35+
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
3636
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3737
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)