You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/fangdingjun/gserver
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cjoudrey/gluahttp v0.0.0-20190104103309-101c19a37344
|
|
|
|
github.com/fangdingjun/go-log v0.0.0-20190821073628-ae332053d6dc
|
|
|
|
github.com/fangdingjun/gopher-redis v0.0.0-20190823083833-93d88f74dd35
|
|
|
|
github.com/fangdingjun/protolistener v0.0.0-20190821093313-6d5d2138f296
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
|
|
github.com/gorilla/handlers v1.4.2
|
|
|
|
github.com/gorilla/mux v1.7.3
|
|
|
|
github.com/junhsieh/goexamples v0.0.0-20190721045834-1c67ae74caa6 // indirect
|
|
|
|
github.com/tengattack/gluasql v0.0.0-20181229041402-2e5ed630c4cf
|
|
|
|
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036
|
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
|
|
|
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427
|
|
|
|
layeh.com/gopher-luar v1.0.7
|
|
|
|
)
|