sync: Add Git Importer
This commit is contained in:
parent
aebfb7bf96
commit
89ca192890
4 changed files with 201 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.16
|
|||
require (
|
||||
github.com/BurntSushi/toml v0.4.1
|
||||
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
|
|
|
|||
Reference in a new issue