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,9 +7,9 @@ import (
"net/http"
"os"
gfile "github.com/gulien/gotenberg/app/converter/file"
"github.com/gulien/gotenberg/app/converter/process"
ghttp "github.com/gulien/gotenberg/app/http"
gfile "github.com/thecodingmachine/gotenberg/app/converter/file"
"github.com/thecodingmachine/gotenberg/app/converter/process"
ghttp "github.com/thecodingmachine/gotenberg/app/http"
"github.com/satori/go.uuid"
)

View File

@@ -10,9 +10,9 @@ import (
"path/filepath"
"testing"
"github.com/gulien/gotenberg/app/config"
"github.com/gulien/gotenberg/app/converter/process"
ghttp "github.com/gulien/gotenberg/app/http"
"github.com/thecodingmachine/gotenberg/app/config"
"github.com/thecodingmachine/gotenberg/app/converter/process"
ghttp "github.com/thecodingmachine/gotenberg/app/http"
)
func makeRequest(filesPaths ...string) *http.Request {

View File

@@ -6,7 +6,7 @@ import (
"io"
"os"
ghttp "github.com/gulien/gotenberg/app/http"
ghttp "github.com/thecodingmachine/gotenberg/app/http"
"github.com/satori/go.uuid"
)

View File

@@ -8,8 +8,8 @@ import (
"text/template"
"time"
"github.com/gulien/gotenberg/app/config"
gfile "github.com/gulien/gotenberg/app/converter/file"
"github.com/thecodingmachine/gotenberg/app/config"
gfile "github.com/thecodingmachine/gotenberg/app/converter/file"
)
var commandsConfig *config.CommandsConfig

View File

@@ -5,8 +5,8 @@ import (
"path/filepath"
"testing"
"github.com/gulien/gotenberg/app/config"
gfile "github.com/gulien/gotenberg/app/converter/file"
"github.com/thecodingmachine/gotenberg/app/config"
gfile "github.com/thecodingmachine/gotenberg/app/converter/file"
)
func TestLoad(t *testing.T) {