nezha/go.mod

96 lines
4.1 KiB
Modula-2
Raw Normal View History

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 (
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
github.com/AlecAivazis/survey/v2 v2.3.5
2022-04-28 11:39:44 -04:00
github.com/BurntSushi/toml v1.1.0
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
github.com/gin-gonic/gin v1.8.1
github.com/go-ping/ping v1.1.0
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
github.com/iamacarpet/go-winpty v1.0.4
github.com/jinzhu/copier v0.3.5
github.com/json-iterator/go v1.1.12
2022-04-27 11:51:45 -04:00
github.com/nicksnyder/go-i18n/v2 v2.2.0
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
github.com/robfig/cron/v3 v3.0.1
2022-07-05 11:48:58 -04:00
github.com/shirou/gopsutil/v3 v3.22.6
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.12.0
2022-07-05 11:48:58 -04:00
github.com/stretchr/testify v1.8.0
github.com/xanzy/go-gitlab v0.68.2
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
2022-07-05 11:48:58 -04:00
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
2022-04-27 11:51:45 -04:00
golang.org/x/text v0.3.7
google.golang.org/grpc v1.47.0
2022-04-14 04:41:34 -04:00
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.4.0
2022-07-05 11:48:58 -04:00
gorm.io/driver/sqlite v1.3.5
gorm.io/gorm v1.23.7
2022-02-05 08:30:01 -05:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
2022-02-05 08:30:01 -05: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
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/goccy/go-json v0.9.7 // indirect
2022-02-05 08:30:01 -05:00
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
2022-02-05 08:30:01 -05: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
github.com/jinzhu/now v1.1.5 // 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.12 // indirect
2022-03-19 05:22:15 -04:00
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
2022-02-05 08:30:01 -05:00
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.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // 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
github.com/spf13/cast v1.5.0 // indirect
2022-02-05 08:30:01 -05:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
2022-02-05 08:30:01 -05:00
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.7 // indirect
2022-02-05 08:30:01 -05:00
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
2022-07-05 11:48:58 -04:00
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
2022-03-19 05:22:15 -04:00
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
2022-02-05 08:30:01 -05:00
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
2022-04-14 04:41:34 -04:00
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2019-12-02 09:57:14 -05:00
)