tests failing
This commit is contained in:
parent
cec1f0bc96
commit
d994b08075
1 changed files with 3 additions and 3 deletions
|
|
@ -9,15 +9,15 @@ package mongostore
|
|||
import (
|
||||
"context"
|
||||
"encoding/gob"
|
||||
"go.mongodb.org/mongo-driver/mongo"
|
||||
"go.mongodb.org/mongo-driver/mongo/options"
|
||||
"go.mongodb.org/mongo-driver/mongo/readpref"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/sessions"
|
||||
"go.mongodb.org/mongo-driver/mongo"
|
||||
"go.mongodb.org/mongo-driver/mongo/options"
|
||||
"go.mongodb.org/mongo-driver/mongo/readpref"
|
||||
)
|
||||
|
||||
type FlashMessage struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue