2019-11-07 12:14:16 +00:00
|
|
|
module git.loafle.net/totopia/server
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2019-11-13 14:21:05 +00:00
|
|
|
git.loafle.net/loafer/annotation-go v0.0.0-20191113141909-a254c5695d3b
|
|
|
|
git.loafle.net/loafer/di-go v0.0.0-20191113141126-d08fa9dbe72d
|
2019-11-18 14:28:56 +00:00
|
|
|
github.com/jackc/pgx v3.6.0+incompatible // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.1.2
|
2019-11-14 15:53:14 +00:00
|
|
|
github.com/savsgio/gotils v0.0.0-20190925070755-524bc4f47500
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2019-11-07 15:07:41 +00:00
|
|
|
github.com/valyala/fasthttp v1.6.0
|
2019-11-07 12:14:16 +00:00
|
|
|
)
|