renaming github.com/gulien to github.com/thecodingmachine

This commit is contained in:
Julien Neuhart
2018-04-06 12:19:14 +02:00
parent a5bcd64c9a
commit 23edd518fd
14 changed files with 35 additions and 35 deletions

View File

@@ -7,10 +7,10 @@ import (
"net/http"
"os"
"github.com/gulien/gotenberg/app/context"
"github.com/gulien/gotenberg/app/converter"
ghttp "github.com/gulien/gotenberg/app/http"
"github.com/gulien/gotenberg/app/logger"
"github.com/thecodingmachine/gotenberg/app/context"
"github.com/thecodingmachine/gotenberg/app/converter"
ghttp "github.com/thecodingmachine/gotenberg/app/http"
"github.com/thecodingmachine/gotenberg/app/logger"
"github.com/justinas/alice"
)