module github.com/Agent-Plus/go-grpc-broker go 1.15 require ( github.com/ethereum/go-ethereum v1.10.3 github.com/golang/protobuf v1.5.0 github.com/pkg/errors v0.9.1 github.com/satori/go.uuid v1.2.0 github.com/stretchr/testify v1.7.0 google.golang.org/grpc v1.37.1 google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect google.golang.org/protobuf v1.26.0-rc.1 )