[hyper-provider] update hypercli in vendor
This commit is contained in:
2
vendor/github.com/hyperhq/hypercli/daemon/logger/fluentd/fluentd.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/daemon/logger/fluentd/fluentd.go
generated
vendored
@@ -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 {
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/daemon/logger/jsonfilelog/jsonfilelog.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/daemon/logger/jsonfilelog/jsonfilelog.go
generated
vendored
@@ -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.
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/daemon/logger/syslog/syslog.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/daemon/logger/syslog/syslog.go
generated
vendored
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user