2020-11-11 10:07:45 +08:00
|
|
|
module github.com/naiba/nezha
|
2019-11-09 12:05:53 +08:00
|
|
|
|
2022-08-13 11:40:10 +08:00
|
|
|
go 1.19
|
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
|
2022-10-12 19:34:15 +08:00
|
|
|
code.gitea.io/sdk/gitea v0.15.1
|
2022-09-14 22:26:14 +08:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
2022-10-31 21:54:37 +08:00
|
|
|
github.com/BurntSushi/toml v1.2.1
|
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
|
2022-04-14 16:41:34 +08:00
|
|
|
github.com/creack/pty v1.1.18
|
2022-08-13 11:40:10 +08:00
|
|
|
github.com/gin-contrib/pprof v1.4.0
|
2022-06-24 20:43:38 +08:00
|
|
|
github.com/gin-gonic/gin v1.8.1
|
2022-05-26 20:00:20 +08:00
|
|
|
github.com/go-ping/ping v1.1.0
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2022-10-12 19:34:15 +08:00
|
|
|
github.com/google/go-github/v47 v47.1.0
|
2022-03-01 10:19:23 +08:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-04-14 16:41:34 +08:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3
|
2022-06-24 20:43:38 +08:00
|
|
|
github.com/iamacarpet/go-winpty v1.0.4
|
2022-03-24 20:22:05 +08:00
|
|
|
github.com/jinzhu/copier v0.3.5
|
2022-03-18 23:13:22 +08:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-10-18 23:40:01 +08:00
|
|
|
github.com/nezhahq/go-github-selfupdate v0.0.0-20221018153747-e1fb0e0b65b0
|
|
|
|
github.com/nezhahq/goss v0.0.0-20221018152329-34e9f00c99de
|
2022-04-27 23:51:45 +08:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.2.0
|
2022-08-13 11:40:10 +08:00
|
|
|
github.com/ory/graceful v0.1.3
|
2019-12-08 16:59:58 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-01-19 09:59:04 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2022-11-01 21:46:02 +08:00
|
|
|
github.com/samber/lo v1.33.0
|
|
|
|
github.com/shirou/gopsutil/v3 v3.22.10
|
2021-11-11 21:40:13 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-09-14 22:26:14 +08:00
|
|
|
github.com/spf13/viper v1.13.0
|
2022-10-31 21:54:37 +08:00
|
|
|
github.com/stretchr/testify v1.8.1
|
|
|
|
github.com/xanzy/go-gitlab v0.74.0
|
|
|
|
golang.org/x/crypto v0.1.0
|
|
|
|
golang.org/x/oauth2 v0.1.0
|
2022-10-18 23:40:01 +08:00
|
|
|
golang.org/x/sync v0.1.0
|
|
|
|
golang.org/x/text v0.4.0
|
|
|
|
google.golang.org/grpc v1.50.1
|
2022-08-13 11:40:10 +08:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2022-10-18 23:40:01 +08:00
|
|
|
gorm.io/driver/sqlite v1.4.3
|
2022-12-29 00:41:11 +08:00
|
|
|
gorm.io/gorm v1.24.2
|
2022-10-12 19:34:15 +08:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2022-02-05 21:30:01 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-10-18 23:40:01 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
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
|
2022-10-01 11:31:39 +08:00
|
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
|
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
2022-10-12 19:34:15 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-05-26 20:00:20 +08:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
2022-10-12 19:34:15 +08:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
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
|
2022-04-26 12:46:44 +08:00
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2022-03-19 17:22:15 +08:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2022-10-01 11:31:39 +08:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
|
2022-04-14 16:41:34 +08:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
2022-10-01 11:31:39 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2022-05-30 09:39:19 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-05-30 09:39:19 +08:00
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
2022-09-14 22:26:14 +08:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-10-01 11:31:39 +08:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
|
|
github.com/spf13/afero v1.9.2 // indirect
|
2022-05-30 09:39:19 +08:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2022-09-14 22:26:14 +08:00
|
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
|
2022-04-14 16:41:34 +08:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
2022-10-01 11:31:39 +08:00
|
|
|
github.com/tklauser/numcpus v0.5.0 // indirect
|
2022-06-24 20:43:38 +08:00
|
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-11-01 21:46:02 +08:00
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
2022-10-31 21:54:37 +08:00
|
|
|
golang.org/x/net v0.1.0 // indirect
|
2022-10-18 23:40:01 +08:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2022-10-31 21:54:37 +08:00
|
|
|
golang.org/x/term v0.1.0 // indirect
|
2022-10-18 23:40:01 +08:00
|
|
|
golang.org/x/time v0.1.0 // indirect
|
2022-02-05 21:30:01 +08:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-10-18 23:40:01 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20221018143404-92eef740a0dc // indirect
|
2022-09-14 22:26:14 +08:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-10-12 19:34:15 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-06-24 20:43:38 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2019-12-02 22:57:14 +08:00
|
|
|
)
|