Initial commit

This commit is contained in:
2025-11-04 15:28:26 +01:00
parent 184395c287
commit b4832a19db
41 changed files with 5361 additions and 214 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
)