# Third-Party Licenses

This document lists the main third-party components used by the Custom Log Palette extension and their licenses. The full dependency tree is available in `src/app/CustomLog/go.sum`.

## Direct dependencies

| Component | Version | License |
|-----------|---------|---------|
| github.com/project-flogo/core | v1.6.17 | BSD-3-Clause |
| github.com/project-flogo/flow | v1.6.24 | BSD-3-Clause |
| github.com/stretchr/testify | v1.11.1 | MIT |

## Indirect dependencies (representative)

| Component | License |
|-----------|---------|
| github.com/araddon/dateparse | MIT |
| github.com/davecgh/go-spew | ISC |
| github.com/mohae/deepcopy | MIT |
| github.com/pmezard/go-difflib | BSD-3-Clause |
| github.com/sony/gobreaker/v2 | MIT |
| go.uber.org/atomic | MIT |
| go.uber.org/multierr | MIT |
| go.uber.org/zap | MIT |
| gopkg.in/yaml.v3 | Apache-2.0 & MIT (dual) |

All listed licenses permit use, modification, and distribution without mandatory reciprocal licensing (no GPL/AGPL). For exact text of each license, see the respective project repositories or `go mod vendor` and the `vendor/` directory.

---

Custom Log Palette  
Copyright (c) 2025 p4future (p4future.com)
