This commit is contained in:
deepzz0
2016-10-02 03:20:24 +08:00
parent 162c741259
commit 532edf985d
9 changed files with 20 additions and 20 deletions

4
api.go
View File

@@ -9,8 +9,8 @@ import (
"strings"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
"github.com/gin-gonic/gin"
"gopkg.in/mgo.v2/bson"
)

View File

@@ -7,8 +7,8 @@ import (
"strconv"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
"github.com/gin-gonic/contrib/sessions"
"github.com/gin-gonic/gin"
"gopkg.in/mgo.v2/bson"

8
db.go
View File

@@ -10,10 +10,10 @@ import (
"sync"
"time"
"github.com/EiBlog/blackfriday"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
db "github.com/EiBlog/utils/mgo"
"github.com/eiblog/blackfriday"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
db "github.com/eiblog/utils/mgo"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
)

View File

@@ -10,8 +10,8 @@ import (
"strings"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
)
type result struct {

View File

@@ -9,8 +9,8 @@ import (
"net/http"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
)
const (

View File

@@ -10,8 +10,8 @@ import (
"strings"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
"github.com/gin-gonic/gin"
)

View File

@@ -6,9 +6,9 @@ import (
"html/template"
"time"
"github.com/EiBlog/eiblog/setting"
"github.com/EiBlog/utils/logd"
"github.com/EiBlog/utils/tmpl"
"github.com/eiblog/eiblog/setting"
"github.com/eiblog/utils/logd"
"github.com/eiblog/utils/tmpl"
"github.com/gin-gonic/contrib/sessions"
"github.com/gin-gonic/gin"
)

View File

@@ -6,7 +6,7 @@ import (
"os"
"path"
"github.com/EiBlog/utils/logd"
"github.com/eiblog/utils/logd"
"gopkg.in/yaml.v2"
)

4
xml.go
View File

@@ -7,8 +7,8 @@ import (
"text/template"
"time"
"github.com/EiBlog/utils/logd"
"github.com/EiBlog/utils/tmpl"
"github.com/eiblog/utils/logd"
"github.com/eiblog/utils/tmpl"
)
const (