From 5ea61583898e56081eec796e3990c80c0f1cbfb1 Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Sat, 14 Nov 2020 04:50:09 +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 406f75d..35d4ce5 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641 // indirect +require github.com/onweru/compose v0.0.0-20201114044806-342ee8535ae0 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 63a5457..483db87 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -62,3 +62,5 @@ github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641 h1:UzS+AVt8+OxOA3ISizsX39/c8ZGUU3gcsLcZfnR4JUU= github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20201114044806-342ee8535ae0 h1:HJ10u43C73zqNH8JjgJQS+6Zdg0Juta0Lo3e2eRBucY= +github.com/onweru/compose v0.0.0-20201114044806-342ee8535ae0/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0