jcchavezs commented on code in PR #99: URL: https://github.com/apache/skywalking-go/pull/99#discussion_r1313484997
########## docs/en/agent/support-plugins.md: ########## @@ -7,6 +7,7 @@ metrics based on the tracing data. * `http`: [Native HTTP](https://pkg.go.dev/net/http) tested go v1.17 to go v1.20. * `go-restfulv3`: [Go-Restful](https://github.com/emicklei/go-restful) tested v3.7.1 to 3.10.2. * `mux`: [Mux](https://github.com/gorilla/mux) tested v1.7.0 to v1.8.0. + * `iris`: [Iris](https://github.com/kataras/iris) rested v12.1.0 to 12.2.5. Review Comment: ```suggestion * `iris`: [Iris](https://github.com/kataras/iris) tested v12.1.0 to 12.2.5. ``` -- 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]
