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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ require (
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/gofiber/fiber/v2 v2.5.0
github.com/gofiber/fiber/v2 v2.43.0
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
github.com/kiyonlin/klog v1.1.1
github.com/klauspost/compress v1.11.12 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/spf13/viper v1.7.1
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
github.com/valyala/fasthttp v1.45.0
gorm.io/driver/mysql v1.0.4
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
Expand Down
Loading