Switch to Gitlab.
This commit is contained in:
@@ -26,9 +26,9 @@ package api
|
||||
|
||||
import (
|
||||
// local
|
||||
"github.com/pztrn/fastpastebin/api/http"
|
||||
"github.com/pztrn/fastpastebin/api/json"
|
||||
"github.com/pztrn/fastpastebin/context"
|
||||
"gitlab.com/pztrn/fastpastebin/api/http"
|
||||
"gitlab.com/pztrn/fastpastebin/api/json"
|
||||
"gitlab.com/pztrn/fastpastebin/context"
|
||||
|
||||
// other
|
||||
"github.com/labstack/echo"
|
||||
|
@@ -26,8 +26,8 @@ package http
|
||||
|
||||
import (
|
||||
// local
|
||||
"github.com/pztrn/fastpastebin/api/http/static"
|
||||
"github.com/pztrn/fastpastebin/context"
|
||||
"gitlab.com/pztrn/fastpastebin/api/http/static"
|
||||
"gitlab.com/pztrn/fastpastebin/context"
|
||||
|
||||
// other
|
||||
"github.com/labstack/echo"
|
||||
|
@@ -29,8 +29,8 @@ import (
|
||||
"net/http"
|
||||
|
||||
// local
|
||||
"github.com/pztrn/fastpastebin/captcha"
|
||||
"github.com/pztrn/fastpastebin/templater"
|
||||
"gitlab.com/pztrn/fastpastebin/captcha"
|
||||
"gitlab.com/pztrn/fastpastebin/templater"
|
||||
|
||||
// other
|
||||
"github.com/alecthomas/chroma/lexers"
|
||||
|
@@ -26,7 +26,7 @@ package json
|
||||
|
||||
import (
|
||||
// local
|
||||
"github.com/pztrn/fastpastebin/context"
|
||||
"gitlab.com/pztrn/fastpastebin/context"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user