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

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

* Updated license cache

---------
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 avatarCristian Maglie <c.maglie@arduino.cc>
parent cbe162af
---
name: golang.org/x/sys/execabs
version: v0.21.0
version: v0.22.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.21.0/LICENSE
- sources: sys@v0.22.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.21.0/PATENTS
- sources: sys@v0.22.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
......
---
name: golang.org/x/sys/unix
version: v0.21.0
version: v0.22.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.21.0/LICENSE
- sources: sys@v0.22.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.21.0/PATENTS
- sources: sys@v0.22.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
......
---
name: golang.org/x/term
version: v0.21.0
version: v0.22.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.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
......
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