Skip to content

Commit 2dc8a16

Browse files
committed
tidy
1 parent 8d76053 commit 2dc8a16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ module github.com/10gen/migration-verifier
33
go 1.18
44

55
require (
6+
github.com/cespare/permute/v2 v2.0.0-beta2
67
github.com/deckarep/golang-set/v2 v2.3.0
78
github.com/dustin/go-humanize v1.0.1
89
github.com/gin-gonic/gin v1.8.1
910
github.com/google/uuid v1.3.0
1011
github.com/olekukonko/tablewriter v0.0.5
1112
github.com/pkg/errors v0.9.1
1213
github.com/rs/zerolog v1.28.0
14+
github.com/samber/lo v1.47.0
1315
github.com/stretchr/testify v1.8.0
1416
github.com/urfave/cli v1.22.9
1517
go.mongodb.org/mongo-driver v1.10.2
@@ -20,7 +22,6 @@ require (
2022

2123
require (
2224
github.com/BurntSushi/toml v0.3.1 // indirect
23-
github.com/cespare/permute/v2 v2.0.0-beta2 // indirect
2425
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2526
github.com/davecgh/go-spew v1.1.1 // indirect
2627
github.com/gin-contrib/sse v0.1.0 // indirect
@@ -41,7 +42,6 @@ require (
4142
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
4243
github.com/pmezard/go-difflib v1.0.0 // indirect
4344
github.com/russross/blackfriday/v2 v2.1.0 // indirect
44-
github.com/samber/lo v1.47.0 // indirect
4545
github.com/ugorji/go/codec v1.2.7 // indirect
4646
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4747
github.com/xdg-go/scram v1.1.1 // indirect
@@ -51,7 +51,6 @@ require (
5151
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
5252
golang.org/x/sys v0.1.0 // indirect
5353
golang.org/x/text v0.16.0 // indirect
54-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
5554
google.golang.org/protobuf v1.28.0 // indirect
5655
gopkg.in/yaml.v2 v2.4.0 // indirect
5756
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)