blob: bfdf212247964ae7bf4de7f25e8a8ea5ff135a3e [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.0
github.com/apache/dubbo-go-pixiu v0.5.0-rc01.0.20220624103422-ef05b090d78f
github.com/dubbogo/gost v1.11.25
github.com/dubbogo/grpc-go v1.42.9
github.com/dubbogo/triple v1.1.8
github.com/gin-gonic/gin v1.7.7
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/spf13/cobra v1.1.3
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.1
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
)