Skip to content

Commit

Permalink
convert to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Feb 28, 2021
1 parent fe1446d commit 96df469
Show file tree
Hide file tree
Showing 43 changed files with 445 additions and 10,713 deletions.
218 changes: 0 additions & 218 deletions Gopkg.lock

This file was deleted.

20 changes: 0 additions & 20 deletions Gopkg.toml

This file was deleted.

19 changes: 19 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit 96df469

Please sign in to comment.