From dfbee881ca350846de485ae2516d79fd443671d5 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 12 May 2024 17:57:09 +0200 Subject: [PATCH] Dub - Switched to `gogga` for logging --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index cb141f6..a83a3cc 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ ], "copyright": "Copyright © 2023, Tristan B. Kildaire", "dependencies": { - "dlog": ">=0.3.19", + "gogga" : ">=3.1.1", "eventy": ">=0.4.0" }, "description": "A sane IRC framework for the D language",