chore: fix missing mgo dependency

This commit is contained in:
Stefan Martinov 2019-07-02 13:10:35 +02:00
parent 05cf6a76fc
commit 255eb633ef

View File

@ -3,6 +3,7 @@ package persistence
import (
"errors"
"fmt"
"gopkg.in/mgo.v2"
"net/url"
)