Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis/v8 v8.7.1
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.5.0
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
Expand All @@ -20,7 +20,6 @@ require (
github.com/stretchr/testify v1.7.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.22.0
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect
gorm.io/driver/mysql v1.0.4
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
Expand Down
Loading