diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-01 22:51:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 22:51:46 +0800 |
commit | 5f34265db6548e3be72b865e41f227137b18474c (patch) | |
tree | 6452369976b1ef2c2567b68ca73c09e2122a2cd7 /go.mod | |
parent | 05cdf8616ba4e9a27a37c68bada31568d495f26a (diff) |
ci: run database tests against Postgres, MySQL and SQLite (#6996)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ require ( github.com/urfave/cli v1.22.9 golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/text v0.3.7 gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect |