module NosqlMongo

go 1.16

require (
	go.mongodb.org/mongo-driver v1.10.3
	gopkg.in/yaml.v3 v3.0.1
	github.com/pkg/errors v0.9.1
)