mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:00:54 +00:00
change couchbase to beego/go-couchbase
This commit is contained in:
parent
f0dcaa7f84
commit
d81a768802
@ -21,6 +21,7 @@ install:
|
||||
- go get github.com/bradfitz/gomemcache/memcache
|
||||
- go get github.com/garyburd/redigo/redis
|
||||
- go get github.com/beego/x2j
|
||||
- go get github.com/beego/go-couchbase
|
||||
- go get github.com/beego/goyaml2
|
||||
- go get github.com/belogik/goes
|
||||
- go get github.com/siddontang/ledisdb/config
|
||||
|
@ -37,7 +37,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
couchbase "github.com/couchbase/go-couchbase"
|
||||
couchbase "github.com/beego/go-couchbase"
|
||||
|
||||
"github.com/astaxie/beego/session"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user