mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08:00
Replaced go-gogs-client with go-sdk imports
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
package user
|
||||
|
||||
import (
|
||||
api "github.com/gogits/go-gogs-client"
|
||||
api "github.com/go-gitea/go-sdk/gitea"
|
||||
|
||||
"github.com/go-gitea/gitea/models"
|
||||
"github.com/go-gitea/gitea/modules/context"
|
||||
|
Reference in New Issue
Block a user