A tool to migrate GitHub Repositories to Gitea including all issues
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
gitea-github-migrator/Gopkg.toml

18 行
336 B

[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "code.gitea.io/sdk"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/google/go-github"
version = "15.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"