-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.11 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
module github.com/xiet16/go_gateway_gin_scaffold
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/e421083458/grpc-proxy v0.2.0
github.com/garyburd/redigo v1.6.2
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/sessions v1.1.3 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.4.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/appengine v1.6.0 // indirect
google.golang.org/grpc v1.30.0-dev.1
gopkg.in/go-playground/validator.v9 v9.31.0
)