[hyper-provider] update hypercli in vendor

This commit is contained in:
Jimmy Xu
2017-12-22 00:30:03 +08:00
parent 1b3d6eae82
commit a6a6267863
200 changed files with 451 additions and 675 deletions

View File

@@ -10,9 +10,9 @@ import (
"strings"
"github.com/Sirupsen/logrus"
"github.com/fluent/fluent-logger-golang/fluent"
"github.com/hyperhq/hypercli/daemon/logger"
"github.com/hyperhq/hypercli/daemon/logger/loggerutils"
"github.com/fluent/fluent-logger-golang/fluent"
)
type fluentd struct {

View File

@@ -11,10 +11,10 @@ import (
"sync"
"github.com/Sirupsen/logrus"
"github.com/docker/go-units"
"github.com/hyperhq/hypercli/daemon/logger"
"github.com/hyperhq/hypercli/daemon/logger/loggerutils"
"github.com/hyperhq/hypercli/pkg/jsonlog"
"github.com/docker/go-units"
)
// Name is the name of the file that the jsonlogger logs to.

View File

@@ -17,10 +17,10 @@ import (
syslog "github.com/RackSec/srslog"
"github.com/Sirupsen/logrus"
"github.com/docker/go-connections/tlsconfig"
"github.com/hyperhq/hypercli/daemon/logger"
"github.com/hyperhq/hypercli/daemon/logger/loggerutils"
"github.com/hyperhq/hypercli/pkg/urlutil"
"github.com/docker/go-connections/tlsconfig"
)
const (