-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): upgrade golang.org/x/sys
- Loading branch information
1 parent
3231580
commit 5e5d2f1
Showing
3 changed files
with
7 additions
and
4 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
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,11 +1,13 @@ | ||
module github.com/muesli/termenv | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/aymanbagabas/go-osc52 v1.2.2 | ||
github.com/lucasb-eyer/go-colorful v1.2.0 | ||
github.com/mattn/go-isatty v0.0.17 | ||
github.com/mattn/go-runewidth v0.0.14 | ||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab | ||
golang.org/x/sys v0.6.0 | ||
) | ||
|
||
require github.com/rivo/uniseg v0.2.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