mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 12:20:40 +00:00
change third repo from other to beego
This commit is contained in:
@ -9,7 +9,7 @@ package session
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
_ "github.com/beego/mysql"
|
||||
"sync"
|
||||
"time"
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
package session
|
||||
|
||||
import (
|
||||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/beego/redigo/redis"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
|
Reference in New Issue
Block a user