From 073aff9e7d563c2806779777109b469566402908 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 31 Jan 2022 22:17:55 +0000 Subject: [PATCH] update module #73 --- 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 6e5d562..382428c 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20211217155542-0ac874fdf11a // indirect +require github.com/onweru/compose v0.0.0-20220131221540-e64c1b90bedb // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b01b27f..c4707f5 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -186,3 +186,5 @@ github.com/onweru/compose v0.0.0-20211214152438-ce90676ec090/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20211217155542-0ac874fdf11a h1:FWwq5CHbctK7hiM2/qyG4BxhK55A6/MNkBo/nm/Wu3E= github.com/onweru/compose v0.0.0-20211217155542-0ac874fdf11a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20220131221540-e64c1b90bedb h1:ng6lL4gD9vVNaESBJ8P50cGGvqtngx1S485WknP6Pnc= +github.com/onweru/compose v0.0.0-20220131221540-e64c1b90bedb/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0