File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ package verifier
99import (
1010 "context"
1111 "fmt"
12- "github.com/rs/zerolog/log"
13- "golang.org/x/sync/errgroup"
1412 "math/rand"
1513 "regexp"
1614 "sort"
@@ -22,13 +20,15 @@ import (
2220 "github.com/10gen/migration-verifier/internal/testutil"
2321 "github.com/cespare/permute/v2"
2422 "github.com/rs/zerolog"
23+ "github.com/rs/zerolog/log"
2524 "github.com/stretchr/testify/assert"
2625 "github.com/stretchr/testify/require"
2726 "github.com/stretchr/testify/suite"
2827 "go.mongodb.org/mongo-driver/bson"
2928 "go.mongodb.org/mongo-driver/bson/primitive"
3029 "go.mongodb.org/mongo-driver/mongo"
3130 "go.mongodb.org/mongo-driver/mongo/options"
31+ "golang.org/x/sync/errgroup"
3232)
3333
3434var macArmMongoVersions []string = []string {
You can’t perform that action at this time.
0 commit comments