-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 825 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 apiserver
go 1.13
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.5.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.20.2+incompatible
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
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
gopkg.in/go-playground/validator.v9 v9.29.1
)