github.com/phpstudyer/protoreflect@v1.7.2/go.mod (about)

     1  module github.com/phpstudyer/protoreflect
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/golang/protobuf v1.4.2
     7  	golang.org/x/net v0.0.0-20200625001655-4c5254603344
     8  	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
     9  	google.golang.org/grpc v1.27.0
    10  	google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12
    11  )