File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ require (
26
26
github.com/yudai/gojsondiff v1.0.0
27
27
github.com/zakjan/cert-chain-resolver v0.0.0-20221221105603-fcedb00c5b30
28
28
golang.org/x/crypto v0.32.0
29
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
30
29
google.golang.org/grpc v1.70.0
31
30
google.golang.org/grpc/examples v0.0.0-20240223204917-5ccf176a08ab
32
31
gopkg.in/go-playground/pool.v3 v3.1.1
Original file line number Diff line number Diff line change @@ -246,8 +246,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
246
246
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
247
247
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
248
248
golang.org/x/crypto v0.32.0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
249
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8 =
250
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 /go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY =
251
249
golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
252
250
golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
253
251
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ import (
20
20
"fmt"
21
21
"reflect"
22
22
"regexp"
23
+ "slices"
23
24
24
25
"k8s.io/klog/v2"
25
26
26
27
networking "k8s.io/api/networking/v1"
27
28
28
- "golang.org/x/exp/slices"
29
29
"k8s.io/ingress-nginx/internal/ingress/annotations/parser"
30
30
ing_errors "k8s.io/ingress-nginx/internal/ingress/errors"
31
31
"k8s.io/ingress-nginx/internal/ingress/resolver"
You can’t perform that action at this time.
0 commit comments