Commit a0dff914 authored by astaxie's avatar astaxie

change third repo from other to beego

parent c9418966
package cache
import (
"code.google.com/p/vitess/go/memcache"
"encoding/json"
"errors"
"github.com/beego/memcache"
)
type MemcacheCache struct {
......
......@@ -3,7 +3,7 @@ package cache
import (
"encoding/json"
"errors"
"github.com/garyburd/redigo/redis"
"github.com/beego/redigo/redis"
)
var (
......
......@@ -4,7 +4,7 @@ package config
import (
"errors"
"github.com/clbanning/x2j"
"github.com/beego/x2j"
"io/ioutil"
"os"
"strconv"
......
......@@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"errors"
"github.com/wendal/goyaml2"
"github.com/beego/goyaml2"
"io/ioutil"
"log"
"os"
......
......@@ -9,7 +9,7 @@ package session
import (
"database/sql"
_ "github.com/go-sql-driver/mysql"
_ "github.com/beego/mysql"
"sync"
"time"
)
......
package session
import (
"github.com/garyburd/redigo/redis"
"github.com/beego/redigo/redis"
"strconv"
"strings"
"sync"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment