2020-11-10 21:07:45 -05:00
|
|
|
module github.com/naiba/nezha
|
2019-11-08 23:05:53 -05:00
|
|
|
|
|
|
|
go 1.13
|
2019-12-02 09:57:14 -05:00
|
|
|
|
|
|
|
require (
|
2020-10-24 09:29:05 -04:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
2020-11-29 11:07:27 -05:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-10-24 09:29:05 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-11-06 07:51:23 -05:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-12-12 11:43:25 -05:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-10-24 09:29:05 -04:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/jinzhu/gorm v1.9.16
|
2019-12-08 03:59:58 -05:00
|
|
|
github.com/naiba/com v0.0.0-20191104074000-318339dc72a5
|
2020-10-24 09:29:05 -04:00
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2020-12-12 12:31:22 -05:00
|
|
|
github.com/p14yground/go-github-selfupdate v0.0.0-20201212172144-81a03b17860d
|
2019-12-08 03:59:58 -05:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-11-21 09:07:34 -05:00
|
|
|
github.com/shirou/gopsutil/v3 v3.20.10
|
2019-12-08 10:49:38 -05:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2020-10-24 09:29:05 -04:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-11-06 07:51:23 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-10-24 09:29:05 -04:00
|
|
|
google.golang.org/grpc v1.33.1
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-09 06:05:40 -05:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-12-02 09:57:14 -05:00
|
|
|
)
|