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=