Add config loading and dry-run validation

This commit is contained in:
2026-05-31 01:53:13 +00:00
parent 22d0424232
commit 29dbad2967
16 changed files with 928 additions and 17 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module gitea.maximumdirect.net/eric/distributor
go 1.26
require gopkg.in/yaml.v3 v3.0.1