Commit a0dff914 authored by astaxie's avatar astaxie

change third repo from other to beego

parent c9418966
package cache package cache
import ( import (
"code.google.com/p/vitess/go/memcache"
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/beego/memcache"
) )
type MemcacheCache struct { type MemcacheCache struct {
......
...@@ -3,7 +3,7 @@ package cache ...@@ -3,7 +3,7 @@ package cache
import ( import (
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/garyburd/redigo/redis" "github.com/beego/redigo/redis"
) )
var ( var (
......
...@@ -4,7 +4,7 @@ package config ...@@ -4,7 +4,7 @@ package config
import ( import (
"errors" "errors"
"github.com/clbanning/x2j" "github.com/beego/x2j"
"io/ioutil" "io/ioutil"
"os" "os"
"strconv" "strconv"
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/wendal/goyaml2" "github.com/beego/goyaml2"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
......
...@@ -9,7 +9,7 @@ package session ...@@ -9,7 +9,7 @@ package session
import ( import (
"database/sql" "database/sql"
_ "github.com/go-sql-driver/mysql" _ "github.com/beego/mysql"
"sync" "sync"
"time" "time"
) )
......
package session package session
import ( import (
"github.com/garyburd/redigo/redis" "github.com/beego/redigo/redis"
"strconv" "strconv"
"strings" "strings"
"sync" "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