From 8465df5ad99f47a49850794ecb1c38fa57416e33 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Tue, 21 Feb 2023 21:29:28 +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 ace5c0f..2c3569d 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230124183858-9412f10b0de5 // indirect +require github.com/onweru/compose v0.0.0-20230221212524-c5ec185f96a4 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 77aac0a..3b7a165 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -224,3 +224,5 @@ github.com/onweru/compose v0.0.0-20230123162251-ceaf306671ac/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230124183858-9412f10b0de5 h1:5aakRf8ExXEffuyhraIMQ/dbPWeIOdD5s2rrqtzaWIc= github.com/onweru/compose v0.0.0-20230124183858-9412f10b0de5/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20230221212524-c5ec185f96a4 h1:R/DOlY9+ydPApOG6FjiocJp0UuRG9pYlCiybz8258No= +github.com/onweru/compose v0.0.0-20230221212524-c5ec185f96a4/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0