-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 909 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 909 Bytes
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
module goBoilterplate
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
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/jinzhu/gorm v1.9.14
github.com/jinzhu/now v1.1.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.9.0
github.com/labstack/gommon v0.3.1
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.7.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.7.0
golang.org/x/tools v0.1.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/tylerb/graceful.v1 v1.2.15
)