mirror of https://github.com/milvus-io/milvus.git
Fix the version of protobuf in go.mod not consistence with MakeFile (#5047)
Fix the version of protobuf in go.mod not consistence with MakeFile Signed-off-by: godchen qingxiang.chen@zilliz.compull/5067/head^2
parent
060f7ca0d2
commit
c64f3a2a52
2
go.mod
2
go.mod
|
@ -11,7 +11,7 @@ require (
|
|||
github.com/frankban/quicktest v1.10.2 // indirect
|
||||
github.com/go-basic/ipv4 v1.0.0
|
||||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
||||
github.com/golang/protobuf v1.4.2
|
||||
github.com/golang/protobuf v1.3.2
|
||||
github.com/google/btree v1.0.0
|
||||
github.com/jarcoal/httpmock v1.0.8
|
||||
github.com/klauspost/compress v1.10.11 // indirect
|
||||
|
|
Loading…
Reference in New Issue