File tree Expand file tree Collapse file tree 8 files changed +8
-9
lines changed Expand file tree Collapse file tree 8 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ package v1beta1
19
19
import (
20
20
"context"
21
21
"fmt"
22
+ "slices"
22
23
"strings"
23
24
24
25
keystonev1 "github.com/openstack-k8s-operators/keystone-operator/api/v1beta1"
@@ -28,7 +29,6 @@ import (
28
29
placementv1 "github.com/openstack-k8s-operators/placement-operator/api/v1beta1"
29
30
watcherv1 "github.com/openstack-k8s-operators/watcher-operator/api/v1beta1"
30
31
"golang.org/x/exp/maps"
31
- "golang.org/x/exp/slices"
32
32
apierrors "k8s.io/apimachinery/pkg/api/errors"
33
33
"k8s.io/apimachinery/pkg/runtime"
34
34
"k8s.io/apimachinery/pkg/runtime/schema"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package v1beta1
19
19
import (
20
20
"context"
21
21
"fmt"
22
+ "slices"
22
23
23
- "golang.org/x/exp/slices"
24
24
"sigs.k8s.io/controller-runtime/pkg/client"
25
25
26
26
infranetworkv1 "github.com/openstack-k8s-operators/infra-operator/apis/network/v1beta1"
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ package dataplane
19
19
import (
20
20
"context"
21
21
"fmt"
22
+ "slices"
22
23
"strings"
23
24
"time"
24
25
25
26
"github.com/go-playground/validator/v10"
26
- "golang.org/x/exp/slices"
27
27
batchv1 "k8s.io/api/batch/v1"
28
28
corev1 "k8s.io/api/core/v1"
29
29
rbacv1 "k8s.io/api/rbac/v1"
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ require (
43
43
github.com/rabbitmq/cluster-operator/v2 v2.9.0
44
44
github.com/stretchr/testify v1.10.0
45
45
go.uber.org/zap v1.27.0
46
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
47
46
gopkg.in/yaml.v3 v3.0.1
48
47
k8s.io/api v0.29.15
49
48
k8s.io/apimachinery v0.29.15
@@ -97,6 +96,7 @@ require (
97
96
github.com/spf13/pflag v1.0.6 // indirect
98
97
go.uber.org/multierr v1.11.0 // indirect
99
98
golang.org/x/crypto v0.33.0 // indirect
99
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
100
100
golang.org/x/mod v0.20.0 // indirect
101
101
golang.org/x/net v0.34.0 // indirect
102
102
golang.org/x/oauth2 v0.18.0 // indirect
Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ import (
21
21
"crypto/sha256"
22
22
"encoding/hex"
23
23
"fmt"
24
+ "slices"
24
25
"sort"
25
26
"strconv"
26
27
"strings"
27
28
"time"
28
29
29
- "golang.org/x/exp/slices"
30
-
31
30
corev1 "k8s.io/api/core/v1"
32
31
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
33
32
apimachineryvalidation "k8s.io/apimachinery/pkg/util/validation"
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ import (
23
23
"fmt"
24
24
"path"
25
25
"reflect"
26
+ "slices"
26
27
"sort"
27
28
"strconv"
28
29
29
30
batchv1 "k8s.io/api/batch/v1"
30
31
corev1 "k8s.io/api/core/v1"
31
32
32
- slices "golang.org/x/exp/slices"
33
33
k8s_errors "k8s.io/apimachinery/pkg/api/errors"
34
34
"k8s.io/apimachinery/pkg/types"
35
35
apimachineryvalidation "k8s.io/apimachinery/pkg/util/validation"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import (
21
21
"fmt"
22
22
"os"
23
23
"path"
24
+ "slices"
24
25
"strings"
25
26
26
- "golang.org/x/exp/slices"
27
27
yaml "gopkg.in/yaml.v3"
28
28
k8s_errors "k8s.io/apimachinery/pkg/api/errors"
29
29
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Original file line number Diff line number Diff line change 9
9
"fmt"
10
10
"math"
11
11
"os"
12
+ "slices"
12
13
"strings"
13
14
"time"
14
15
@@ -20,7 +21,6 @@ import (
20
21
"github.com/openstack-k8s-operators/lib-common/modules/common/secret"
21
22
"github.com/openstack-k8s-operators/lib-common/modules/common/tls"
22
23
"github.com/openstack-k8s-operators/lib-common/modules/common/util"
23
- "golang.org/x/exp/slices"
24
24
k8s_errors "k8s.io/apimachinery/pkg/api/errors"
25
25
26
26
corev1 "github.com/openstack-k8s-operators/openstack-operator/apis/core/v1beta1"
You can’t perform that action at this time.
0 commit comments