Load directories from a configuration file
This commit is contained in:
parent
bf83db808e
commit
33eb5e0bfc
3 changed files with 37 additions and 2 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module git-repo-updater
|
||||
|
||||
go 1.24.5
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1 // indirect
|
Loading…
Add table
Add a link
Reference in a new issue