1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 04:53:30 +00:00

update dependence

This commit is contained in:
astaxie 2016-01-08 15:47:13 +08:00
parent 69bcbcdb31
commit 77fa891499

View File

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