Moved from gitlab.com to Gitea with giredore.
This commit is contained in:
@@ -31,8 +31,8 @@ import (
|
||||
"path/filepath"
|
||||
|
||||
// local
|
||||
"gitlab.com/pztrn/fastpastebin/internal/config"
|
||||
"gitlab.com/pztrn/fastpastebin/internal/database/interface"
|
||||
"go.dev.pztrn.name/fastpastebin/internal/config"
|
||||
"go.dev.pztrn.name/fastpastebin/internal/database/interface"
|
||||
|
||||
// other
|
||||
"github.com/labstack/echo"
|
||||
|
@@ -2,7 +2,7 @@ package context
|
||||
|
||||
import (
|
||||
// local
|
||||
"gitlab.com/pztrn/fastpastebin/assets/static"
|
||||
"go.dev.pztrn.name/fastpastebin/assets/static"
|
||||
|
||||
// other
|
||||
"github.com/labstack/echo"
|
||||
|
Reference in New Issue
Block a user