mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Replaced go-gogs-client with go-sdk imports
This commit is contained in:
parent
77f9c7e571
commit
4c6c16f358
34 changed files with 34 additions and 34 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/go-xorm/xorm"
|
||||
|
||||
"github.com/go-gitea/git"
|
||||
api "github.com/gogits/go-gogs-client"
|
||||
api "github.com/go-gitea/go-sdk/gitea"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/base"
|
||||
"github.com/go-gitea/gitea/modules/log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue