Skip to content

Commit

Permalink
Merge pull request #1137 from nats-io/add_dependency_doc
Browse files Browse the repository at this point in the history
Create dependencies.md [ci skip]
  • Loading branch information
kozlovic committed Jan 6, 2021
2 parents 4ddbef0 + b646316 commit 85d1bf4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# External Dependencies

This file lists the dependencies used in this repository.

| Dependency | License |
|-|-|
| Go | BSD 3-Clause "New" or "Revised" License |
| github.com/nats-io/nats-streaming-server | Apache License 2.0 |
| github.com/go-sql-driver/mysql v1.5.0 | Mozilla Public License Version 2.0 |
| github.com/gogo/protobuf v1.3.1 | Go |
| github.com/hashicorp/go-msgpack v1.1.5 | BSD 3-Clause "New" or "Revised" License |
| github.com/hashicorp/raft v1.2.0 | Mozilla Public License Version 2.0 |
| github.com/lib/pq v1.8.0 | [MIT-Like](https://github.com/lib/pq/blob/master/LICENSE.md) |
| github.com/nats-io/nats-server/v2 v2.1.9 | Apache License 2.0 |
| github.com/nats-io/nats.go v1.10.0 | Apache License 2.0 |
| github.com/nats-io/nuid v1.0.1 | Apache License 2.0 |
| github.com/nats-io/stan.go v0.7.0 | Apache License 2.0 |
| github.com/nats-io/jwt v1.1.0 | Apache License 2.0 |
| github.com/prometheus/procfs v0.2.0 | Apache License 2.0 |
| go.etcd.io/bbolt v1.3.5 | MIT |
| golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 | BSD 3-Clause "New" or "Revised" License |
| github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 | MIT |
| github.com/hashicorp/go-immutable-radix v1.0.0 | Mozilla Public License 2.0 |
| github.com/hashicorp/go-hclog v0.14.1 | MIT |
| github.com/hashicorp/golang-lru v0.5.0 | Mozilla Public License 2.0 |
| github.com/fatih/color v1.7.0 | MIT |
| github.com/mattn/go-colorable v0.1.4 | MIT |
| github.com/mattn/go-isatty v0.0.10 | MIT |

0 comments on commit 85d1bf4

Please sign in to comment.