From e3efa383c1a90a04f4f1499e2d006a2f0aeec930 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 6 Apr 2015 11:38:20 -0700 Subject: [PATCH] change dependency on log4go to different folder --- kinesis.go | 2 +- pipeline.go | 2 +- redshift_basic_emitter.go | 2 +- redshift_manifest_emitter.go | 2 +- s3_emitter.go | 2 +- s3_manifest_emitter.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kinesis.go b/kinesis.go index 5475189..c83d466 100644 --- a/kinesis.go +++ b/kinesis.go @@ -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 diff --git a/pipeline.go b/pipeline.go index 25acdde..4b4e809 100644 --- a/pipeline.go +++ b/pipeline.go @@ -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. diff --git a/redshift_basic_emitter.go b/redshift_basic_emitter.go index 3d6f37f..2026893 100644 --- a/redshift_basic_emitter.go +++ b/redshift_basic_emitter.go @@ -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" ) diff --git a/redshift_manifest_emitter.go b/redshift_manifest_emitter.go index d04c65e..b2040f4 100644 --- a/redshift_manifest_emitter.go +++ b/redshift_manifest_emitter.go @@ -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" ) diff --git a/s3_emitter.go b/s3_emitter.go index 4b8339f..f21c8e0 100644 --- a/s3_emitter.go +++ b/s3_emitter.go @@ -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. diff --git a/s3_manifest_emitter.go b/s3_manifest_emitter.go index 63e71d0..fa88e23 100644 --- a/s3_manifest_emitter.go +++ b/s3_manifest_emitter.go @@ -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