Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/service/smarthttp/receive_pack_test.go')
-rw-r--r--internal/service/smarthttp/receive_pack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/smarthttp/receive_pack_test.go b/internal/service/smarthttp/receive_pack_test.go
index 8e51b6aa0..0503b669b 100644
--- a/internal/service/smarthttp/receive_pack_test.go
+++ b/internal/service/smarthttp/receive_pack_test.go
@@ -2,6 +2,7 @@ package smarthttp
import (
"bytes"
+ "context"
"fmt"
"io"
"io/ioutil"
@@ -18,7 +19,6 @@ import (
"gitlab.com/gitlab-org/gitaly/internal/git/hooks"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
"gitlab.com/gitlab-org/gitaly/streamio"
- "golang.org/x/net/context"
"google.golang.org/grpc/codes"
)