Skip to content

Commit

Permalink
Update dependencies.md
Browse files Browse the repository at this point in the history
This commit updates the dependencies.md file.
It also removes the dependency version, as that is redundant to what go.mod
already provides.

Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jun 10, 2024
1 parent 317fc91 commit ca4d98a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ This file lists the dependencies used in this repository.
|-|-|
| Go | BSD 3-Clause "New" or "Revised" License |
| github.com/nats-io/nats-server/v2 | Apache License 2.0 |
| github.com/golang/protobuf v1.4.2 | BSD 3-Clause "New" or "Revised" License |
| github.com/nats-io/jwt/v2 v2.5.2 | Apache License 2.0 |
| github.com/nats-io/nats.go v1.30.2 | 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 |
| golang.org/x/crypto v0.13.0 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/exp v0.0.0-20230905200255-921286631fa9 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/sys v0.12.0 | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/time v0.3.0 | BSD 3-Clause "New" or "Revised" License |
| google.golang.org/protobuf v1.23.0 | BSD 3-Clause "New" or "Revised" License |
| github.com/klauspost/compress/s2 v1.17.0 | BSD 3-Clause "New" or "Revised" License |
| github.com/minio/highwayhash v1.0.2 | Apache License 2.0 |
| go.uber.org/automaxprocs v1.5.3 | MIT License |
| github.com/google/go-tpm | Apache License 2.0 |
| github.com/klauspost/compress | BSD 3-Clause "New" or "Revised" License |
| github.com/minio/highwayhash | Apache License 2.0 |
| github.com/nats-io/jwt/v2 | Apache License 2.0 |
| github.com/nats-io/nats.go | Apache License 2.0 |
| github.com/nats-io/nkeys | Apache License 2.0 |
| github.com/nats-io/nuid | Apache License 2.0 |
| go.uber.org/automaxprocs | MIT License |
| golang.org/x/crypto | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/sys | BSD 3-Clause "New" or "Revised" License |
| golang.org/x/time | BSD 3-Clause "New" or "Revised" License |

0 comments on commit ca4d98a

Please sign in to comment.