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/safe/locking_file_writer.go')
-rw-r--r--internal/safe/locking_file_writer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/safe/locking_file_writer.go b/internal/safe/locking_file_writer.go
index bb52de6b2..e7c1bdc9e 100644
--- a/internal/safe/locking_file_writer.go
+++ b/internal/safe/locking_file_writer.go
@@ -6,7 +6,7 @@ import (
"io"
"os"
- "gitlab.com/gitlab-org/gitaly/v15/internal/helper/perm"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/helper/perm"
)
type lockingFileWriterState int