Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-02-01 02:09:45 +0300
committerweru <fromweru@gmail.com>2022-02-01 02:09:45 +0300
commitedc99e46de4ac44a2cfa6ac15fe39e0ce27adcad (patch)
treeaabda0cbcdccdb194500e1fde2773c7ec538b783
parent1b61f09eea2a67ef791fbbabd6ed738ea2eb4c1f (diff)
update theme module #73
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index e818263..9d58198 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@ module compose-exampleSite
go 1.15
-require github.com/onweru/compose v0.0.0-20220131224949-17403bce6163 // indirect
+require github.com/onweru/compose v0.0.0-20220131230834-1b61f09eea2a // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index a92d5ec..0c3bf73 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -194,3 +194,5 @@ github.com/onweru/compose v0.0.0-20220131223935-37a70669b579 h1:YrGNBJMmECIujQTv
github.com/onweru/compose v0.0.0-20220131223935-37a70669b579/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20220131224949-17403bce6163 h1:SLXV26hYbYE0zEMo3jHuBdlDJqalcZzFe//oYEotXrQ=
github.com/onweru/compose v0.0.0-20220131224949-17403bce6163/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20220131230834-1b61f09eea2a h1:sbxlqegWWMUl1EpKvz110tKIlI8Tgrjk/Da1HKUtqUw=
+github.com/onweru/compose v0.0.0-20220131230834-1b61f09eea2a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=