tao12345666333 commented on code in PR #1440: URL: https://github.com/apache/apisix-ingress-controller/pull/1440#discussion_r1032706865
########## pkg/providers/gateway/types/types.go: ########## @@ -16,7 +16,17 @@ // under the License. package types -import gatewayv1beta1 "sigs.k8s.io/gateway-api/apis/v1beta1" +import ( + "github.com/apache/apisix-ingress-controller/pkg/providers/utils" + gatewayv1beta1 "sigs.k8s.io/gateway-api/apis/v1beta1" Review Comment: These imports need to be sorted -- 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]
