Commit 6d08450d 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 c81f109a
......@@ -2,11 +2,11 @@
package api
import (
"../badgateway"
"../helper"
proxypkg "../proxy"
"../senddata"
"../sendfile"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/badgateway"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
proxypkg "gitlab.com/gitlab-org/gitlab-workhorse/internal/proxy"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/senddata"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/sendfile"
"fmt"
"net/http"
"net/http/httptest"
......
......@@ -6,8 +6,8 @@
package git
import (
"../api"
"../helper"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/api"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
"bufio"
"errors"
"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