AlinsRan commented on code in PR #593:
URL:
https://github.com/apache/apisix-ingress-controller/pull/593#discussion_r1144336329
##########
go.mod:
##########
@@ -67,6 +67,8 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd //
indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 //
indirect
+ github.com/onsi/ginkgo/v2 v2.9.0 // indirect
+ github.com/onsi/gomega v1.27.1 // indirect
Review Comment:
These two dependencies are redundant and will only be used in e2e. Let me
remove them.
--
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]