From 7371f6f238522cc637fcd8e8134f6fe69e7a73b9 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 21 Oct 2018 07:38:04 -0700 Subject: [PATCH] remove utils dependency --- go.mod | 1 - src/croc/sending.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 15444550..7072790d 100644 --- a/go.mod +++ b/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 diff --git a/src/croc/sending.go b/src/croc/sending.go index ded75f8e..7ec054bb 100644 --- a/src/croc/sending.go +++ b/src/croc/sending.go @@ -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