From daaaa941c73341baf730de82520f907a27a7c988 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 27 Feb 2023 16:18:35 +0000 Subject: [PATCH] update theme module --- exampleSite/go.mod | 2 +- exampleSite/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index e02972a..101f23a 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230227160406-7a0c82ecac27 // indirect +require github.com/onweru/compose v0.0.0-20230227161459-202a5a6f8622 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 50799bf..b42ae05 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -238,3 +238,5 @@ github.com/onweru/compose v0.0.0-20230227155847-02921766d596/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230227160406-7a0c82ecac27 h1:D8931rlc0KXkddIoN5Ls3CyvAeLCvvn5XBTYbaVoXfg= github.com/onweru/compose v0.0.0-20230227160406-7a0c82ecac27/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20230227161459-202a5a6f8622 h1:7X9jqnJv8pMmoeOvh9nbz9AiG9a8yAhbpZOmhuirgcs= +github.com/onweru/compose v0.0.0-20230227161459-202a5a6f8622/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0