-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.29 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
module golang-common-base
go 1.15
require (
github.com/PuerkitoBio/purell v1.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/pprof v1.2.1
github.com/gin-gonic/gin v1.8.1
github.com/go-openapi/spec v0.20.7 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-resty/resty/v2 v2.1.0
github.com/goccy/go-json v0.9.11 // indirect
github.com/google/uuid v1.2.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/streadway/amqp v1.0.0
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a // indirect
github.com/swaggo/gin-swagger v1.5.3
github.com/swaggo/swag v1.8.6
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.1.0
gorm.io/gorm v1.21.10
)