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/log/log_test.go')
-rw-r--r--internal/log/log_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/log/log_test.go b/internal/log/log_test.go
index 763c63b5d..6e70933cc 100644
--- a/internal/log/log_test.go
+++ b/internal/log/log_test.go
@@ -17,8 +17,8 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v15/client"
- "gitlab.com/gitlab-org/gitaly/v15/internal/grpcstats"
+ "gitlab.com/gitlab-org/gitaly/v16/client"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/grpcstats"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/stats"