File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/schollz/croc
2
+
3
+ require (
4
+ github.com/briandowns/spinner v0.0.0-20180822135157-9f016caa1359
5
+ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
6
+ github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
7
+ github.com/fatih/color v1.7.0 // indirect
8
+ github.com/frankenbeanies/uuid4 v0.0.0-20180313125435-68b799ec299a
9
+ github.com/gorilla/websocket v1.4.0
10
+ github.com/mars9/crypt v0.0.0-20150406101210-65899cf653ff
11
+ github.com/mattn/go-colorable v0.0.9 // indirect
12
+ github.com/mattn/go-isatty v0.0.4 // indirect
13
+ github.com/pkg/errors v0.8.0
14
+ github.com/schollz/mnemonicode v1.0.1
15
+ github.com/schollz/pake v1.0.2
16
+ github.com/schollz/peerdiscovery v1.2.1
17
+ github.com/schollz/progressbar/v2 v2.5.3
18
+ github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
19
+ github.com/urfave/cli v1.20.0
20
+ golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
21
+ )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"github.com/gorilla/websocket"
19
19
"github.com/pkg/errors"
20
20
"github.com/schollz/pake"
21
- "github.com/schollz/progressbar"
21
+ "github.com/schollz/progressbar/v2 "
22
22
)
23
23
24
24
var isPrinted bool
Original file line number Diff line number Diff line change 9
9
"github.com/briandowns/spinner"
10
10
"github.com/gorilla/websocket"
11
11
"github.com/schollz/pake"
12
- "github.com/schollz/progressbar"
12
+ "github.com/schollz/progressbar/v2 "
13
13
)
14
14
15
15
const (
You can’t perform that action at this time.
0 commit comments