mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
add configuration file
This commit is contained in:
parent
1ae117166a
commit
81bc06eabb
3 changed files with 154 additions and 10 deletions
3
go.mod
3
go.mod
|
@ -1,7 +1,7 @@
|
|||
module github.com/schollz/croc
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/fatih/color v1.7.0 // indirect
|
||||
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/gorilla/websocket v1.4.0
|
||||
github.com/mattn/go-colorable v0.0.9 // indirect
|
||||
github.com/mattn/go-isatty v0.0.4 // indirect
|
||||
github.com/mitchellh/go-homedir v1.0.0
|
||||
github.com/pkg/errors v0.8.0
|
||||
github.com/schollz/mnemonicode v1.0.1
|
||||
github.com/schollz/pake v1.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue