Create dependencies.md [ci skip]

This commit is contained in:
Ginger Collison
2021-01-06 10:53:35 -06:00
committed by GitHub
parent 9bdbe576ab
commit 083846e41f

17
dependencies.md Normal file
View File

@@ -0,0 +1,17 @@
# 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-server/v2 | Apache License 2.0 |
| github.com/golang/protobuf v1.3.5 | |
| github.com/nats-io/jwt/v2 v2.0.0-20201015190852-e11ce317263c | Apache License 2.0 |
| github.com/nats-io/nats.go v1.10.1-0.20201021145452-94be476ad6e0 | Apache License 2.0 |
| github.com/nats-io/nkeys v0.2.0 | Apache License 2.0 |
| github.com/nats-io/nuid v1.0.1 | Apache License 2.0 |
| golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 | BSD 3-Clause "New" or "Revised" License |
| github.com/minio/highwayhash v1.0.0 | Apache License 2.0 |