2020-11-10 21:07:45 -05:00
|
|
|
module github.com/naiba/nezha
|
2019-11-08 23:05:53 -05:00
|
|
|
|
2022-03-22 06:46:18 -04:00
|
|
|
go 1.18
|
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-04-14 04:41:34 -04:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.4
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/creack/pty v1.1.18
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3
|
2021-08-18 05:42:26 -04:00
|
|
|
github.com/iamacarpet/go-winpty v1.0.2
|
2022-03-24 08:22:05 -04:00
|
|
|
github.com/jinzhu/copier v0.3.5
|
2022-03-18 11:13:22 -04:00
|
|
|
github.com/json-iterator/go v1.1.12
|
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-04-14 04:41:34 -04:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.3
|
2021-11-11 08:40:13 -05:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/spf13/viper v1.11.0
|
2022-03-19 05:22:15 -04:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-04-14 04:41:34 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
|
2022-03-23 09:07:38 -04:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-03-19 05:22:15 -04:00
|
|
|
google.golang.org/grpc v1.45.0
|
2022-04-14 04:41:34 -04:00
|
|
|
google.golang.org/protobuf v1.28.0
|
2021-11-11 08:40:13 -05:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-02-28 21:19:23 -05:00
|
|
|
gorm.io/driver/sqlite v1.3.1
|
2022-04-14 04:41:34 -04:00
|
|
|
gorm.io/gorm v1.23.4
|
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
|
2022-03-19 05:22:15 -04:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
2022-03-19 05:22:15 -04:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.11 // indirect
|
2022-03-19 05:22:15 -04:00
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/spf13/afero v1.8.2 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
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
|
2022-04-14 04:41:34 -04:00
|
|
|
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
2022-03-19 05:22:15 -04:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-04-14 04:41:34 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
2022-02-05 08:30:01 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2019-12-02 09:57:14 -05:00
|
|
|
)
|