Downgraded mongo library

This commit is contained in:
Trial97
2019-07-17 17:45:34 +03:00
committed by Dan Christian Bogos
parent 965f645d09
commit ab77aaebc8
7 changed files with 87 additions and 62 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/cgrates/cgrates/utils"
"github.com/ugorji/go/codec"
"go.mongodb.org/mongo-driver/bson"
"github.com/mongodb/mongo-go-driver/bson"
)
type Storage interface {