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 01:50:27 +0300
committerweru <fromweru@gmail.com>2022-02-01 01:50:27 +0300
commitcaae60b67d6ac409623ad43cd358c95fe98daca9 (patch)
tree2de6caaf65128c9fe59d29f54d39f86dba36e172
parent17403bce61631a2bb6ddfab84c7dddf09b75473c (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 f8517d8..e818263 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-20220131223935-37a70669b579 // indirect
+require github.com/onweru/compose v0.0.0-20220131224949-17403bce6163 // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 14b754a..a92d5ec 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -192,3 +192,5 @@ github.com/onweru/compose v0.0.0-20220131223354-2e884f5b05ff h1:mAyDpj8HHDybJXOT
github.com/onweru/compose v0.0.0-20220131223354-2e884f5b05ff/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
github.com/onweru/compose v0.0.0-20220131223935-37a70669b579 h1:YrGNBJMmECIujQTvzHsgNcKvK4fCRBJPjQ/CCFznyfI=
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=