change dependency on log4go to different folder
This commit is contained in:
parent
18163c1599
commit
e3efa383c1
6 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/ezoic/go-kinesis"
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
)
|
||||
|
||||
// CreateStream creates a new Kinesis stream (uses existing stream if exists) and
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/ezoic/go-kinesis"
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
)
|
||||
|
||||
// Pipeline is used as a record processor to configure a pipline.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"os"
|
||||
|
||||
// Postgres package is used when sql.Open is called
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
"github.com/crowdmob/goamz/aws"
|
||||
"github.com/crowdmob/goamz/s3"
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
"github.com/crowdmob/goamz/aws"
|
||||
"github.com/crowdmob/goamz/s3"
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
)
|
||||
|
||||
// S3Emitter is an implementation of Emitter used to store files from a Kinesis stream in S3.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package connector
|
|||
|
||||
import (
|
||||
"github.com/ezoic/go-kinesis"
|
||||
l4g "github.com/ezoic/sol/log4go"
|
||||
l4g "github.com/ezoic/log4go"
|
||||
)
|
||||
|
||||
// An implementation of Emitter that puts event data on S3 file, and then puts the
|
||||
|
|
|
|||
Loading…
Reference in a new issue