Back to Semaphore

Third-Party Licenses

THIRD-PARTY-LICENSES.md

2.18.213.9 KB
Original Source

Third-Party Licenses

Semaphore UI is built on the work of many open-source projects. This document identifies every third-party component distributed with Semaphore UI, in compliance with the attribution requirements of the respective licenses and with §3.6 of our Master Service Agreement (identification of open-source components by name, version, and license type).

Generated on 2026-05-05 08:19 UTC by scripts/collect_licenses.sh.

To regenerate this file, run:

bash
scripts/collect_licenses.sh
scripts/check_policy.py .licenses-cache/
scripts/generate_md.py .licenses-cache/ > THIRD-PARTY-LICENSES.md

Summary

This document lists 116 third-party components distributed with Semaphore UI, grouped by ecosystem.

EcosystemComponents
Go (backend)63
npm (frontend)53

License distribution

LicenseCount
MIT72
BSD-3-Clause27
Apache-2.012
BSD-2-Clause3
MPL-2.01
ISC1

Go Backend Dependencies

Modules statically linked into the Semaphore UI server binary. Sourced from go.mod (production dependencies only).

ComponentVersion(s)LicenseSource
dario.cat/mergov1.0.1BSD-3-Clauselink
filippo.io/edwards25519v1.1.1BSD-3-Clauselink
github.com/Azure/go-ntlmsspv0.1.1MITlink
github.com/boombuler/barcodev1.0.1-0.20190219062509-6c824513baccMITlink
github.com/cloudflare/circlv1.6.3BSD-3-Clauselink
github.com/coreos/go-oidc/v3v3.17.0Apache-2.0link
github.com/creack/ptyv1.1.24MITlink
github.com/cyphar/filepath-securejoinv0.4.1BSD-3-Clauselink
github.com/dustin/go-humanizev1.0.1MITlink
github.com/emirpasic/godsv1.18.1BSD-2-Clauselink
github.com/felixge/httpsnoopv1.0.4MITlink
github.com/go-asn1-ber/asn1-berv1.5.8-0.20250403174932-29230038a667MITlink
github.com/go-git/gcfgv1.5.1-0.20230307220236-3a3c6141e376BSD-3-Clauselink
github.com/go-git/go-billy/v5v5.8.0Apache-2.0link
github.com/go-git/go-git/v5v5.18.0Apache-2.0link
github.com/go-gorp/gorp/v3v3.1.0MITlink
github.com/go-jose/go-jose/v4v4.1.4Apache-2.0link
github.com/go-ldap/ldap/v3v3.4.12MITlink
github.com/go-sql-driver/mysqlv1.9.3MPL-2.0link
github.com/golang/groupcachev0.0.0-20241129210726-2c02b8208cf8Apache-2.0link
github.com/google/go-githubv17.0.0+incompatibleBSD-3-Clauselink
github.com/google/go-querystringv1.1.0BSD-3-Clauselink
github.com/google/uuidv1.6.0BSD-3-Clauselink
github.com/gorilla/handlersv1.5.2BSD-3-Clauselink
github.com/gorilla/muxv1.8.1BSD-3-Clauselink
github.com/gorilla/securecookiev1.1.2BSD-3-Clauselink
github.com/gorilla/websocketv1.5.3BSD-2-Clauselink
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99MITlink
github.com/kevinburke/ssh_configv1.2.0MITlink
github.com/lann/builderv0.0.0-20180802200727-47ae307949d0MITlink
github.com/lann/psv0.0.0-20150810152359-62de8c46ede0MITlink
github.com/lib/pqv1.11.2MITlink
github.com/Masterminds/squirrelv1.5.4MITlink
github.com/mattn/go-isattyv0.0.20MITlink
github.com/mdp/qrterminal/v3v3.2.1MITlink
github.com/ncruces/go-strftimev0.1.9MITlink
github.com/pjbgf/sha1cdv0.3.2Apache-2.0link
github.com/pquerna/otpv1.5.0Apache-2.0link
github.com/ProtonMail/go-cryptov1.1.6BSD-3-Clauselink
github.com/remyoudompheng/bigfftv0.0.0-20230129092748-24d4a6f8daecBSD-3-Clauselink
github.com/robfig/cron/v3v3.0.1MITlink
github.com/sergi/go-diffv1.3.2-0.20230802210424-5b0b94c5c0d3MITlink
github.com/sirupsen/logrusv1.9.4MITlink
github.com/skeema/knownhostsv1.3.1Apache-2.0link
github.com/snikch/goodmanv0.0.0-20171125024755-10e37e294daaMITlink
github.com/spf13/cobrav1.10.2Apache-2.0link
github.com/spf13/pflagv1.0.9BSD-3-Clauselink
github.com/thedevsaddam/gojsonq/v2v2.5.2MITlink
github.com/xanzy/ssh-agentv0.3.3Apache-2.0link
go.etcd.io/bboltv1.4.1MITlink
golang.org/x/cryptov0.48.0BSD-3-Clauselink
golang.org/x/expv0.0.0-20250620022241-b7579e27df2bBSD-3-Clauselink
golang.org/x/netv0.49.0BSD-3-Clauselink
golang.org/x/oauth2v0.35.0BSD-3-Clauselink
golang.org/x/sysv0.41.0BSD-3-Clauselink
golang.org/x/termv0.40.0BSD-3-Clauselink
gopkg.in/natefinch/lumberjack.v2v2.2.1MITlink
gopkg.in/warnings.v0v0.1.2BSD-2-Clauselink
modernc.org/libcv1.66.10BSD-3-Clauselink
modernc.org/mathutilv1.7.1BSD-3-Clauselink
modernc.org/memoryv1.11.0BSD-3-Clauselink
modernc.org/sqlitev1.40.1BSD-3-Clauselink
rsc.io/qrv0.2.0BSD-3-Clauselink

