forked from boyter/cs
-
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
Showing
43 changed files
with
445 additions
and
10,713 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module github.com/boyter/cs | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/fatih/color v1.9.0 | ||
github.com/gdamore/tcell v1.3.0 | ||
github.com/mattn/go-colorable v0.1.6 // indirect | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f | ||
github.com/rs/zerolog v1.19.0 | ||
github.com/spf13/cobra v0.0.7 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/src-d/go-oniguruma v1.1.0 // indirect | ||
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
gopkg.in/src-d/enry.v1 v1.7.3 | ||
) |
Oops, something went wrong.