From 1775585b68b7f64c8490412e6ea57fba221e0ef8 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 13 Nov 2025 09:59:14 +0200 Subject: [PATCH] updated goja and migrate timestamp --- go.mod | 2 +- go.sum | 4 ++-- ...s.go => 1763020353_update_default_auth_alert_templates.go} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename migrations/{1762785011_update_default_auth_alert_templates.go => 1763020353_update_default_auth_alert_templates.go} (100%) diff --git a/go.mod b/go.mod index 642c5af0..2eb4a4da 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.0 require ( github.com/disintegration/imaging v1.6.2 github.com/domodwyer/mailyak/v3 v3.6.2 - github.com/dop251/goja v0.0.0-20251008123653-cf18d89f3cf6 + github.com/dop251/goja v0.0.0-20251103141225-af2ceb9156d7 github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0 github.com/fatih/color v1.18.0 github.com/fsnotify/fsnotify v1.7.0 diff --git a/go.sum b/go.sum index e818bb94..abc59554 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/domodwyer/mailyak/v3 v3.6.2 h1:x3tGMsyFhTCaxp6ycgR0FE/bu5QiNp+hetUuCO github.com/domodwyer/mailyak/v3 v3.6.2/go.mod h1:lOm/u9CyCVWHeaAmHIdF4RiKVxKUT/H5XX10lIKAL6c= github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 h1:16iT9CBDOniJwFGPI41MbUDfEk74hFaKTqudrX8kenY= github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217/go.mod h1:eIb+f24U+eWQCIsj9D/ah+MD9UP+wdxuqzsdLD+mhGM= -github.com/dop251/goja v0.0.0-20251008123653-cf18d89f3cf6 h1:6dE1TmjqkY6tehR4A67gDNhvDtuZ54ocu7ab4K9o540= -github.com/dop251/goja v0.0.0-20251008123653-cf18d89f3cf6/go.mod h1:MxLav0peU43GgvwVgNbLAj1s/bSGboKkhuULvq/7hx4= +github.com/dop251/goja v0.0.0-20251103141225-af2ceb9156d7 h1:jxmXU5V9tXxJnydU5v/m9SG8TRUa/Z7IXODBpMs/P+U= +github.com/dop251/goja v0.0.0-20251103141225-af2ceb9156d7/go.mod h1:MxLav0peU43GgvwVgNbLAj1s/bSGboKkhuULvq/7hx4= github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0 h1:fuHXpEVTTk7TilRdfGRLHpiTD6tnT0ihEowCfWjlFvw= github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0/go.mod h1:Tb7Xxye4LX7cT3i8YLvmPMGCV92IOi4CDZvm/V8ylc0= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= diff --git a/migrations/1762785011_update_default_auth_alert_templates.go b/migrations/1763020353_update_default_auth_alert_templates.go similarity index 100% rename from migrations/1762785011_update_default_auth_alert_templates.go rename to migrations/1763020353_update_default_auth_alert_templates.go