-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.22 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
module github.com/shumybest/ragnaros
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/elastic/go-elasticsearch/v7 v7.10.0
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.4.1 // indirect
github.com/go-redis/redis/v8 v8.3.3
github.com/go-resty/resty/v2 v2.3.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/imdario/mergo v0.3.11
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/shirou/gopsutil v3.20.10+incompatible
github.com/sirupsen/logrus v1.7.0
github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae
github.com/ugorji/go v1.1.13 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/go-extras/elogrus.v7 v7.2.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.5
)