hiboyang commented on code in PR #19:
URL: https://github.com/apache/spark-connect-go/pull/19#discussion_r1578561266


##########
go.mod:
##########
@@ -49,10 +49,10 @@ require (
        github.com/pmezard/go-difflib v1.0.0 // indirect
        github.com/zeebo/xxh3 v1.0.2 // indirect
        golang.org/x/mod v0.10.0 // indirect
-       golang.org/x/net v0.10.0 // indirect
+       golang.org/x/net v0.17.0 // indirect
        golang.org/x/oauth2 v0.8.0
-       golang.org/x/sys v0.8.0 // indirect
-       golang.org/x/text v0.9.0 // indirect
+       golang.org/x/sys v0.13.0 // indirect
+       golang.org/x/text v0.13.0 // indirect

Review Comment:
   I did not update these intentionally. Seems caused by Go automatically. 
Looks not hurting (also may be better) to use these new versions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to