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
61 changes: 61 additions & 0 deletions THIRD-PARTY-NOTICES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Third-Party Software Notices for `devx`

This product includes third-party open-source software components listed below. Each component remains under its own license; copies of those licenses are available from the respective package registries / project repositories.

Total components: 53

| Component | Version | Ecosystem | License |
|-----------|---------|-----------|---------|
| cuelang.org/go | v0.6.0 | golang | Apache-2.0 |
| github.com/acarl005/stripansi | v0.0.0-20180116102854-5a71ef0e047d | golang | MIT |
| github.com/acomagu/bufpipe | v1.0.3 | golang | UNKNOWN |
| github.com/cockroachdb/apd/v3 | v3.2.0 | golang | Apache-2.0 |
| github.com/emicklei/proto | v1.11.0 | golang | MIT |
| github.com/emirpasic/gods | v1.12.0 | golang | BSD-2-Clause|ISC |
| github.com/fatih/color | v1.13.0 | golang | MIT |
| github.com/go-git/gcfg | v1.5.0 | golang | BSD-3-Clause |
| github.com/go-git/go-billy/v5 | v5.3.1 | golang | Apache-2.0 |
| github.com/go-git/go-git/v5 | v5.4.2 | golang | Apache-2.0 |
| github.com/go-task/slim-sprig | v0.0.0-20210107165309-348f09dbbbc0 | golang | MIT |
| github.com/go-task/task/v3 | v3.20.0 | golang | MIT |
| github.com/google/uuid | v1.3.0 | golang | BSD-3-Clause |
| github.com/imdario/mergo | v0.3.12 | golang | BSD-3-Clause |
| github.com/inconshreveable/mousetrap | v1.1.0 | golang | Apache-2.0 |
| github.com/jbenet/go-context | v0.0.0-20150711004518-d14ea06fba99 | golang | MIT |
| github.com/joho/godotenv | v1.4.0 | golang | MIT |
| github.com/kevinburke/ssh_config | v0.0.0-20201106050909-4977a11b4351 | golang | MIT |
| github.com/mattn/go-colorable | v0.1.9 | golang | MIT |
| github.com/mattn/go-isatty | v0.0.16 | golang | MIT |
| github.com/mattn/go-runewidth | v0.0.14 | golang | MIT |
| github.com/mattn/go-zglob | v0.0.4 | golang | MIT |
| github.com/Microsoft/go-winio | v0.4.16 | golang | MIT |
| github.com/mitchellh/colorstring | v0.0.0-20190213212951-d06e56a500db | golang | MIT |
| github.com/mitchellh/go-homedir | v1.1.0 | golang | MIT |
| github.com/mitchellh/go-wordwrap | v1.0.1 | golang | MIT |
| github.com/mitchellh/hashstructure/v2 | v2.0.2 | golang | MIT |
| github.com/mpvl/unique | v0.0.0-20150818121801-cbe035fff7de | golang | MIT |
| github.com/olekukonko/tablewriter | v0.0.5 | golang | MIT |
| github.com/pkg/browser | v0.0.0-20210911075715-681adbf594b8 | golang | BSD-2-Clause |
| github.com/protocolbuffers/txtpbfmt | v0.0.0-20230328191034-3462fbc510c0 | golang | Apache-2.0 |
| github.com/ProtonMail/go-crypto | v0.0.0-20210428141323-04723f9f07d7 | golang | BSD-3-Clause |
| github.com/radovskyb/watcher | v1.0.7 | golang | BSD-3-Clause |
| github.com/rivo/uniseg | v0.4.2 | golang | MIT |
| github.com/sajari/fuzzy | v1.0.0 | golang | MIT |
| github.com/schollz/progressbar/v3 | v3.12.1 | golang | MIT |
| github.com/sergi/go-diff | v1.1.0 | golang | MIT |
| github.com/sirupsen/logrus | v1.9.0 | golang | MIT |
| github.com/spf13/cobra | v1.7.0 | golang | Apache-2.0 |
| github.com/spf13/pflag | v1.0.5 | golang | BSD-3-Clause |
| github.com/xanzy/ssh-agent | v0.3.0 | golang | Apache-2.0 |
| golang.org/x/crypto | v0.0.0-20210921155107-089bfa567519 | golang | BSD-3-Clause |
| golang.org/x/exp | v0.0.0-20220930202632-ec3f01382ef9 | golang | BSD-3-Clause |
| golang.org/x/mod | v0.9.0 | golang | BSD-3-Clause |
| golang.org/x/net | v0.8.0 | golang | BSD-3-Clause |
| golang.org/x/sync | v0.1.0 | golang | BSD-3-Clause |
| golang.org/x/sys | v0.6.0 | golang | BSD-3-Clause |
| golang.org/x/term | v0.6.0 | golang | BSD-3-Clause |
| golang.org/x/text | v0.8.0 | golang | BSD-3-Clause |
| gopkg.in/warnings.v0 | v0.1.2 | golang | BSD-2-Clause |
| gopkg.in/yaml.v2 | v2.4.0 | golang | Apache-2.0 |
| gopkg.in/yaml.v3 | v3.0.1 | golang | MIT|Apache-2.0 |
| mvdan.cc/sh/v3 | v3.6.0 | golang | BSD-3-Clause |
Loading