Merge pull request #1830 from thaJeztah/use_google_shlex

Switch to google/shlex
This commit is contained in:
Sebastiaan van Stijn
2019-04-18 17:53:37 +02:00
committed by GitHub
5 changed files with 1 additions and 663 deletions

View File

@ -16,8 +16,8 @@ import (
"github.com/docker/docker/client"
"github.com/docker/swarmkit/api"
"github.com/docker/swarmkit/api/defaults"
shlex "github.com/flynn-archive/go-shlex"
gogotypes "github.com/gogo/protobuf/types"
"github.com/google/shlex"
"github.com/pkg/errors"
"github.com/spf13/pflag"
)