typo
This commit is contained in:
parent
5116872acf
commit
5e62eee842
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ replace github.com/golang/protobuf => ../
|
||||||
|
|
||||||
replace github.com/golang/protobuf/protoc-gen-go/descriptor => ../protoc-gen-go/descriptor
|
replace github.com/golang/protobuf/protoc-gen-go/descriptor => ../protoc-gen-go/descriptor
|
||||||
|
|
||||||
replace github.com/golang/protobuf/proto ../proto
|
replace github.com/golang/protobuf/proto => ../proto
|
||||||
|
|
||||||
replace github.com/golang/protobuf/jsonpb ../jsonpb
|
replace github.com/golang/protobuf/jsonpb => ../jsonpb
|
||||||
|
|
Loading…
Reference in a new issue