diff --git a/dependencies.md b/dependencies.md index 4c112d49..639e3f74 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,42 +1,51 @@ # External Dependencies This file lists the dependencies used in this repository. -| Dependency | License | -|-|-| -| github.com/AlecAivazis/survey | MIT License | -| github.com/HdrHistogram/hdrhistogram-go | MIT License | -| github.com/alecthomas/template | BSD 3-Clause "New" or "Revised" License | -| github.com/alecthomas/units | MIT License | -| github.com/dustin/go-humanize | MIT License | -| github.com/emicklei/dot | MIT License | -| github.com/fatih/color | MIT License | -| github.com/ghodss/yaml | MIT License | -| github.com/google/go-cmp | BSD 3-Clause "New" or "Revised" License | -| github.com/gosuri/uilive | MIT License | -| github.com/gosuri/uiprogress | MIT License | -| github.com/guptarohit/asciigraph | BSD 3-Clause "New" or "Revised" License | -| github.com/kballard/go-shellquote | MIT License | -| github.com/mattn/go-colorable | MIT License | -| github.com/mattn/go-isatty | MIT License | -| github.com/mgutz/ansi | MIT License | -| github.com/minio/highwayhash | Apache License 2.0 | -| github.com/nats-io/jsm.go | Apache License 2.0 | -| github.com/nats-io/jwt | Apache License 2.0 | -| github.com/nats-io/nats-server | Apache License 2.0 | -| github.com/nats-io/nats.go | Apache License 2.0 | -| github.com/nats-io/nkeys | Apache License 2.0 | -| github.com/nats-io/nuid | Apache License 2.0 | -| github.com/google/shlex | Apache License 2.0 | -| github.com/tylertreat/hdrhistogram-writer | Apache License 2.0 | -| github.com/xeipuuv/gojsonpointer | Apache License 2.0 | -| github.com/xeipuuv/gojsonreference | Apache License 2.0 | -| github.com/xeipuuv/gojsonschema | Apache License 2.0 | -| github.com/xlab/tablewriter | Apache License 2.0 | -| go | BSD 3-Clause "New" or "Revised" License | -| golang.org/x/crypto | BSD 3-Clause "New" or "Revised" License | -| golang.org/x/sys | BSD 3-Clause "New" or "Revised" License | -| golang.org/x/term | BSD 3-Clause "New" or "Revised" License | -| golang.org/x/text | BSD 3-Clause "New" or "Revised" License | -| golang.org/x/time | BSD 3-Clause "New" or "Revised" License | -| gopkg.in/alecthomas/kingpin.v2 | MIT License | -| gopkg.in/yaml.v2 | Apache License 2.0 | +| Dependency | License | +|--------------------------------------------------|-----------------------------------------| +| github.com/AlecAivazis/survey | MIT License | +| github.com/HdrHistogram/hdrhistogram-go | MIT License | +| github.com/antonmedv/expr | MIT License | +| github.com/beorn7/perks | MIT License | +| github.com/cespare/xxhash | MIT License | +| github.com/choria-io/fisk | MIT License | +| github.com/dustin/go-humanize | MIT License | +| github.com/emicklei/dot | MIT License | +| github.com/fatih/color | MIT License | +| github.com/ghodss/yaml | MIT License | +| github.com/golang/protobuf | BSD 3-Clause "New" or "Revised" License | +| github.com/google/go-cmp | BSD 3-Clause "New" or "Revised" License | +| github.com/google/shlex | Apache License 2.0 | +| github.com/gosuri/uilive | MIT License | +| github.com/gosuri/uiprogress | MIT License | +| github.com/guptarohit/asciigraph | BSD 3-Clause "New" or "Revised" License | +| github.com/jedib0t/go-pretty | MIT License | +| github.com/kballard/go-shellquote | MIT License | +| github.com/klauspost/compress | MIT License | +| github.com/mattn/go-colorable | MIT License | +| github.com/mattn/go-isatty | MIT License | +| github.com/mattn/go-runewidth | MIT License | +| github.com/matttproud/golang_protobuf_extensions | Apache License 2.0 | +| github.com/mgutz/ansi | MIT License | +| github.com/minio/highwayhash | Apache License 2.0 | +| github.com/nats-io/jsm.go | Apache License 2.0 | +| github.com/nats-io/jwt | Apache License 2.0 | +| github.com/nats-io/nats-server | Apache License 2.0 | +| github.com/nats-io/nats.go | Apache License 2.0 | +| github.com/nats-io/nkeys | Apache License 2.0 | +| github.com/nats-io/nuid | Apache License 2.0 | +| github.com/prometheus/client_golang | Apache License 2.0 | +| github.com/prometheus/client_model | Apache License 2.0 | +| github.com/prometheus/common | Apache License 2.0 | +| github.com/prometheus/procfs | Apache License 2.0 | +| github.com/rivo/uniseg | MIT License | +| github.com/santhosh-tekuri/jsonschema | Apache License 2.0 | +| github.com/tylertreat/hdrhistogram-writer | Apache License 2.0 | +| golang.org/x/crypto | BSD 3-Clause "New" or "Revised" License | +| golang.org/x/net | BSD 3-Clause "New" or "Revised" License | +| golang.org/x/sys | BSD 3-Clause "New" or "Revised" License | +| golang.org/x/term | BSD 3-Clause "New" or "Revised" License | +| golang.org/x/text | BSD 3-Clause "New" or "Revised" License | +| golang.org/x/time | BSD 3-Clause "New" or "Revised" License | +| google.golang.org/protobuf | BSD 3-Clause "New" or "Revised" License | +| gopkg.in/yaml.v3 | Apache License 2.0 |