Bump golang.org/x/term from 0.15.0 to 0.16.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/term/compare/v0.15.0...v0.16.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>
... | ... | @@ -33,7 +33,7 @@ require ( |
golang.org/x/crypto v0.16.0 | ||
golang.org/x/mod v0.14.0 | ||
golang.org/x/oauth2 v0.15.0 | ||
golang.org/x/term v0.15.0 | ||
golang.org/x/term v0.16.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -68,7 +68,7 @@ require ( |
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) | ||
... | ... |
Please register or sign in to comment