-
Notifications
You must be signed in to change notification settings - Fork 228
/
go.mod
23 lines (20 loc) · 831 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
module github.com/e421083458/gin_scaffold
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/e421083458/golang_common v1.2.1
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/gorilla/sessions v1.1.3 // indirect
github.com/pkg/errors v0.8.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
gopkg.in/go-playground/validator.v9 v9.29.0
gorm.io/gorm v1.22.4
)
replace github.com/gin-contrib/sse v0.1.0 => github.com/e421083458/sse v0.1.1