-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 922 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
module github.com/Kirov7/FayGateway
go 1.14
require (
github.com/Kirov7/go-config v0.0.0-20221127061203-fe479a29babe
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/golang/protobuf v1.5.2
github.com/gorilla/sessions v1.1.3 // indirect
github.com/pkg/errors v0.9.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.8.3
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
google.golang.org/grpc v1.50.1
gopkg.in/go-playground/validator.v9 v9.29.0
gorm.io/gorm v1.24.2
)