You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.0 KiB
54 lines
2.0 KiB
module github.com/go-kratos/kratos/examples
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
entgo.io/ent v0.8.0
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1110 // indirect
|
|
github.com/armon/go-metrics v0.3.8 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.6.1
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-errors/errors v1.4.0 // indirect
|
|
github.com/go-kratos/consul v0.1.0
|
|
github.com/go-kratos/etcd v0.1.0
|
|
github.com/go-kratos/kratos/v2 v2.0.0-rc1
|
|
github.com/go-kratos/nacos v0.1.0
|
|
github.com/go-playground/validator/v10 v10.6.1 // indirect
|
|
github.com/go-redis/redis/extra/redisotel v0.3.0
|
|
github.com/go-redis/redis/v8 v8.9.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/wire v0.5.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/consul/api v1.8.1
|
|
github.com/hashicorp/go-hclog v0.16.1 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/nacos-group/nacos-sdk-go v1.0.7
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.0-beta.4
|
|
go.opentelemetry.io/otel v0.20.0
|
|
go.opentelemetry.io/otel/exporters/trace/jaeger v0.20.0
|
|
go.opentelemetry.io/otel/sdk v0.20.0
|
|
go.opentelemetry.io/otel/trace v0.20.0
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.17.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
google.golang.org/genproto v0.0.0-20210524171403-669157292da3
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../
|
|
|