diff --git a/tools/allowed-libs.json b/tools/allowed-libs.json index 4752412..abeda44 100644 --- a/tools/allowed-libs.json +++ b/tools/allowed-libs.json @@ -19,10 +19,22 @@ "name": "github.com/anyproto/any-sync", "why": "Internal library" }, + { + "name": "github.com/anyproto/any-sync-sdk", + "why": "Internal library" + }, { "name": "github.com/anyproto/go-chash", "why": "Internal library" }, + { + "name": "github.com/petar/GoLLRB", + "why": "https://github.com/petar/GoLLRB/blob/master/LICENSE" + }, + { + "name": "github.com/whyrusleeping/cbor", + "why": "https://github.com/whyrusleeping/cbor/blob/master/LICENSE" + }, { "name": "github.com/AndreasBriese/bbloom", "why": "https://github.com/AndreasBriese/bbloom/blob/master/LICENSE"