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/rubyserver/health.go')
-rw-r--r--internal/rubyserver/health.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rubyserver/health.go b/internal/rubyserver/health.go
index 10550d7dc..cc6005f89 100644
--- a/internal/rubyserver/health.go
+++ b/internal/rubyserver/health.go
@@ -1,9 +1,9 @@
package rubyserver
import (
+ "context"
"time"
- "golang.org/x/net/context"
"google.golang.org/grpc"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
)