Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/source/gitlab/factory/lookup_test.go')
-rw-r--r--internal/source/gitlab/factory/lookup_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/gitlab/factory/lookup_test.go b/internal/source/gitlab/factory/lookup_test.go
index 8a606057..e9cd76f8 100644
--- a/internal/source/gitlab/factory/lookup_test.go
+++ b/internal/source/gitlab/factory/lookup_test.go
@@ -4,6 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/source/gitlab/api"
)