Bump golang.org/x/term from 0.16.0 to 0.17.0 (#2530)
* Bump golang.org/x/term from 0.16.0 to 0.17.0 Bumps [golang.org/x/term](https://github.com/golang/term) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/term/compare/v0.16.0...v0.17.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> * generate license --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
Showing
... | ... | @@ -38,7 +38,7 @@ require ( |
go.bug.st/downloader/v2 v2.1.1 | ||
go.bug.st/relaxed-semver v0.12.0 | ||
go.bug.st/testifyjson v1.1.1 | ||
golang.org/x/term v0.16.0 | ||
golang.org/x/term v0.17.0 | ||
golang.org/x/text v0.14.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f | ||
google.golang.org/grpc v1.61.0 | ||
... | ... | @@ -100,7 +100,7 @@ require ( |
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
... | ... |
Please register or sign in to comment