walterlife commented on code in PR #3045:
URL:
https://github.com/apache/incubator-eventmesh/pull/3045#discussion_r1098422984
##########
eventmesh-catalog-go/go.mod:
##########
@@ -29,10 +29,72 @@ require (
gorm.io/gorm v1.23.8
)
+require (
+ github.com/KyleBanks/depth v1.2.1 // indirect
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
Review Comment:
yeah, It means why these indirect dependencies are introduced. I don’t think
the current go mod introduces new dependencies. Because after adding these
dependencies, you need to synchronously add licenses files in the project
--
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]