Skip to content

Commit 42e8780

Browse files
committed
mod tidy
1 parent 3d4821a commit 42e8780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/pkg/errors v0.9.1
1313
github.com/rs/zerolog v1.28.0
1414
github.com/samber/lo v1.47.0
15+
github.com/samber/mo v1.13.0
1516
github.com/stretchr/testify v1.8.0
1617
github.com/urfave/cli v1.22.9
1718
go.mongodb.org/mongo-driver v1.17.1
@@ -42,7 +43,6 @@ require (
4243
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
4344
github.com/pmezard/go-difflib v1.0.0 // indirect
4445
github.com/russross/blackfriday/v2 v2.1.0 // indirect
45-
github.com/samber/mo v1.13.0 // indirect
4646
github.com/ugorji/go/codec v1.2.7 // indirect
4747
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4848
github.com/xdg-go/scram v1.1.2 // indirect

0 commit comments

Comments
 (0)