Fix vendoring for fluent-logger-golang

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: ef7bb7242f1155f7c87912d154a0493a36f23bb0
Component: engine
This commit is contained in:
Alexander Morozov
2015-08-03 10:23:50 -07:00
parent da245c81bd
commit 331aa42849
2 changed files with 3 additions and 2 deletions
@@ -3,6 +3,7 @@ package fluent
import (
"errors"
"fmt"
"io"
"math"
"net"
"reflect"
@@ -33,7 +34,7 @@ type Config struct {
type Fluent struct {
Config
conn net.Conn
conn io.WriteCloser
pending []byte
reconnecting bool
mu sync.Mutex
@@ -1,3 +1,3 @@
package fluent
const Version = "0.5.1"
const Version = "1.0.0"