i-Lucifer commented on code in PR #235: URL: https://github.com/apache/incubator-answer-plugins/pull/235#discussion_r1829185337
########## connector-wallet/go.mod: ########## @@ -0,0 +1,50 @@ +module github.com/apache/incubator-answer-plugins/connector-wallet + +go 1.22 + +require ( + github.com/apache/incubator-answer v1.4.0 + github.com/apache/incubator-answer-plugins/util v1.0.2 + github.com/ethereum/go-ethereum v1.14.11 Review Comment: Thanks for review.The crypto library has been replaced with the MIT [library](https://github.com/i-Lucifer/crypto). -- 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]
