|
|
|
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-rc6
|
|
|
|
github.com/go-kratos/nacos v0.1.0
|
|
|
|
github.com/go-kratos/prometheus v0.0.0-20210522055322-137e29e7cf47
|
|
|
|
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/google/wire v0.5.0
|
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
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/prometheus/client_golang v1.9.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
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.18.1
|
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210629200056-84d6f6074151
|
|
|
|
google.golang.org/grpc v1.39.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../
|