blob: 6777488cdb8b834c534463a5a4364f3cb9838b04 [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 v1.0.0-rc2
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
github.com/dubbogo/grpc-go v1.42.9
github.com/dubbogo/triple v1.1.8
github.com/gin-gonic/gin v1.9.1
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
github.com/stretchr/testify v1.8.4
github.com/uber/jaeger-client-go v2.29.1+incompatible
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
vimagination.zapto.org/memio v1.0.0 // indirect
)