Skip to content

Commit

Permalink
Update module golang.org/x/term to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 1107d98 commit 247b82d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/dex4er/tf

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / OSV scan PR / osv-scan

go.mod +---------+------------------------------+------+-----------------+---------------+ | PACKAGE | VULNERABILITY ID | CVSS | CURRENT VERSION | FIXED VERSION | +---------+------------------------------+------+-----------------+---------------+ | stdlib | https://osv.dev/GO-2024-3105 | | 1.23.0 | 1.22.7 | | | | | | 1.23.1 | | stdlib | https://osv.dev/GO-2024-3106 | | 1.23.0 | 1.22.7 | | | | | | 1.23.1 | | stdlib | https://osv.dev/GO-2024-3107 | | 1.23.0 | 1.22.7 | | | | | | 1.23.1 | | stdlib | https://osv.dev/GO-2025-3373 | | 1.23.0 | 1.22.11 | | | | | | 1.23.5 | | | | | | 1.24.0-rc.2 | | stdlib | https://osv.dev/GO-2025-3420 | | 1.23.0 | 1.22.11 | | | | | | 1.23.5 | | | | | | 1.24.0-rc.2 | | stdlib | https://osv.dev/GO-2025-3447 | | 1.23.0 | 1.22.12 | | | | | | 1.23.6 | | | | | | 1.24.0-rc.3 | +---------+------------------------------+------+-----------------+---------------+

go 1.22
go 1.23.0

toolchain go1.23.5
toolchain go1.24.1

require (
github.com/awoodbeck/strftime v0.0.0-20180221155908-016cde65fcde
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
golang.org/x/term v0.28.0
golang.org/x/term v0.30.0
)

require golang.org/x/sys v0.29.0 // indirect
require golang.org/x/sys v0.31.0 // indirect
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github.com/awoodbeck/strftime v0.0.0-20180221155908-016cde65fcde h1:1v6ARGjZnMYJ
github.com/awoodbeck/strftime v0.0.0-20180221155908-016cde65fcde/go.mod h1:5nCO252N+QNZP3M986ViLdx44vRui5KuQkphwPHhYt8=
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db/go.mod h1:l0dey0ia/Uv7NcFFVbCLtqEBQbrT4OCwCSKTEv6enCw=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=
golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek=
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=

0 comments on commit 247b82d

Please sign in to comment.