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/operations/cherry_pick.go')
-rw-r--r--internal/service/operations/cherry_pick.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/service/operations/cherry_pick.go b/internal/service/operations/cherry_pick.go
index eaea55558..ef0e9cb00 100644
--- a/internal/service/operations/cherry_pick.go
+++ b/internal/service/operations/cherry_pick.go
@@ -1,9 +1,10 @@
package operations
import (
+ "context"
+
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/rubyserver"
- "golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)