mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
99 lines
3.9 KiB
Modula-2
99 lines
3.9 KiB
Modula-2
module github.com/naiba/nezha
|
|
|
|
go 1.21.0
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/appleboy/gin-jwt/v2 v2.10.0
|
|
github.com/gin-contrib/pprof v1.4.0
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/hashicorp/go-uuid v1.0.3
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/libdns/cloudflare v0.1.1
|
|
github.com/libdns/libdns v0.2.2
|
|
github.com/libdns/tencentcloud v1.0.0
|
|
github.com/miekg/dns v1.1.62
|
|
github.com/ory/graceful v0.1.3
|
|
github.com/oschwald/maxminddb-golang v1.13.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.18.2
|
|
github.com/swaggo/files v1.0.1
|
|
github.com/swaggo/gin-swagger v1.6.0
|
|
github.com/swaggo/swag v1.16.4
|
|
github.com/tidwall/gjson v1.18.0
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/sync v0.8.0
|
|
google.golang.org/grpc v1.63.0
|
|
google.golang.org/protobuf v1.34.2
|
|
gorm.io/driver/sqlite v1.5.5
|
|
gorm.io/gorm v1.25.10
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/bytedance/sonic v1.12.2 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // 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.22.0 // indirect
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.17 // 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.2.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.597 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/arch v0.9.0 // indirect
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // 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
|
|
)
|