-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.19 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.19 KB
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
module go_gateway
go 1.14
require (
github.com/e421083458/gin_scaffold v0.0.0-20211226015300-616fc31c0400
github.com/e421083458/golang_common v1.2.1
github.com/e421083458/gorm v1.0.1
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/garyburd/redigo v1.6.4 // indirect
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/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/viper v1.13.0 // indirect
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.8.1
golang.org/x/crypto v0.1.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.0
gorm.io/driver/mysql v1.4.3 // indirect
gorm.io/gorm v1.24.0 // indirect
)
replace github.com/gin-contrib/sse v0.1.0 => github.com/e421083458/sse v0.1.1