-
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
1 parent
ea5ddc2
commit a9d7ecc
Showing
2 changed files
with
32 additions
and
329 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,11 +1,18 @@ | ||
module ryan/ok | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/gookit/color v1.4.2 | ||
github.com/gookit/color v1.5.0 | ||
github.com/guptarohit/asciigraph v0.5.2 | ||
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c | ||
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef | ||
github.com/peterbourgon/diskv v2.0.1+incompatible | ||
github.com/prologic/bitcask v0.3.10 // indirect | ||
) | ||
|
||
require ( | ||
github.com/google/btree v1.0.1 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 // indirect | ||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect | ||
) |
Oops, something went wrong.