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.
 
 
 
 
kratos/examples/go.mod

58 lines
2.6 KiB

module github.com/go-kratos/kratos/examples
go 1.16
require (
entgo.io/ent v0.9.0
github.com/BurntSushi/toml v0.3.1
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/gin-gonic/gin v1.7.3
github.com/go-kratos/gin v0.1.0
github.com/go-kratos/kratos/contrib/config/apollo/v2 v2.0.0-20210901080230-515b71ec9061
github.com/go-kratos/kratos/contrib/metrics/prometheus/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/discovery/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/etcd/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/nacos/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 v2.0.0-00010101000000-000000000000
github.com/go-kratos/kratos/v2 v2.1.0
github.com/go-kratos/swagger-api v1.0.0
github.com/go-redis/redis/extra/redisotel v0.3.0
github.com/go-redis/redis/v8 v8.11.2
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt/v4 v4.0.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/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/hashicorp/consul/api v1.9.1
github.com/labstack/echo/v4 v4.5.0
github.com/nacos-group/nacos-sdk-go v1.0.9
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/prometheus/client_golang v1.11.0
github.com/segmentio/kafka-go v0.4.17
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.0
go.opentelemetry.io/otel v1.0.0
go.opentelemetry.io/otel/exporters/jaeger v1.0.0
go.opentelemetry.io/otel/sdk v1.0.0
go.opentelemetry.io/otel/trace v1.0.0
go.uber.org/zap v1.19.0
golang.org/x/text v0.3.7
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
)
replace (
github.com/go-kratos/kratos/contrib/config/apollo/v2 => ../contrib/config/apollo
github.com/go-kratos/kratos/contrib/metrics/prometheus/v2 => ../contrib/metrics/prometheus
github.com/go-kratos/kratos/contrib/registry/consul/v2 => ../contrib/registry/consul
github.com/go-kratos/kratos/contrib/registry/discovery/v2 => ../contrib/registry/discovery
github.com/go-kratos/kratos/contrib/registry/etcd/v2 => ../contrib/registry/etcd
github.com/go-kratos/kratos/contrib/registry/nacos/v2 => ../contrib/registry/nacos
github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 => ../contrib/registry/zookeeper
github.com/go-kratos/kratos/v2 => ../
)