Convert github.com/xanzy/go-gitlab into gitlab.com/gitlab-org/api/client-go (#33126)

Fix #32985
This commit is contained in:
yp05327 2025-01-08 14:10:43 +09:00 committed by GitHub
parent 386c1ed908
commit 124079871b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 19 deletions

View file

@ -17,7 +17,7 @@ import (
base "code.gitea.io/gitea/modules/migration"
"github.com/stretchr/testify/assert"
"github.com/xanzy/go-gitlab"
gitlab "gitlab.com/gitlab-org/api/client-go"
)
func TestGitlabDownloadRepo(t *testing.T) {