[skip changelog] Bump golang.org/x/term from 0.21.0 to 0.22.0 (#2657)
* [skip changelog] Bump golang.org/x/term from 0.21.0 to 0.22.0 Bumps [golang.org/x/term](https://github.com/golang/term) from 0.21.0 to 0.22.0. - [Commits](https://github.com/golang/term/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updated license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Showing
... | ... | @@ -38,7 +38,7 @@ require ( |
go.bug.st/downloader/v2 v2.2.0 | ||
go.bug.st/relaxed-semver v0.12.0 | ||
go.bug.st/testifyjson v1.1.1 | ||
golang.org/x/term v0.21.0 | ||
golang.org/x/term v0.22.0 | ||
golang.org/x/text v0.16.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 | ||
google.golang.org/grpc v1.65.0 | ||
... | ... | @@ -99,7 +99,7 @@ require ( |
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
... | ... |
Please register or sign in to comment