mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
According to go-licenses, github.com/klauspost/compress/s2 is BSD, not Apache License 2.0
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# 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.4.2 | BSD 3-Clause "New" or "Revised" License |
|
|
| github.com/nats-io/jwt/v2 v2.3.0 | Apache License 2.0 |
|
|
| github.com/nats-io/nats.go v1.16.1-0.20220810192301-fb5ca2cbc995 | Apache License 2.0 |
|
|
| github.com/nats-io/nkeys v0.3.0 | Apache License 2.0 |
|
|
| github.com/nats-io/nuid v1.0.1 | Apache License 2.0 |
|
|
| golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | BSD 3-Clause "New" or "Revised" License |
|
|
| golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a | BSD 3-Clause "New" or "Revised" License |
|
|
| golang.org/x/time v0.0.0-20220411224347-583f2d630306 | 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.15.9 | BSD 3-Clause "New" or "Revised" License |
|
|
| github.com/minio/highwayhash v1.0.2 | Apache License 2.0 |
|
|
| go.uber.org/automaxprocs v1.5.1 | MIT License |
|