mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
fix imports
This commit is contained in:
parent
45b7eebbb9
commit
708e6fab8b
3
go.mod
3
go.mod
@ -5,7 +5,6 @@ require (
|
||||
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
|
||||
github.com/golang/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
||||
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
|
||||
@ -19,6 +18,6 @@ require (
|
||||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
||||
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
|
||||
github.com/urfave/cli v1.20.0
|
||||
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
|
||||
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
||||
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user