2020-11-11 10:07:45 +08:00
|
|
|
module github.com/naiba/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
|
2020-11-30 00:07:27 +08:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-11-06 20:51:23 +08:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-12-13 00:43:25 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
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
|
2020-12-13 01:31:22 +08:00
|
|
|
github.com/p14yground/go-github-selfupdate v0.0.0-20201212172144-81a03b17860d
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-11-21 22:07:34 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.20.10
|
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
|
2020-11-06 20:51:23 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-10-24 21:29:05 +08:00
|
|
|
google.golang.org/grpc v1.33.1
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-09 19:05:40 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|