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 (
|
2019-12-09 18:14:31 +08:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
|
2019-12-05 23:42:20 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/gin-gonic/gin v1.5.0
|
2019-12-05 23:42:20 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.2
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
|
|
|
github.com/jinzhu/gorm v1.9.11
|
2019-12-09 18:14:31 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/naiba/com v0.0.0-20191104074000-318339dc72a5
|
|
|
|
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
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/spf13/viper v1.6.1
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-12-02 22:57:14 +08:00
|
|
|
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
2019-12-05 22:36:58 +08:00
|
|
|
google.golang.org/grpc v1.25.1
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|