mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
110 lines
4.6 KiB
Modula-2
110 lines
4.6 KiB
Modula-2
module github.com/naiba/nezha
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20230406175530-3579ae0680eb
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/EDDYCJY/fake-useragent v0.2.0
|
|
github.com/artdarek/go-unzip v1.0.0
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/creack/pty v1.1.18
|
|
github.com/dean2021/goss v0.0.0-20230129073947-df90431348f1
|
|
github.com/gin-contrib/pprof v1.4.0
|
|
github.com/gin-gonic/gin v1.9.0
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
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
|
|
github.com/nezhahq/go-github-selfupdate v0.0.0-20221018153747-e1fb0e0b65b0
|
|
github.com/nicksnyder/go-i18n/v2 v2.2.1
|
|
github.com/ory/graceful v0.1.3
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/samber/lo v1.38.1
|
|
github.com/shirou/gopsutil/v3 v3.23.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.15.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/xanzy/go-gitlab v0.82.0
|
|
golang.org/x/crypto v0.8.0
|
|
golang.org/x/oauth2 v0.7.0
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/text v0.9.0
|
|
google.golang.org/grpc v1.54.0
|
|
google.golang.org/protobuf v1.30.0
|
|
gorm.io/driver/sqlite v1.5.0
|
|
gorm.io/gorm v1.25.0
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/bytedance/sonic v1.8.0 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // 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.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.2 // indirect
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
|
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.2 // indirect
|
|
github.com/hashicorp/go-version v1.6.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.5 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // 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/v2 v2.0.6 // 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-20221212215047-62379fc7944b // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.4 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.9 // indirect
|
|
github.com/ulikunitz/xz v0.5.11 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/term v0.7.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|