mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
use my logger instead of seelog
This commit is contained in:
parent
8d3b240563
commit
257607a26f
8 changed files with 18 additions and 68 deletions
8
go.mod
8
go.mod
|
@ -1,14 +1,16 @@
|
|||
module github.com/schollz/croc/v6
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash v1.1.0
|
||||
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/fatih/color v1.7.0 // indirect
|
||||
github.com/kalafut/imohash v1.0.0
|
||||
github.com/mattn/go-colorable v0.1.1 // indirect
|
||||
github.com/mattn/go-isatty v0.0.7 // indirect
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/schollz/logger v0.0.0-20190508205554-e2bba6fcbabd
|
||||
github.com/schollz/mnemonicode v1.0.1
|
||||
github.com/schollz/pake v1.1.0
|
||||
github.com/schollz/peerdiscovery v1.4.0
|
||||
|
@ -16,7 +18,5 @@ require (
|
|||
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/urfave/cli v1.20.0
|
||||
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
||||
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue