Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/docs/sidebar/architecture/system-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,17 +295,17 @@ disables CORS headers entirely.

## External Dependencies

| Dependency | Purpose |
| ----------------------------- | ------------------------------------------- |
| [Echo][] | HTTP framework for the REST API |
| [Cobra][] / [Viper][] | CLI framework and configuration |
| [NATS][] / JetStream | Messaging, KV store, stream processing |
| [oapi-codegen][] | OpenAPI strict-server code generation |
| [OpenTelemetry][] | Distributed tracing and Prometheus metrics |
| [gopsutil][] | Cross-platform system metrics |
| [pro-bing][] | ICMP ping implementation |
| [golang-jwt][] | JWT creation and validation |
| `nats-client` / `nats-server` | Sibling repos (linked via `go.mod` replace) |
| Dependency | Purpose |
| ----------------------------- | -------------------------------------------- |
| [Echo][] | HTTP framework for the REST API |
| [Cobra][] / [Viper][] | CLI framework and configuration |
| [NATS][] / JetStream | Messaging, KV store, stream processing |
| [oapi-codegen][] | OpenAPI strict-server code generation |
| [OpenTelemetry][] | Distributed tracing and Prometheus metrics |
| [gopsutil][] | Cross-platform system metrics |
| [pro-bing][] | ICMP ping implementation |
| [golang-jwt][] | JWT creation and validation |
| `nats-client` / `nats-server` | Sibling repos, pinned by version in `go.mod` |

## Further Reading

Expand Down
Loading