blob: 153fef2612a7e79e29f36015a4816e10b1a3c73d [file] [log] [blame]
module github.com/dubbo-go-pixiu/samples
go 1.15
require (
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220519062747-f6405fa79d5c
github.com/apache/dubbo-go-hessian2 v1.11.3
github.com/apache/dubbo-go-pixiu v0.6.0-rc2
github.com/dubbogo/gost v1.13.3-0.20221216065235-4c45e166b5a0
github.com/dubbogo/grpc-go v1.42.9
github.com/dubbogo/triple v1.1.8
github.com/gin-gonic/gin v1.9.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.1
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
vimagination.zapto.org/memio v1.0.0 // indirect
)