cmd/accounts.go
changeset 45 b58a7ea1aeb2
parent 44 6da40ca4534c
child 47 82d8b6074309
--- a/cmd/accounts.go	Sun Apr 30 20:45:40 2017 +0200
+++ b/cmd/accounts.go	Sun Apr 30 23:22:09 2017 +0200
@@ -6,10 +6,10 @@
 package cmd
 
 import (
-	"errors"
 	"os"
 	"strings"
 
+	"github.com/pkg/errors"
 	"github.com/spf13/cobra"
 	flag "github.com/spf13/pflag"