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 (
2626 github.com/yudai/gojsondiff v1.0.0
2727 github.com/zakjan/cert-chain-resolver v0.0.0-20221221105603-fcedb00c5b30
2828 golang.org/x/crypto v0.32.0
29- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
3029 google.golang.org/grpc v1.70.0
3130 google.golang.org/grpc/examples v0.0.0-20240223204917-5ccf176a08ab
3231 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
246246golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
247247golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
248248golang.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 =
251249golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
252250golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
253251golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ import (
2020 "fmt"
2121 "reflect"
2222 "regexp"
23+ "slices"
2324
2425 "k8s.io/klog/v2"
2526
2627 networking "k8s.io/api/networking/v1"
2728
28- "golang.org/x/exp/slices"
2929 "k8s.io/ingress-nginx/internal/ingress/annotations/parser"
3030 ing_errors "k8s.io/ingress-nginx/internal/ingress/errors"
3131 "k8s.io/ingress-nginx/internal/ingress/resolver"
You can’t perform that action at this time.
0 commit comments