Commit a19417bd authored by Alain Takoudjou's avatar Alain Takoudjou

NXD: fix local import in non-local package

update patches to not import package localy but import from gitlab.com/gitlab-org/gitlab-workhorse/internal as the way to install gitlab-workhorse changed
parent ced48443
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
package api package api
import ( import (
"../badgateway" "gitlab.com/gitlab-org/gitlab-workhorse/internal/badgateway"
"../helper" "gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
proxypkg "../proxy" proxypkg "gitlab.com/gitlab-org/gitlab-workhorse/internal/proxy"
"../senddata" "gitlab.com/gitlab-org/gitlab-workhorse/internal/senddata"
"../sendfile" "gitlab.com/gitlab-org/gitlab-workhorse/internal/sendfile"
"fmt" "fmt"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
package git package git
import ( import (
"../api" "gitlab.com/gitlab-org/gitlab-workhorse/internal/api"
"../helper" "gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
"bufio" "bufio"
"errors" "errors"
"fmt" "fmt"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment