From 08afbcb5dacfbfc61b22930e9643205f703838bf Mon Sep 17 00:00:00 2001 From: Shauna Gordon Date: Wed, 12 Jun 2024 11:10:49 -0400 Subject: [PATCH] Will this properly update the theme? Signed-off-by: Shauna Gordon --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e546b4ef3..fe0819c6d 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/ShaunaGordon/shaunagordon.github.com go 1.22.2 -require github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612071446-fa8df93ed80d // indirect +require github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612072017-cf41437c2e36 // indirect diff --git a/go.sum b/go.sum index 7957ecd8f..ed4cacfb5 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612070529-312881f46126 h1:pZ github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612070529-312881f46126/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612071446-fa8df93ed80d h1:NNu/i9Tu7XBmfn/utngl6tXIxx8D2hpmjWNPNw4XRlE= github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612071446-fa8df93ed80d/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY= +github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612072017-cf41437c2e36 h1:upUBBDrbwi+Zk1d/xYwIwizSjVmK6NUfrGPK9vyv2bA= +github.com/ShaunaGordon/hugo-dream-plus v0.0.0-20240612072017-cf41437c2e36/go.mod h1:8Q4c/TF3eaHQc31V9hQmhlXchlL236xv0TYBJYoezUY=