Load directories from a configuration file

This commit is contained in:
Oliver Davies 2025-07-31 20:14:41 +01:00
parent bf83db808e
commit 33eb5e0bfc
3 changed files with 37 additions and 2 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git-repo-updater
go 1.24.5
require gopkg.in/yaml.v3 v3.0.1 // indirect