-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 897 Bytes
/
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
module github.com/init-new-world/Go_API_learning
go 1.14
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
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.14
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.20.6+incompatible
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/willf/pad v0.0.0-20200313202418-172aa767f2a4
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)