Fixed logrus deps

This commit is contained in:
Carlos Salguero
2018-04-19 08:53:11 -03:00
parent d0e8d4087f
commit 4117f1cd62
4 changed files with 6 additions and 12 deletions

View File

@@ -9,8 +9,8 @@ import (
"path/filepath"
"strings"
log "github.com/Sirupsen/logrus"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
)
func encryptorCmd(opts *cliOptions) (err error) {