This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated README.md and updated go.mod
- Loading branch information
Showing
4 changed files
with
21 additions
and
37 deletions.
There are no files selected for viewing
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
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,13 +1,13 @@ | ||
module github.com/varbhat/torpar | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/atotto/clipboard v0.1.2 | ||
github.com/cheynewallace/tabby v1.1.0 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/cheynewallace/tabby v1.1.1 | ||
github.com/jroimartin/gocui v0.4.0 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/nsf/termbox-go v0.0.0-20201107200903-9b52a5faed9e // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/nsf/termbox-go v1.1.1 // indirect | ||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
github.com/spf13/pflag v1.0.5 | ||
) |
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