Skip to content

Commit

Permalink
Update dependencies file (#507)
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs authored Aug 17, 2022
1 parent e97c443 commit bbb0305
Showing 1 changed file with 39 additions and 19 deletions.
58 changes: 39 additions & 19 deletions dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit bbb0305

Please sign in to comment.