change couchbase to beego/go-couchbase

This commit is contained in:
astaxie 2016-03-01 16:54:37 +08:00
parent f0dcaa7f84
commit d81a768802
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -37,7 +37,7 @@ import (
"strings"
"sync"
couchbase "github.com/couchbase/go-couchbase"
couchbase "github.com/beego/go-couchbase"
"github.com/astaxie/beego/session"
)