protobuf-go/go.mod

8 lines
233 B
Modula-2
Raw Normal View History

module github.com/golang/protobuf/v2
require (
github.com/golang/protobuf v1.2.1-0.20181129223256-87f1426e5305
github.com/google/go-cmp v0.2.1-0.20181101181452-745b8ec83783
golang.org/x/tools v0.0.0-20180928181343-b3c0be4c978b
)