-
Notifications
You must be signed in to change notification settings - Fork 26
/
go.mod
29 lines (27 loc) · 1.03 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
module github.com/colinrs/ffly-plus
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alibaba/sentinel-golang v0.6.1
github.com/arl/statsviz v0.1.1
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668 // indirect
github.com/colinrs/pkgx v1.1.0
github.com/colinrs/pkgx/server/gin v0.0.0-20210523102601-7e9d7838ef60
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/cache v1.1.0
github.com/gin-gonic/gin v1.7.2
github.com/golang/protobuf v1.4.3
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.8
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174 // indirect
google.golang.org/grpc v1.27.0
gorm.io/driver/mysql v1.0.2
gorm.io/gorm v1.20.2
)