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/git/stats/http_send_pack.go')
-rw-r--r--internal/git/stats/http_send_pack.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/stats/http_send_pack.go b/internal/git/stats/http_send_pack.go
index 356e7d125..3630b87e0 100644
--- a/internal/git/stats/http_send_pack.go
+++ b/internal/git/stats/http_send_pack.go
@@ -9,8 +9,8 @@ import (
"net/http"
"time"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git/pktline"
)
// ResponseBody returns how long it took to receive the last bytes of the response body.