mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Backport #34385 by @lunny There will be a possible bug when migrating from Github https://github.com/google/go-github/issues/3229 This PR upgrades go-github from v61 to v71 to resolve that problem. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -7,7 +7,7 @@ package migrations | ||||
| import ( | ||||
| 	"errors" | ||||
|  | ||||
| 	"github.com/google/go-github/v61/github" | ||||
| 	"github.com/google/go-github/v71/github" | ||||
| ) | ||||
|  | ||||
| // ErrRepoNotCreated returns the error that repository not created | ||||
|   | ||||
		Reference in New Issue
	
	Block a user