mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Replaced go-gogs-client with go-sdk imports
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
package repo
 | 
			
		||||
 | 
			
		||||
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/convert"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user