generated from root/miduo_server
14 lines
328 B
Modula-2
14 lines
328 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/json-iterator/go v1.1.12 // indirect
|
|
github.com/jsyzchen/pan v0.0.9
|
|
github.com/jszwec/csvutil v1.6.0
|
|
go.mongodb.org/mongo-driver v1.3.1
|
|
)
|