From 94eca169c565bc02962f8a556036604835919cfd Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 13 Jun 2022 15:40:08 +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 f79778c..48a2d29 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20220613153347-85c7d9009d53 // indirect +require github.com/onweru/compose v0.0.0-20220613153906-17d886cf4af7 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index bf52844..5eb1787 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -206,3 +206,5 @@ github.com/onweru/compose v0.0.0-20220201011553-09a8e1b4a4c3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20220613153347-85c7d9009d53 h1:Y04Lu7fMoOz+C9PdMWIqYdqfO0EwbxbaaJrmwGOmNZk= github.com/onweru/compose v0.0.0-20220613153347-85c7d9009d53/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20220613153906-17d886cf4af7 h1:ukWfKHCT0Hwn25r3XDkdPM6MzIzRFo460pq72aslIc8= +github.com/onweru/compose v0.0.0-20220613153906-17d886cf4af7/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0