reuse connections to DB (#76)

This commit is contained in:
Dominic Wong
2021-03-24 10:22:48 +00:00
committed by GitHub
parent d68fdeb516
commit 40738bedc8
4 changed files with 49 additions and 32 deletions

1
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/google/uuid v1.1.2
github.com/gosimple/slug v1.9.0
github.com/hailocab/go-geoindex v0.0.0-20160127134810-64631bfe9711
github.com/jackc/pgx/v4 v4.10.1
github.com/micro/dev v0.0.0-20201117163752-d3cfc9788dfa
github.com/micro/micro/v3 v3.1.2-0.20210311170414-40583563ada6
github.com/miekg/dns v1.1.31 // indirect