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.
gserver/go.mod

21 lines
848 B
Modula-2

module github.com/fangdingjun/gserver
go 1.13
require (
5 years ago
github.com/cjoudrey/gluahttp v0.0.0-20190104103309-101c19a37344
5 years ago
github.com/fangdingjun/go-log v0.0.0-20190821073628-ae332053d6dc
5 years ago
github.com/fangdingjun/gopher-redis v0.0.0-20190823083833-93d88f74dd35
5 years ago
github.com/fangdingjun/protolistener v0.0.0-20190821093313-6d5d2138f296
5 years ago
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
5 years ago
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
5 years ago
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
5 years ago
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
5 years ago
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427
layeh.com/gopher-luar v1.0.7
)