-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 970 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/go-dawn/dawn
go 1.13
require (
github.com/go-dawn/pkg v0.0.4-0.20201104085859-62b37379c717
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/gofiber/fiber/v2 v2.5.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
gorm.io/driver/mysql v1.0.4
gorm.io/driver/postgres v1.0.8
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.3
)