From e7d09335b9063fc549a20565e0ce823bd214b67a Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@elixxir.ioo> Date: Tue, 28 Jan 2020 14:26:52 -0800 Subject: [PATCH] using the default errors library in the bindings repo --- bindings/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/client.go b/bindings/client.go index c01e3c9b3..71cb6ce4c 100644 --- a/bindings/client.go +++ b/bindings/client.go @@ -8,7 +8,7 @@ package bindings import ( "crypto/rand" - "github.com/pkg/errors" + "errors" "github.com/spf13/jwalterweatherman" "gitlab.com/elixxir/client/api" "gitlab.com/elixxir/client/globals" -- GitLab