From ace9b35e3474d2188c80862285bcf50510de4f4c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 21 Oct 2018 07:38:11 -0700 Subject: [PATCH] remove utils dependency --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 7072790d..e34c3396 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.7.0 // indirect github.com/gorilla/websocket v1.4.0 - github.com/mars9/crypt v0.0.0-20150406101210-65899cf653ff // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/pkg/errors v0.8.0