Moved from gitlab.com to Gitea with giredore.

This commit is contained in:
2019-10-12 14:18:35 +05:00
parent 333fc1d12a
commit e042c4414f
31 changed files with 56 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ package indexpage
import (
// local
"gitlab.com/pztrn/fastpastebin/internal/context"
"go.dev.pztrn.name/fastpastebin/internal/context"
)
var (

View File

@@ -29,8 +29,8 @@ import (
"net/http"
// local
"gitlab.com/pztrn/fastpastebin/internal/captcha"
"gitlab.com/pztrn/fastpastebin/internal/templater"
"go.dev.pztrn.name/fastpastebin/internal/captcha"
"go.dev.pztrn.name/fastpastebin/internal/templater"
// other
"github.com/alecthomas/chroma/lexers"