Switch to Gitlab.

This commit is contained in:
2018-12-01 02:16:06 +05:00
parent 2beb9ecef9
commit fc8f4e9d8b
24 changed files with 50 additions and 50 deletions

View File

@@ -34,10 +34,10 @@ import (
"time"
// local
"github.com/pztrn/fastpastebin/captcha"
"github.com/pztrn/fastpastebin/pagination"
"github.com/pztrn/fastpastebin/pastes/model"
"github.com/pztrn/fastpastebin/templater"
"gitlab.com/pztrn/fastpastebin/captcha"
"gitlab.com/pztrn/fastpastebin/pagination"
"gitlab.com/pztrn/fastpastebin/pastes/model"
"gitlab.com/pztrn/fastpastebin/templater"
// other
"github.com/alecthomas/chroma"
@@ -45,7 +45,7 @@ import (
htmlfmt "github.com/alecthomas/chroma/formatters/html"
"github.com/alecthomas/chroma/lexers"
"github.com/alecthomas/chroma/styles"
//"github.com/dchest/captcha"
//"gitlab.com/dchest/captcha"
"github.com/labstack/echo"
)

View File

@@ -26,7 +26,7 @@ package pastes
import (
// local
"github.com/pztrn/fastpastebin/context"
"gitlab.com/pztrn/fastpastebin/context"
)
var (