We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4821a commit 42e8780Copy full SHA for 42e8780
go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/pkg/errors v0.9.1
13
github.com/rs/zerolog v1.28.0
14
github.com/samber/lo v1.47.0
15
+ github.com/samber/mo v1.13.0
16
github.com/stretchr/testify v1.8.0
17
github.com/urfave/cli v1.22.9
18
go.mongodb.org/mongo-driver v1.17.1
@@ -42,7 +43,6 @@ require (
42
43
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
44
github.com/pmezard/go-difflib v1.0.0 // indirect
45
github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/samber/mo v1.13.0 // indirect
46
github.com/ugorji/go/codec v1.2.7 // indirect
47
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
48
github.com/xdg-go/scram v1.1.2 // indirect
0 commit comments