chore(deps): update dependencies (#39306)

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2026-09-14 13:18:00 +00:00
committed by GitHub
co-authored by silverwind
parent 25984bef0f
commit cefb81a16f
24 changed files with 822 additions and 799 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ package migrations
import (
"errors"
"github.com/google/go-github/v89/github"
"github.com/google/go-github/v91/github"
)
// ErrRepoNotCreated returns the error that repository not created
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"gitea.dev/modules/proxy"
"gitea.dev/modules/structs"
"github.com/google/go-github/v89/github"
"github.com/google/go-github/v91/github"
"golang.org/x/oauth2"
)
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"gitea.dev/models/unittest"
base "gitea.dev/modules/migration"
"github.com/google/go-github/v89/github"
"github.com/google/go-github/v91/github"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
+1 -1
View File
@@ -22,7 +22,7 @@ import (
base "gitea.dev/modules/migration"
"gitea.dev/modules/structs"
gitlab "gitlab.com/gitlab-org/api/client-go/v2"
gitlab "gitlab.com/gitlab-org/api/client-go/v3"
)
var (
+1 -1
View File
@@ -20,7 +20,7 @@ import (
base "gitea.dev/modules/migration"
"github.com/stretchr/testify/assert"
gitlab "gitlab.com/gitlab-org/api/client-go/v2"
gitlab "gitlab.com/gitlab-org/api/client-go/v3"
)
func TestGitlabDownloadRepo(t *testing.T) {