-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (31 loc) · 1.31 KB
/
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
29
30
31
32
33
module github.com/huzairuje/chatat_backend_engineer
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/fsnotify/fsnotify v1.4.7
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/guregu/null v4.0.0+incompatible // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/labstack/echo/v4 v4.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.1
github.com/swaggo/echo-swagger v1.1.0
github.com/swaggo/swag v1.7.0
github.com/ulule/paging v0.3.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
golang.org/x/tools v0.1.2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.9
)