Empactify
This commit is contained in:
parent
d7b35f05a5
commit
76748c8c85
|
@ -5,7 +5,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/fatih/structs"
|
||||
"github.com/localhots/steward/db"
|
||||
"github.com/localhots/empact/db"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"time"
|
||||
|
||||
"code.google.com/p/go-uuid/uuid"
|
||||
"github.com/localhots/steward/db"
|
||||
"github.com/localhots/empact/db"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"net/http"
|
||||
"net/url"
|
||||
|
||||
"github.com/localhots/steward/config"
|
||||
"github.com/localhots/empact/config"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package task
|
||||
|
||||
import (
|
||||
"github.com/localhots/steward/db"
|
||||
"github.com/localhots/empact/db"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -2,7 +2,7 @@ package task
|
|||
|
||||
import (
|
||||
"github.com/google/go-github/github"
|
||||
"github.com/localhots/steward/db"
|
||||
"github.com/localhots/empact/db"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
Loading…
Reference in New Issue