From bdc67b3fa621c04e1225b257cf18ee8575552869 Mon Sep 17 00:00:00 2001 From: Private Maker Date: Fri, 10 Nov 2023 00:47:27 +0100 Subject: [PATCH] bump go mod of theme --- go.mod | 3 +-- go.sum | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 641c086..60d34dc 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,5 @@ go 1.19 require ( github.com/privatemaker/headless-cms v0.0.0-20231108120115-eaae15fd819b // indirect - github.com/uradotdesign/hugo-ux-evaluations v0.1.0 + github.com/uradotdesign/hugo-ux-evaluations v0.1.1 ) - diff --git a/go.sum b/go.sum index ea8cd39..f64942f 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/uradotdesign/hugo-ux-evaluations v0.0.0-20231108153455-595d8354240f h github.com/uradotdesign/hugo-ux-evaluations v0.0.0-20231108153455-595d8354240f/go.mod h1:93bt/QngDgGMUSJ/g9COAfdfY5RxXft9IOeNhGegdso= github.com/uradotdesign/hugo-ux-evaluations v0.1.0 h1:AyOOvB1hQ8C8Q3MOYUPhftiwJibjNwkdO2s1FE9IUK0= github.com/uradotdesign/hugo-ux-evaluations v0.1.0/go.mod h1:93bt/QngDgGMUSJ/g9COAfdfY5RxXft9IOeNhGegdso= +github.com/uradotdesign/hugo-ux-evaluations v0.1.1 h1:7f98i751CT8LyiTAG8qmmEWARGmTcgtOT+HJIEk9cHQ= +github.com/uradotdesign/hugo-ux-evaluations v0.1.1/go.mod h1:93bt/QngDgGMUSJ/g9COAfdfY5RxXft9IOeNhGegdso=