File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ require (
20
20
github.com/smartystreets/goconvey v1.6.4
21
21
github.com/stretchr/testify v1.8.4
22
22
github.com/vektra/errors v0.0.0-20140903201135-c64d83aba85a
23
- golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
24
23
golang.org/x/net v0.19.0
25
24
golang.org/x/time v0.5.0
26
25
google.golang.org/grpc v1.59.0
@@ -164,6 +163,7 @@ require (
164
163
go.uber.org/multierr v1.11.0 // indirect
165
164
go.uber.org/zap v1.24.0 // indirect
166
165
golang.org/x/crypto v0.16.0 // indirect
166
+ golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
167
167
golang.org/x/mod v0.14.0 // indirect
168
168
golang.org/x/oauth2 v0.14.0 // indirect
169
169
golang.org/x/sync v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ package e2e
19
19
import (
20
20
"context"
21
21
"fmt"
22
+ "maps"
22
23
"strings"
23
24
"time"
24
25
25
26
. "github.com/onsi/gomega"
26
27
gomegatypes "github.com/onsi/gomega/types"
27
- "golang.org/x/exp/maps"
28
28
taintutils "k8s.io/kubernetes/pkg/util/taints"
29
29
30
30
corev1 "k8s.io/api/core/v1"
You can’t perform that action at this time.
0 commit comments