From 7b277813c357c00c11dd522deb1f880a625ef3fa Mon Sep 17 00:00:00 2001 From: ian-lss <38341885+ian-lss@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:35:36 +0900 Subject: [PATCH] Update go.mod --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f6149b2898e6d..c4a8ac72d3588 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,8 @@ require ( github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 github.com/klauspost/compress v1.17.7 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d - github.com/milvus-io/milvus-proto/go-api/v2 v2.3.4-0.20240717062137-3ffb1db01632 +# github.com/milvus-io/milvus-proto/go-api/v2 v2.3.4-0.20240717062137-3ffb1db01632 + github.com/milvus-io/milvus-proto/go-api/v2 v2.4.7 github.com/minio/minio-go/v7 v7.0.61 github.com/pingcap/log v1.1.1-0.20221015072633-39906604fb81 github.com/prometheus/client_golang v1.14.0