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 (
|
2021-11-11 21:40:13 +08:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
|
2021-08-18 17:42:26 +08:00
|
|
|
github.com/artdarek/go-unzip v1.0.0
|
2020-11-30 00:07:27 +08:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/creack/pty v1.1.17
|
2021-05-10 18:04:38 +08:00
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/gin-gonic/gin v1.7.4
|
|
|
|
github.com/go-ping/ping v0.0.0-20211014180314-6e2b003bffdd
|
|
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-12-13 00:43:25 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2020-10-24 21:29:05 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2021-08-18 17:42:26 +08:00
|
|
|
github.com/iamacarpet/go-winpty v1.0.2
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-07-14 23:53:37 +08:00
|
|
|
github.com/ory/graceful v0.1.1
|
2021-05-20 10:00:35 +08:00
|
|
|
github.com/p14yground/go-github-selfupdate v0.0.0-20210520015421-eddf14461293
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-08-16 10:27:21 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-01-19 09:59:04 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-11-04 12:06:20 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.10
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.9.0
|
2021-08-08 10:06:44 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
|
|
golang.org/x/net v0.0.0-20211111083644-e5c967477495 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
|
|
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 // indirect
|
|
|
|
google.golang.org/grpc v1.42.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gorm.io/driver/sqlite v1.2.3
|
|
|
|
gorm.io/gorm v1.22.2
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|