Go: Replace golang.org/x/exp/slices with slices. (#12781)

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-02-03 06:22:59 -08:00 committed by GitHub
parent 9b1866a3f7
commit abca410e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View file

@ -20,12 +20,12 @@ import (
"fmt"
"reflect"
"regexp"
"slices"
"k8s.io/klog/v2"
networking "k8s.io/api/networking/v1"
"golang.org/x/exp/slices"
"k8s.io/ingress-nginx/internal/ingress/annotations/parser"
ing_errors "k8s.io/ingress-nginx/internal/ingress/errors"
"k8s.io/ingress-nginx/internal/ingress/resolver"