diff --git a/dub.json b/dub.json index 156c2cd..9a59b83 100644 --- a/dub.json +++ b/dub.json @@ -5,6 +5,7 @@ "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { "bformat": "3.1.0", + "gogga": "~>0.0.2", "tristanable": "2.2.0" }, "description": "Butterfly mail daemon", diff --git a/dub.selections.json b/dub.selections.json index 0a09ea2..08028a1 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,6 +2,7 @@ "fileVersion": 1, "versions": { "bformat": "3.1.0", + "gogga": "0.0.2", "tristanable": "2.2.0" } }