File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ import (
88 "log"
99 "os"
1010 "reflect"
11+ "slices"
1112 "strings"
1213
13- "golang.org/x/exp/slices"
14-
1514 "k8s.io/apimachinery/pkg/api/errors"
1615
1716 "github.com/spf13/pflag"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ go 1.22.0
55require (
66 github.com/spf13/pflag v1.0.5
77 go.uber.org/mock v0.4.0
8- golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
98 helm.sh/helm/v3 v3.15.2
109 k8s.io/apiextensions-apiserver v0.30.0
1110 k8s.io/apimachinery v0.30.0
Original file line number Diff line number Diff line change @@ -368,8 +368,6 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
368368golang.org/x/crypto v0.3.0 /go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4 =
369369golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA =
370370golang.org/x/crypto v0.21.0 /go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs =
371- golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc h1:ao2WRsKSzW6KuUY9IWPwWahcHCgR0s52IfwutMfEbdM =
372- golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc /go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI =
373371golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
374372golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
375373golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
You can’t perform that action at this time.
0 commit comments