Rename module to git.gorlug.de/code/golang/ersteller-lib
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
"encoding/base64"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"ersteller-lib"
|
||||
"ersteller-lib/authentication"
|
||||
"git.gorlug.de/code/golang/ersteller-lib"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/authentication"
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/labstack/echo/v4"
|
||||
"golang.org/x/oauth2"
|
||||
|
||||
@@ -3,7 +3,7 @@ package google
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"ersteller-lib"
|
||||
"git.gorlug.de/code/golang/ersteller-lib"
|
||||
"github.com/doug-martin/goqu/v9"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"ersteller-lib"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib"
|
||||
"github.com/doug-martin/goqu/v9"
|
||||
_ "github.com/doug-martin/goqu/v9/dialect/postgres"
|
||||
"github.com/doug-martin/goqu/v9/exp"
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"crypto/rand"
|
||||
"encoding/base64"
|
||||
"encoding/json"
|
||||
. "ersteller-lib"
|
||||
"ersteller-lib/authentication"
|
||||
. "git.gorlug.de/code/golang/ersteller-lib"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/authentication"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user