From a79fd7ad3ef41939933a2496478f7f2fa6ba9939 Mon Sep 17 00:00:00 2001
From: iv <isabelle.vallet@nexedi.com>
Date: Fri, 20 Jan 2017 17:15:26 +0100
Subject: [PATCH] fixup! NXD blob/auth: Teach it to handle HTTP Basic Auth too

needed after change for GOPATH compatibility (commit 646de543c7)
---
 internal/api/auth.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/internal/api/auth.go b/internal/api/auth.go
index 850b919..0ff24bd 100644
--- a/internal/api/auth.go
+++ b/internal/api/auth.go
@@ -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"
-- 
2.30.9