diff --git a/job/job.go b/job/job.go index 2d5840e..ebc1035 100644 --- a/job/job.go +++ b/job/job.go @@ -5,7 +5,7 @@ import ( "time" "github.com/fatih/structs" - "github.com/localhots/steward/db" + "github.com/localhots/empact/db" ) type ( diff --git a/job/worker.go b/job/worker.go index ab85753..b26a38c 100644 --- a/job/worker.go +++ b/job/worker.go @@ -4,7 +4,7 @@ import ( "time" "code.google.com/p/go-uuid/uuid" - "github.com/localhots/steward/db" + "github.com/localhots/empact/db" ) type ( diff --git a/server/auth.go b/server/auth.go index 060a015..425b50b 100644 --- a/server/auth.go +++ b/server/auth.go @@ -7,7 +7,7 @@ import ( "net/http" "net/url" - "github.com/localhots/steward/config" + "github.com/localhots/empact/config" ) const ( diff --git a/task/common.go b/task/common.go index 664855a..0f38f59 100644 --- a/task/common.go +++ b/task/common.go @@ -3,7 +3,7 @@ package task import ( "code.google.com/p/goauth2/oauth" "github.com/google/go-github/github" - "github.com/localhots/steward/db" + "github.com/localhots/empact/db" ) func newGithubClient(token string) *github.Client { diff --git a/task/sync_contrib.go b/task/sync_contrib.go index bcd0cba..2fbadbf 100644 --- a/task/sync_contrib.go +++ b/task/sync_contrib.go @@ -1,7 +1,7 @@ package task import ( - "github.com/localhots/steward/db" + "github.com/localhots/empact/db" ) type ( diff --git a/task/sync_repos.go b/task/sync_repos.go index 6fc108a..af7a3e1 100644 --- a/task/sync_repos.go +++ b/task/sync_repos.go @@ -2,7 +2,7 @@ package task import ( "github.com/google/go-github/github" - "github.com/localhots/steward/db" + "github.com/localhots/empact/db" ) type (