2025-04-14 13:43:57 +08:00
|
|
|
module svnet.cn/devttl/goctl-swagger
|
2021-01-01 20:30:52 +08:00
|
|
|
|
2024-12-18 12:08:19 +08:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.23.2
|
2021-01-01 20:30:52 +08:00
|
|
|
|
|
|
|
require (
|
2022-02-14 10:32:28 +08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2023-07-19 20:26:24 +08:00
|
|
|
github.com/urfave/cli/v2 v2.11.0
|
2024-06-18 20:54:02 +08:00
|
|
|
github.com/zeromicro/go-zero v1.6.5
|
|
|
|
github.com/zeromicro/go-zero/tools/goctl v1.6.5
|
|
|
|
golang.org/x/oauth2 v0.17.0
|
2021-01-01 20:30:52 +08:00
|
|
|
)
|
2024-12-18 14:41:39 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
|
|
github.com/go-logr/logr v1.3.0 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
|
|
github.com/golang/glog v1.2.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
|
|
github.com/openzipkin/zipkin-go v0.4.2 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.18.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
github.com/spf13/cobra v1.8.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
|
|
github.com/zeromicro/antlr v0.0.1 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.19.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
|
|
|
go.uber.org/automaxprocs v1.5.3 // indirect
|
|
|
|
golang.org/x/net v0.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
golang.org/x/text v0.15.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|