Format dependencies.md and remove versions (#1440)

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
This commit is contained in:
Piotr Piotrowski
2023-10-15 18:14:02 +02:00
committed by GitHub
parent e4ae3183a8
commit cb627a4d22

View File

@@ -2,14 +2,14 @@
This file lists the dependencies used in this repository. This file lists the dependencies used in this repository.
| Dependency | License | | Dependency | License |
|-|-| |-----------------------------------|--------------|
| Go | BSD 3-Clause "New" or "Revised" License | | Go | BSD 3-Clause |
| github.com/golang/protobuf v1.4.2 | BSD 3-Clause "New" or "Revised" License | | github.com/golang/protobuf/proto | BSD-3-Clause |
| github.com/nats-io/nats-server/v2 v2.10.0 | Apache License 2.0 | | github.com/klauspost/compress | BSD-3-Clause |
| github.com/nats-io/nkeys v0.4.5 | Apache License 2.0 | | github.com/nats-io/nats-server/v2 | Apache-2.0 |
| github.com/nats-io/nuid v1.0.1 | Apache License 2.0 | | github.com/nats-io/nkeys | Apache-2.0 |
| google.golang.org/protobuf v1.23.0 | BSD 3-Clause License | | github.com/nats-io/nuid | Apache-2.0 |
| github.com/klauspost/compress v1.17.0 | Apache License 2.0 | | go.uber.org/goleak | MIT |
| go.uber.org/goleak v1.2.1 | MIT License | | golang.org/x/text | BSD-3-Clause |
| golang.org/x/text | BSD 3-Clause License | | google.golang.org/protobuf | BSD-3-Clause |