From 8dafbdadba9e97e33f708701013793899e4e23c2 Mon Sep 17 00:00:00 2001 From: Bastien Gatellier Date: Fri, 24 Nov 2023 19:13:23 +0100 Subject: [PATCH] chore: revert module base-structure upgrade because of non-backward compatible styles --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 07fb3e0b..dfa14606 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.16 require ( gitlab.com/goodimpact/every-layout-wc v0.0.0-20210715225714-a9629e5e8f4a // indirect - gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20231031113540-d54882baa806 // indirect + gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20221129171738-d8c79a5e4c78 // indirect gitlab.com/neotericdesign-tools/hugo-content-module-style-guides.git v0.0.0-20200513165827-e43fa80f0593 // indirect ) diff --git a/go.sum b/go.sum index f9349aff..e918ceca 100644 --- a/go.sum +++ b/go.sum @@ -8,6 +8,8 @@ gitlab.com/goodimpact/every-layout-css v0.0.0-20211221221050-b7779e404e38/go.mod gitlab.com/goodimpact/every-layout-css v0.0.0-20220819102259-7de9f880570e/go.mod h1:cBM2FnF4tvjSUw+eWlCQ9Pt9eMGguyvm4CwzAcYalys= gitlab.com/goodimpact/every-layout-wc v0.0.0-20210715225714-a9629e5e8f4a h1:gMph7SlpLA/2VtLQBuGQ7xw6RzFrxkqtmlsnnx801XA= gitlab.com/goodimpact/every-layout-wc v0.0.0-20210715225714-a9629e5e8f4a/go.mod h1:JI47MJnTDNgIXwh0bRHdTtRW44zurYCeiOE3GVExCz4= +gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20221129171738-d8c79a5e4c78 h1:KzgfGSaVbzT4jKU67xx7TlhO83H6JaVagMH24OwZTjE= +gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20221129171738-d8c79a5e4c78/go.mod h1:AKUEPPZ4fZLw+a5GxbkvWq5gnHjJam/3sNb4i0s0imY= gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20221229160423-a4b2a61c5122 h1:jrCuYDOizZWCiP2Ju0gqcfU8QpQ07GVHIFnlDITVevA= gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20221229160423-a4b2a61c5122/go.mod h1:AKUEPPZ4fZLw+a5GxbkvWq5gnHjJam/3sNb4i0s0imY= gitlab.com/goodimpact/goodimpact-hugo/modules/base-structure v0.0.0-20231031113540-d54882baa806 h1:AiCibaokYPnrnvKOIEQaw3lEhrQKn3++8PAeR1cMdhc=