1
0

Implement debian snapshot mr api

This commit is contained in:
2023-05-11 10:21:21 +00:00
parent 35d34fdbe0
commit b1d034a7fe
3 changed files with 174 additions and 0 deletions

2
go.mod
View File

@ -6,6 +6,8 @@ replace code.dumpstack.io/tools/out-of-tree/qemu => ./qemu
replace code.dumpstack.io/tools/out-of-tree/config => ./config
replace code.dumpstack.io/tools/out-of-tree/kernel => ./kernel
require (
github.com/alecthomas/kong v0.7.1
github.com/go-git/go-git/v5 v5.6.1