generated from root/miduo_server
13 lines
279 B
Modula-2
13 lines
279 B
Modula-2
|
|
module gmanager
|
||
|
|
|
||
|
|
go 1.13
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||
|
|
github.com/goflyfox/gtoken v1.4.1
|
||
|
|
github.com/gogf/gf v1.14.5
|
||
|
|
github.com/jsyzchen/pan v0.0.9
|
||
|
|
github.com/jszwec/csvutil v1.6.0
|
||
|
|
go.mongodb.org/mongo-driver v1.3.1
|
||
|
|
)
|