mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
remove utils dependency
This commit is contained in:
parent
23d451540c
commit
7371f6f238
2 changed files with 1 additions and 2 deletions
1
go.mod
1
go.mod
|
@ -14,7 +14,6 @@ require (
|
|||
github.com/schollz/peerdiscovery v1.2.2
|
||||
github.com/schollz/progressbar/v2 v2.6.0
|
||||
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
||||
github.com/schollz/utils v1.0.0
|
||||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
|
||||
github.com/stretchr/testify v1.2.2
|
||||
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
|
||||
|
|
|
@ -12,8 +12,8 @@ import (
|
|||
log "github.com/cihub/seelog"
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/schollz/croc/src/relay"
|
||||
"github.com/schollz/croc/src/utils"
|
||||
"github.com/schollz/peerdiscovery"
|
||||
"github.com/schollz/utils"
|
||||
)
|
||||
|
||||
// Send the file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue