Skip to content

Commit 6ef153e

Browse files
authored
Merge pull request #1502 from marquiz/devel/maps
Use non-exp maps package
2 parents 605c669 + 8e477cd commit 6ef153e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ require (
2020
github.com/smartystreets/goconvey v1.6.4
2121
github.com/stretchr/testify v1.8.4
2222
github.com/vektra/errors v0.0.0-20140903201135-c64d83aba85a
23-
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
2423
golang.org/x/net v0.19.0
2524
golang.org/x/time v0.5.0
2625
google.golang.org/grpc v1.59.0
@@ -164,6 +163,7 @@ require (
164163
go.uber.org/multierr v1.11.0 // indirect
165164
go.uber.org/zap v1.24.0 // indirect
166165
golang.org/x/crypto v0.16.0 // indirect
166+
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
167167
golang.org/x/mod v0.14.0 // indirect
168168
golang.org/x/oauth2 v0.14.0 // indirect
169169
golang.org/x/sync v0.5.0 // indirect

test/e2e/gomega.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ package e2e
1919
import (
2020
"context"
2121
"fmt"
22+
"maps"
2223
"strings"
2324
"time"
2425

2526
. "github.com/onsi/gomega"
2627
gomegatypes "github.com/onsi/gomega/types"
27-
"golang.org/x/exp/maps"
2828
taintutils "k8s.io/kubernetes/pkg/util/taints"
2929

3030
corev1 "k8s.io/api/core/v1"

0 commit comments

Comments
 (0)