From d73ed631861aa8e4625f258d2448924a9968ab54 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Wed, 10 Feb 2021 16:48:57 +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 e999c07..051c120 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d // indirect +require github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 1197819..fd02e62 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -124,3 +124,5 @@ github.com/onweru/compose v0.0.0-20210204161120-fc5d5e82ecf9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d h1:xPy1dEMcJPXyxWlAI4iwBD4BqJ/qBCDApciBpgqQJtc= github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199 h1:AJDB9LlnRWD0Rx0nJeSpA7348igKzfAzOtXz5Cos80M= +github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0