Commit a79fd7ad authored by iv's avatar iv

fixup! NXD blob/auth: Teach it to handle HTTP Basic Auth too

needed after change for GOPATH compatibility (commit 646de543)
parent 4e9e1ba6
......@@ -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"
......
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