From cb627a4d222a9747f3eb3788ee7d4e1386efbf32 Mon Sep 17 00:00:00 2001 From: Piotr Piotrowski Date: Sun, 15 Oct 2023 18:14:02 +0200 Subject: [PATCH] Format dependencies.md and remove versions (#1440) Signed-off-by: Piotr Piotrowski --- dependencies.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dependencies.md b/dependencies.md index d54bcf985..ec9ab3c6a 100644 --- a/dependencies.md +++ b/dependencies.md @@ -2,14 +2,14 @@ This file lists the dependencies used in this repository. -| Dependency | License | -|-|-| -| Go | BSD 3-Clause "New" or "Revised" License | -| github.com/golang/protobuf v1.4.2 | BSD 3-Clause "New" or "Revised" License | -| github.com/nats-io/nats-server/v2 v2.10.0 | Apache License 2.0 | -| github.com/nats-io/nkeys v0.4.5 | Apache License 2.0 | -| github.com/nats-io/nuid v1.0.1 | Apache License 2.0 | -| google.golang.org/protobuf v1.23.0 | BSD 3-Clause License | -| github.com/klauspost/compress v1.17.0 | Apache License 2.0 | -| go.uber.org/goleak v1.2.1 | MIT License | -| golang.org/x/text | BSD 3-Clause License | +| Dependency | License | +|-----------------------------------|--------------| +| Go | BSD 3-Clause | +| github.com/golang/protobuf/proto | BSD-3-Clause | +| github.com/klauspost/compress | BSD-3-Clause | +| github.com/nats-io/nats-server/v2 | Apache-2.0 | +| github.com/nats-io/nkeys | Apache-2.0 | +| github.com/nats-io/nuid | Apache-2.0 | +| go.uber.org/goleak | MIT | +| golang.org/x/text | BSD-3-Clause | +| google.golang.org/protobuf | BSD-3-Clause |