Migrate module to gitlab.com/wpetit

This commit is contained in:
2019-07-28 13:11:23 +02:00
parent d95bbe0c1f
commit bbcb571772
13 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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