update deps

This commit is contained in:
Zack Scholl 2019-02-16 10:44:19 -08:00
parent caaaff4bd5
commit 9643fe748b
1 changed files with 11 additions and 9 deletions

20
go.mod
View File

@ -8,18 +8,20 @@ require (
github.com/gonutz/w32 v1.0.0
github.com/gonutz/wui v1.0.0
github.com/gorilla/websocket v1.4.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-colorable v0.1.0 // 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/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/schollz/mnemonicode v1.0.1
github.com/schollz/pake v1.1.0
github.com/schollz/peerdiscovery v1.2.2
github.com/schollz/progressbar/v2 v2.8.0
github.com/schollz/peerdiscovery v1.3.0
github.com/schollz/progressbar/v2 v2.9.1
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.2.2
github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect
)