chore: update lock file

This commit is contained in:
Daylin Morgan 2023-10-02 13:17:35 -05:00
parent 47c62fa118
commit 1d08c01e6e
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 14 additions and 4 deletions

View file

@ -2,13 +2,23 @@
"version": 2, "version": 2,
"packages": { "packages": {
"cligen": { "cligen": {
"version": "1.6.14", "version": "1.6.15",
"vcsRevision": "bee21f2d0878d4eba4631fd8b67370e4778424de", "vcsRevision": "e607467c4e6a6c54f02b555135bce35eafa714c5",
"url": "https://github.com/c-blake/cligen.git", "url": "https://github.com/c-blake/cligen.git",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "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": { "illwill": {

View file

@ -13,7 +13,7 @@ binDir = "bin"
requires "nim >= 2.0.0", requires "nim >= 2.0.0",
"illwill", "illwill",
"cligen", "cligen",
"bbansi" "https://github.com/daylinmorgan/bbansi#main"
import strformat import strformat