From ac7e50863340ecddc2df219886019f0816e465f0 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 20 Jul 2020 15:45:31 +0200 Subject: termui: avoid importing a whole package to check an error --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d6cad244..6002cd65 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/corpix/uarand v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.9.0 - github.com/go-errors/errors v1.1.1 github.com/gorilla/mux v1.7.4 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 -- cgit