This is an automated email from the ASF dual-hosted git repository.

mgrund pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git


The following commit(s) were added to refs/heads/master by this push:
     new cb598d2  [MINOR] fix the warning of go mod
cb598d2 is described below

commit cb598d25f000172d011414650224ad8888ae81d6
Author: Xin Hao <[email protected]>
AuthorDate: Fri Aug 23 10:21:08 2024 +0200

    [MINOR] fix the warning of go mod
    
    ### What changes were proposed in this pull request?
    
    Fix the Go mod warning: `google.golang.org/genproto/googleapis/rpc` is 
required directly.
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #50 from haoxins/mod-fix.
    
    Authored-by: Xin Hao <[email protected]>
    Signed-off-by: Martin Grund <[email protected]>
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 3971bfc..b2bbc14 100644
--- a/go.mod
+++ b/go.mod
@@ -23,6 +23,7 @@ require (
        github.com/apache/arrow/go/v17 v17.0.0
        github.com/google/uuid v1.6.0
        github.com/stretchr/testify v1.9.0
+       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20240701130421-f6361c86f094
        google.golang.org/grpc v1.64.1
        google.golang.org/protobuf v1.34.2
 )
@@ -32,7 +33,6 @@ require (
        github.com/kr/pretty v0.3.0 // indirect
        golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
        golang.org/x/sync v0.7.0 // indirect
-       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20240701130421-f6361c86f094 // indirect
        gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
 )
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to