2020-11-10 21:07:45 -05:00
|
|
|
module github.com/naiba/nezha
|
2019-11-08 23:05:53 -05:00
|
|
|
|
2022-02-05 08:30:01 -05:00
|
|
|
go 1.17
|
2019-12-02 09:57:14 -05:00
|
|
|
|
|
|
|
require (
|
2021-11-11 08:40:13 -05:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
|
2022-01-08 22:54:14 -05:00
|
|
|
github.com/Erope/goss v0.0.0-20211230093305-df3c03fd1ed4
|
2021-08-18 05:42:26 -04:00
|
|
|
github.com/artdarek/go-unzip v1.0.0
|
2020-11-29 11:07:27 -05:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2021-11-11 08:40:13 -05:00
|
|
|
github.com/creack/pty v1.1.17
|
2021-05-10 06:04:38 -04:00
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
2021-11-25 07:20:36 -05:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
|
2021-11-11 08:40:13 -05:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-12-12 11:43:25 -05:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2022-02-28 21:19:23 -05:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2021-11-11 08:40:13 -05:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2021-08-18 05:42:26 -04:00
|
|
|
github.com/iamacarpet/go-winpty v1.0.2
|
2022-02-28 21:19:23 -05:00
|
|
|
github.com/ory/graceful v0.1.2
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/p14yground/go-github-selfupdate v0.0.0-20220205132106-76a6d59b925b
|
2019-12-08 03:59:58 -05:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-01-18 20:59:04 -05:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.1
|
2021-11-11 08:40:13 -05:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/spf13/viper v1.10.1
|
2021-08-07 22:06:44 -04:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-02-28 21:19:23 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
2022-02-05 08:30:01 -05:00
|
|
|
google.golang.org/grpc v1.44.0
|
2021-11-11 08:40:13 -05:00
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-02-28 21:19:23 -05:00
|
|
|
gorm.io/driver/sqlite v1.3.1
|
|
|
|
gorm.io/gorm v1.23.1
|
2022-02-05 08:30:01 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.4 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.11 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
github.com/spf13/afero v1.8.1 // indirect
|
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
|
|
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
|
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
|
|
|
github.com/ugorji/go/codec v1.2.6 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220204002441-d6cc3cc0770e // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.3 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2019-12-02 09:57:14 -05:00
|
|
|
)
|