diff --git a/nimble.lock b/nimble.lock index ab28909..095d308 100644 --- a/nimble.lock +++ b/nimble.lock @@ -2,13 +2,23 @@ "version": 2, "packages": { "cligen": { - "version": "1.6.14", - "vcsRevision": "bee21f2d0878d4eba4631fd8b67370e4778424de", + "version": "1.6.15", + "vcsRevision": "e607467c4e6a6c54f02b555135bce35eafa714c5", "url": "https://github.com/c-blake/cligen.git", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "195164d6a417c5393ee8aac1d1c2dfb0d45574b1" + "sha1": "69330c86da69969dde7d23669e87503bbd17f459" + } + }, + "bbansi": { + "version": "0.1.0", + "vcsRevision": "48ad65c5214070ba46fd0b6541ae8ca3ebabbe85", + "url": "https://github.com/daylinmorgan/bbansi", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "a962f41979a33d0047c6b1e1ef84e2d5bd36532e" } }, "illwill": { diff --git a/tsm.nimble b/tsm.nimble index 4912d51..5fca2e2 100644 --- a/tsm.nimble +++ b/tsm.nimble @@ -13,7 +13,7 @@ binDir = "bin" requires "nim >= 2.0.0", "illwill", "cligen", - "bbansi" + "https://github.com/daylinmorgan/bbansi#main" import strformat