-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (26 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
module Go-RestfulAPI
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/validator/v10 v10.2.0
github.com/jinzhu/gorm v1.9.16
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.20.7+incompatible
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.5.1
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/willf/pad v0.0.0-20200313202418-172aa767f2a4
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)