-
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.
- Loading branch information
thc
committed
Nov 13, 2023
1 parent
1b443e6
commit bf39429
Showing
2 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
module projects/quartile | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/fatih/color v1.7.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
) | ||
|
||
require ( | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect | ||
golang.org/x/sys v0.13.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