Frontend Dependencies (npm)

Packages bundled into the web UI assets, which are embedded in the server binary at build time. Sourced from the frontend package.json (production dependencies only; dev dependencies are not distributed).

ComponentVersion(s)LicenseSource
@babel/helper-string-parser7.25.9MITlink
@babel/helper-validator-identifier7.25.9MITlink
@babel/parser7.27.0MITlink
@babel/types7.27.0MITlink
@mdi/font7.4.47Apache-2.0link
@vue/compiler-sfc2.7.16MIT
ansi_up6.0.6MITlink
asynckit0.4.0MITlink
axios1.12.0MITlink
call-bind-apply-helpers1.0.2MITlink
chart.js3.9.1MITlink
codemirror5.65.6MITlink
combined-stream1.0.8MITlink
core-js3.41.0MITlink
cron-parser5.3.0MITlink
csstype3.1.3MITlink
dayjs1.11.13MITlink
delayed-stream1.0.0MITlink
diff-match-patch1.0.5Apache-2.0link
dunder-proto1.0.1MITlink
es-define-property1.0.1MITlink
es-errors1.3.0MITlink
es-object-atoms1.1.1MITlink
es-set-tostringtag2.1.0MITlink
follow-redirects1.15.6MITlink
form-data4.0.4MITlink
function-bind1.1.2MITlink
get-intrinsic1.3.0MITlink
get-proto1.0.1MITlink
gopd1.2.0MITlink
has-symbols1.1.0MITlink
has-tostringtag1.0.2MITlink
hasown2.0.2MITlink
luxon3.7.1MITlink
math-intrinsics1.1.0MITlink
mime-db1.52.0MITlink
mime-types2.1.35MITlink
nanoid3.3.7MITlink
picocolors1.1.1ISClink
postcss8.4.49MITlink
prettier2.8.8MITlink
proxy-from-env1.1.0MITlink
sortablejs1.10.2MITlink
source-map0.6.1BSD-3-Clauselink
source-map-js1.2.1BSD-3-Clauselink
vue2.7.16MITlink
vue-chartjs4.1.2MITlink
vue-codemirror4.0.6MITlink
vue-i18n8.28.2MITlink
vue-router3.6.5MITlink
vue-virtual-scroll-list2.3.5MITlink
vuedraggable2.24.3MITlink
vuetify2.7.2MITlink

License texts

Full license texts for each component are available at the source URLs listed above. For permissively-licensed packages (MIT, BSD, ISC, Apache-2.0), the original LICENSE and NOTICE files are preserved in their respective package directories within the Semaphore UI distribution.

If you believe a component is missing from this list or incorrectly attributed, please open an issue at https://github.com/semaphoreui/semaphore/issues.

<!-- end of generated file -->