Migrate module to gitlab.com/wpetit
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
package gorilla
|
||||
|
||||
import (
|
||||
"forge.cadoles.com/wpetit/goweb/service"
|
||||
"github.com/gorilla/sessions"
|
||||
"gitlab.com/wpetit/goweb/service"
|
||||
)
|
||||
|
||||
// ServiceProvider returns a service.Provider for the
|
||||
|
@ -5,9 +5,9 @@ import (
|
||||
|
||||
"github.com/gorilla/securecookie"
|
||||
|
||||
"forge.cadoles.com/wpetit/goweb/service/session"
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/pkg/errors"
|
||||
"gitlab.com/wpetit/goweb/service/session"
|
||||
)
|
||||
|
||||
// SessionService is an implementation of service.Session
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"forge.cadoles.com/wpetit/goweb/service/session"
|
||||
"github.com/gorilla/sessions"
|
||||
"gitlab.com/wpetit/goweb/service/session"
|
||||
)
|
||||
|
||||
// Session is an implementation of the session.Session service
|
||||
|
Reference in New Issue
Block a user