Add distributor upload adapter

This commit is contained in:
2026-06-07 23:34:21 +00:00
parent a2ba6f5382
commit 64cae8c4d9
5 changed files with 525 additions and 1 deletions

View File

@@ -72,8 +72,10 @@ Run `gofmt -w` on changed Go files before committing.
Prefer the Go standard library. Add dependencies only when they materially
improve correctness, interoperability, security, or maintainability.
Current external dependency:
Current external dependencies:
- `gitea.maximumdirect.net/eric/distributor` for distributor source bundle
construction and HTTP upload client behavior.
- `gopkg.in/yaml.v3` for YAML configuration parsing.
When adding a dependency: