Initial commit

This commit is contained in:
2025-11-04 15:40:02 +01:00
commit 3658b090e0
42 changed files with 5429 additions and 0 deletions

9
go/go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/aky547/gitreposetup
go 1.21
require (
github.com/go-git/go-git/v5 v5.11.0
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v3 v3.0.1
)