This commit is contained in:
2025-10-20 00:15:57 +02:00
parent 68902f86af
commit 8ca8918966
7 changed files with 204 additions and 0 deletions

2
go.mod
View File

@@ -5,6 +5,8 @@ go 1.25
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-git/go-git/v6 v6.0.0-20250929195514-145daf2492dd
github.com/goccy/go-yaml v1.18.0
github.com/google/subcommands v1.2.0
)
require (