mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-23 11:07:43 +02:00
41 lines
2.1 KiB
Modula-2
41 lines
2.1 KiB
Modula-2
module github.com/asim/go-micro/examples/v4
|
|
|
|
go 1.16
|
|
|
|
replace (
|
|
github.com/asim/go-micro/plugins/client/grpc/v4 => ../plugins/client/grpc
|
|
github.com/asim/go-micro/plugins/client/http/v4 => ../plugins/client/http
|
|
github.com/asim/go-micro/plugins/config/encoder/toml/v4 => ../plugins/config/encoder/toml
|
|
github.com/asim/go-micro/plugins/config/encoder/yaml/v4 => ../plugins/config/encoder/yaml
|
|
github.com/asim/go-micro/plugins/config/source/grpc/v4 => ../plugins/config/source/grpc
|
|
github.com/asim/go-micro/plugins/server/grpc/v4 => ../plugins/server/grpc
|
|
github.com/asim/go-micro/plugins/server/http/v4 => ../plugins/server/http
|
|
github.com/asim/go-micro/plugins/transport/grpc/v4 => ../plugins/transport/grpc
|
|
github.com/asim/go-micro/plugins/wrapper/select/roundrobin/v4 => ../plugins/wrapper/select/roundrobin
|
|
github.com/asim/go-micro/plugins/wrapper/select/shard/v4 => ../plugins/wrapper/select/shard
|
|
go-micro.dev/v4 => ../../go-micro
|
|
)
|
|
|
|
require (
|
|
github.com/asim/go-micro/plugins/client/grpc/v4 v4.0.0-20211019191242-9edc569e68bb
|
|
github.com/asim/go-micro/plugins/client/http/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/config/encoder/toml/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/config/encoder/yaml/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/config/source/grpc/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/server/grpc/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/server/http/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/wrapper/select/roundrobin/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/plugins/wrapper/select/shard/v4 v4.0.0-00010101000000-000000000000
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/golang/glog v1.0.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go-micro.dev/v4 v4.2.1
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
|
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|