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/dnsresolver/builder_test.go')
-rw-r--r--internal/dnsresolver/builder_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/dnsresolver/builder_test.go b/internal/dnsresolver/builder_test.go
index 8942cccb1..7cbbf711c 100644
--- a/internal/dnsresolver/builder_test.go
+++ b/internal/dnsresolver/builder_test.go
@@ -7,7 +7,7 @@ import (
"github.com/miekg/dns"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
"google.golang.org/grpc/resolver"
)