From bbb03055138b8dea9377d0a58e6d26e7571fc4fb Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 17 Aug 2022 12:44:46 -0700 Subject: [PATCH] Update dependencies file (#507) Signed-off-by: Waldemar Quevedo --- dependencies.md | 58 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/dependencies.md b/dependencies.md index e6b32c56..2d68c458 100644 --- a/dependencies.md +++ b/dependencies.md @@ -2,22 +2,42 @@ This file lists the dependencies used in this repository. -| Dependency | License | -|-|-| -| github.com/blang/semver | The MIT License | -| github.com/briandowns/spinner | Apache License | -| github.com/dustin/go-humanize | MIT | -| github.com/mitchellh/go-homedir | The MIT License (MIT) | -| github.com/nats-io/cliprompts/v2 | Apache License | -| github.com/nats-io/jwt | Apache License | -| github.com/nats-io/nats-server/v2 | Apache License | -| github.com/nats-io/nats.go | Apache License | -| github.com/nats-io/nkeys | Apache License | -| github.com/nats-io/nuid | Apache License | -| github.com/rhysd/go-github-selfupdate | the MIT License | -| github.com/spf13/cobra | Apache License | -| github.com/spf13/pflag | bsd-3-clause | -| github.com/spf13/viper | The MIT License (MIT) | -| github.com/stretchr/testify | MIT | -| github.com/xlab/tablewriter | Apache License 2.0 | -| go | BSD 3-Clause "New" or "Revised" License | +| Dependency | License | +|----------------------------------------------------------|-----------------------------------------| +| go | BSD 3-Clause "New" or "Revised" License | +| github.com/AlecAivazis/survey/v2 | MIT | +| github.com/AlecAivazis/survey/v2/terminal | MIT | +| github.com/blang/semver | MIT | +| github.com/briandowns/spinner | Apache-2.0 | +| github.com/cpuguy83/go-md2man/md2man | MIT | +| github.com/dustin/go-humanize | MIT | +| github.com/fatih/color | MIT | +| github.com/google/go-github/v30/github | BSD-3-Clause | +| github.com/google/go-querystring/query | BSD-3-Clause | +| github.com/inconshreveable/go-update | Apache-2.0 | +| github.com/inconshreveable/go-update/internal/binarydist | MIT | +| github.com/inconshreveable/go-update/internal/osext | BSD-3-Clause | +| github.com/kballard/go-shellquote | MIT | +| github.com/mattn/go-colorable | MIT | +| github.com/mattn/go-isatty | MIT | +| github.com/mgutz/ansi | MIT | +| github.com/mitchellh/go-homedir | MIT | +| github.com/mitchellh/go-wordwrap | MIT | +| github.com/nats-io/cliprompts/v2 | Apache-2.0 | +| github.com/nats-io/jsm.go/natscontext | Apache-2.0 | +| github.com/nats-io/jwt | Apache-2.0 | +| github.com/nats-io/jwt/v2 | Apache-2.0 | +| github.com/nats-io/nats.go | Apache-2.0 | +| github.com/nats-io/nkeys | Apache-2.0 | +| github.com/nats-io/nuid | Apache-2.0 | +| github.com/rhysd/go-github-selfupdate/selfupdate | MIT | +| github.com/russross/blackfriday | BSD-2-Clause | +| github.com/spf13/cobra | Apache-2.0 | +| github.com/spf13/pflag | BSD-3-Clause | +| github.com/tcnksm/go-gitconfig | MIT | +| github.com/ulikunitz/xz | BSD-3-Clause | +| golang.org/x/crypto | BSD-3-Clause | +| golang.org/x/net/context/ctxhttp | BSD-3-Clause | +| golang.org/x/oauth2 | BSD-3-Clause | +| gopkg.in/yaml.v2 | Apache-2.0 | +| github.com/xlab/tablewriter | Apache-2.0 |