mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 15:02:43 +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
|
@ -5,7 +5,7 @@
|
|||
package admin
|
||||
|
||||
import (
|
||||
api "github.com/gogits/go-gogs-client"
|
||||
api "github.com/go-gitea/go-sdk/gitea"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/context"
|
||||
"github.com/go-gitea/gitea/routers/api/v1/repo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue