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/ssh/upload_archive_test.go')
-rw-r--r--internal/service/ssh/upload_archive_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/ssh/upload_archive_test.go b/internal/service/ssh/upload_archive_test.go
index 8264b6314..59b2a9d94 100644
--- a/internal/service/ssh/upload_archive_test.go
+++ b/internal/service/ssh/upload_archive_test.go
@@ -1,6 +1,7 @@
package ssh
import (
+ "context"
"fmt"
"os"
"os/exec"
@@ -10,7 +11,6 @@ import (
"github.com/stretchr/testify/require"
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "golang.org/x/net/context"
"google.golang.org/grpc/codes"
)