-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (30 loc) · 1.09 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
module golang-base-flamego
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/flamego/binding v1.1.0 // indirect
github.com/flamego/cors v1.0.1 // indirect
github.com/flamego/flamego v1.2.0 // indirect
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.7.2
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-resty/resty/v2 v2.1.0
github.com/google/uuid v1.2.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/ory/graceful v0.1.2 // indirect
github.com/spf13/viper v1.4.0
github.com/streadway/amqp v1.0.0
//github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.7.0
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/tools v0.1.3 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.1.0
gorm.io/gorm v1.21.10
)