1
0
Fork 0

Empactify

This commit is contained in:
Gregory Eremin 2015-03-05 15:07:18 +07:00
parent d7b35f05a5
commit 76748c8c85
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/fatih/structs"
"github.com/localhots/steward/db"
"github.com/localhots/empact/db"
)
type (

View File

@ -4,7 +4,7 @@ import (
"time"
"code.google.com/p/go-uuid/uuid"
"github.com/localhots/steward/db"
"github.com/localhots/empact/db"
)
type (

View File

@ -7,7 +7,7 @@ import (
"net/http"
"net/url"
"github.com/localhots/steward/config"
"github.com/localhots/empact/config"
)
const (

View File

@ -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 {

View File

@ -1,7 +1,7 @@
package task
import (
"github.com/localhots/steward/db"
"github.com/localhots/empact/db"
)
type (

View File

@ -2,7 +2,7 @@ package task
import (
"github.com/google/go-github/github"
"github.com/localhots/steward/db"
"github.com/localhots/empact/db"
)
type (