2019-12-02 22:57:14 +08:00
|
|
|
module github.com/p14yground/nezha
|
2019-11-09 12:05:53 +08:00
|
|
|
|
|
|
|
go 1.13
|
2019-12-02 22:57:14 +08:00
|
|
|
|
|
|
|
require (
|
2020-10-24 21:29:05 +08:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
2019-12-05 23:42:20 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2019-12-05 23:42:20 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/golang/protobuf v1.4.1
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/jinzhu/gorm v1.9.16
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/naiba/com v0.0.0-20191104074000-318339dc72a5
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-12-02 22:57:14 +08:00
|
|
|
github.com/shirou/gopsutil v2.19.11+incompatible
|
2019-12-05 23:42:20 +08:00
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
2019-12-08 23:49:38 +08:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2019-12-08 16:59:58 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-10-24 21:29:05 +08:00
|
|
|
google.golang.org/grpc v1.33.1
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|