Revert "Rename module to git.gorlug.de/code/golang/ersteller-lib"

This reverts commit 3acac94217.
This commit is contained in:
Achim Rohn
2025-11-15 11:57:09 +01:00
parent f9e53c367a
commit 7d213824cf
41 changed files with 80 additions and 83 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package authentication
import (
. "git.gorlug.de/code/golang/ersteller-lib"
. "ersteller-lib"
"net/http"
"strings"
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"encoding/base64"
"encoding/json"
"errors"
"git.gorlug.de/code/golang/ersteller-lib"
"git.gorlug.de/code/golang/ersteller-lib/authentication"
"ersteller-lib"
"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"
"git.gorlug.de/code/golang/ersteller-lib"
"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"
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"crypto/rand"
"encoding/base64"
"encoding/json"
. "git.gorlug.de/code/golang/ersteller-lib"
"git.gorlug.de/code/golang/ersteller-lib/authentication"
. "ersteller-lib"
"ersteller-lib/authentication"
"io/ioutil"
"net/http"
"time"
+1 -1
View File
@@ -2,7 +2,7 @@ package authentication
import (
"context"
"git.gorlug.de/code/golang/ersteller-lib"
"ersteller-lib"
"github.com/gorilla/sessions"
"github.com/labstack/echo/v4"
"github.com/markbates/goth"
+1 -1
View File
@@ -1,7 +1,7 @@
package authentication
import (
"git.gorlug.de/code/golang/ersteller-lib"
"ersteller-lib"
"github.com/labstack/echo/v4"
"maragu.dev/gomponents"
. "maragu.dev/gomponents/html"