Merge branch 'main' of github.com:openreplay/openreplay into dashboard
This commit is contained in:
commit
a16030af2c
2 changed files with 18 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ For those who want to simply use OpenReplay as a service, [sign up](https://app.
|
|||
|
||||
Please refer to the [official OpenReplay documentation](https://docs.openreplay.com/). That should help you troubleshoot common issues. For additional help, you can reach out to us on one of these channels:
|
||||
|
||||
- [Slack](https://slack.openreplay.com) (Connect with our engineers and community)
|
||||
- [Discord](https://discord.openreplay.com) (Connect with our engineers and community)
|
||||
- [GitHub](https://github.com/openreplay/openreplay/issues) (Bug and issue reports)
|
||||
- [Twitter](https://twitter.com/OpenReplayHQ) (Product updates, Great content)
|
||||
- [Website chat](https://openreplay.com) (Talk to us)
|
||||
|
|
@ -80,7 +80,7 @@ We're always on the lookout for contributions to OpenReplay, and we're glad you'
|
|||
|
||||
See our [Contributing Guide](CONTRIBUTING.md) for more details.
|
||||
|
||||
Also, feel free to join our [Slack](https://slack.openreplay.com) to ask questions, discuss ideas or connect with our contributors.
|
||||
Also, feel free to join our [Discord](https://discord.openreplay.com) to ask questions, discuss ideas or connect with our contributors.
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Licenses (as of February 23, 2022)
|
||||
## Licenses (as of March 19, 2022)
|
||||
|
||||
Below is the list of dependencies used in OpenReplay software. Licenses may change between versions, so please keep this up to date with every new library you use.
|
||||
|
||||
|
|
@ -6,9 +6,13 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan
|
|||
|----------|-------------|-------------|
|
||||
| btcutil | IST | Go |
|
||||
| confluent-kafka-go | Apache2 | Go |
|
||||
| UUID | BSD3 | Go |
|
||||
| compress | Apache2 | Go |
|
||||
| uuid | BSD3 | Go |
|
||||
| mux | BSD3 | Go |
|
||||
| lib/pq | MIT | Go |
|
||||
| pgconn | MIT | Go |
|
||||
| pgx | MIT | Go |
|
||||
| go-redis | BSD2 | Go |
|
||||
| pgerrcode | MIT | Go |
|
||||
| pgzip | MIT | Go |
|
||||
| maxminddb-golang | IST | Go |
|
||||
|
|
@ -90,8 +94,17 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan
|
|||
| source-map | BSD3 | JavaScript |
|
||||
| aws-sdk | Apache2 | JavaScript |
|
||||
| serverless | MIT | JavaScript |
|
||||
| lib/pq | MIT | Go |
|
||||
| peerjs | MIT | JavaScript |
|
||||
| geoip-lite | Apache2 | JavaScript |
|
||||
| ua-parser-js | MIT | JavaScript |
|
||||
| express | MIT | JavaScript |
|
||||
| kafka | Apache2 | Infrastructure |
|
||||
| stern | Apache2 | Infrastructure |
|
||||
| k9s | Apache2 | Infrastructure |
|
||||
| minio | GPLv3 | Infrastructure |
|
||||
| postgreSQL | PostgreSQL License | Infrastructure |
|
||||
| ansible | GPLv3 | Infrastructure |
|
||||
| k3s | Apache2 | Infrastructure |
|
||||
| nginx | BSD2 | Infrastructure |
|
||||
| clickhouse | Apache2 | Infrastructure |
|
||||
| redis | BSD3 | Infrastructure |
|
||||
Loading…
Add table
Reference in a new issue