Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ replace (
)

require (
git.apache.org/thrift.git v0.12.0
github.com/apache/thrift v0.12.0
github.com/astaxie/beego v1.11.1
github.com/garyburd/redigo v1.6.0
github.com/astaxie/beego v1.12.2
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/go v0.0.0-20190523013941-3e9d8e2e1bb9 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/orestonce/ChessGame v0.0.0-20190419000812-8e1a70c446b3 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
)
Loading