-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
a6f7ced
commit 094b520
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/v2 v2.0.1 | ||
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