From 54e2a8eaac217917918a59e6e45a5d15459324f5 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 12 Feb 2026 12:29:06 -0700 Subject: [PATCH 1/2] upgrade blowfish to v2.98.0 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3a80514..dbf8f54 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.brds.ca/drew/web go 1.25.4 -require github.com/nunocoracao/blowfish/v2 v2.97.0 // indirect +require github.com/nunocoracao/blowfish/v2 v2.98.0 // indirect diff --git a/go.sum b/go.sum index 4f99328..b723d73 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/nunocoracao/blowfish/v2 v2.97.0 h1:ofFBkTQKFDnM5/XVLReuJ6KPzLQFwscEg0dYEebWXvw= -github.com/nunocoracao/blowfish/v2 v2.97.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk= +github.com/nunocoracao/blowfish/v2 v2.98.0 h1:2k/f19NwAlhEIq08WOOgbYB4LlzWF2YEhoDoflSH0eU= +github.com/nunocoracao/blowfish/v2 v2.98.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk= -- 2.49.1 From 5fc27a7b900645a7d8dbbdca3ab3bd6a4870c028 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 12 Feb 2026 12:59:08 -0700 Subject: [PATCH 2/2] upgrade Hugo to v0.155.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8957bc4..50a90b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Package versions -ARG HUGO_VERSION="0.154.2" +ARG HUGO_VERSION="0.155.3" ARG CADDY_VERSION="2.10.2" # Stage 1: Build -- 2.49.1