From 5dbb1eeaf154fb404a8b1f6358b609439946ee47 Mon Sep 17 00:00:00 2001 From: estradino Date: Sat, 19 Mar 2022 22:42:55 +0100 Subject: [PATCH] :broom: Updated third-party list --- third-party.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index 4dbff4a80..580e4c576 100644 --- a/third-party.md +++ b/third-party.md @@ -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 | +| 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,7 +94,6 @@ 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 | @@ -104,3 +107,4 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | k3s | Apache2 | Infrastructure | | nginx | BSD2 | Infrastructure | | clickhouse | Apache2 | Infrastructure | +| redis | BSD3 | Infrastructure | \ No newline at end of file