Add configuration merge service

This commit is contained in:
2025-06-23 12:03:56 +08:00
parent d6dd34db87
commit 4f8272e290
16 changed files with 627 additions and 208 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.0
toolchain go1.24.2
require (
github.com/Masterminds/semver/v3 v3.3.1
github.com/knadh/koanf/parsers/json v1.0.0
github.com/knadh/koanf/providers/file v1.2.0
github.com/knadh/koanf/providers/structs v1.0.0