-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module golang.org/x/term to v0.30.0
- Loading branch information
1 parent
1107d98
commit 247b82d
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters