-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.67 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
34
35
36
37
38
39
40
module github.com/e421083458/go_gateway
go 1.14
require (
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/e421083458/gateway_demo v0.0.0-20201203134404-5a1814369ddf
github.com/e421083458/gorm v1.0.1
github.com/e421083458/grpc-proxy v0.2.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/gorilla/sessions v1.1.3 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.4
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/mwitkow/grpc-proxy v0.0.0-20230212185441-f345521cb9c9 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.16.1
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
google.golang.org/genproto v0.0.0-20210401141331-865547bb08e2
google.golang.org/grpc v1.36.1
gopkg.in/go-playground/validator.v9 v9.29.0
)
replace github.com/gin-contrib/sse v0.1.0 => github.com/e421083458/sse v0.1.1