tao12345666333 commented on code in PR #593:
URL:
https://github.com/apache/apisix-ingress-controller/pull/593#discussion_r1139840740
##########
go.mod:
##########
@@ -28,6 +28,11 @@ require (
sigs.k8s.io/yaml v1.3.0
)
+require (
+ github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 //
indirect
+ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
+)
+
Review Comment:
you don't need to change this one. right?
--
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]