diff --git a/cmd/go.mod b/cmd/go.mod index a3f3e76f..960d501f 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -14,7 +14,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - go.mongodb.org/mongo-driver v1.16.1 + go.mongodb.org/mongo-driver v1.17.0 gopkg.in/yaml.v3 v3.0.1 )