sync: Add Git Importer

This commit is contained in:
nemunaire 2021-10-26 20:13:09 +02:00
commit 89ca192890
4 changed files with 201 additions and 0 deletions

1
go.mod
View file

@ -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