Unverified Commit bd10a5ce authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

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: default avatardependabot[bot] <support@github.com>

* generate license

---------
Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarAlessio Perugini <alessioper.98@gmail.com>
parent e8b3541b
---
name: golang.org/x/sys/execabs
version: v0.16.0
version: v0.17.0
type: go
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
to find absolute paths.
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
license: other
licenses:
- sources: sys@v0.16.0/LICENSE
- sources: sys@v0.17.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
......@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: sys@v0.16.0/PATENTS
- sources: sys@v0.17.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
......
---
name: golang.org/x/sys/unix
version: v0.16.0
version: v0.17.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: bsd-3-clause
licenses:
- sources: sys@v0.16.0/LICENSE
- sources: sys@v0.17.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
......@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: sys@v0.16.0/PATENTS
- sources: sys@v0.17.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
......
---
name: golang.org/x/term
version: v0.16.0
version: v0.17.0
type: go
summary: Package term provides support functions for dealing with terminals, as commonly
found on UNIX systems.
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment