Replace fmt.Errorf() with errors.Errorf() in the cli
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package container
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/pkg/errors"
|
||||
"io"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
Reference in New Issue
Block a user