From e7878dfadc27e5ff8d67a3c812a27796334d1251 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Fri, 12 Mar 2021 15:34:33 +0000 Subject: [PATCH] update module --- exampleSite/go.mod | 2 +- exampleSite/go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 8f64826..1edc1e7 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20210301150901-5c5213307e62 // indirect +require github.com/onweru/compose v0.0.0-20210312153401-7f1c7da6d155 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index acd7a18..f23c6ad 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -148,3 +148,7 @@ github.com/onweru/compose v0.0.0-20210226153626-1b67f9ccc7f8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20210301150901-5c5213307e62 h1:pZ3rYbYQjY/YArAvbdiHTgp+hzRDinMczy0tCwuAN9Y= github.com/onweru/compose v0.0.0-20210301150901-5c5213307e62/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20210309133307-8a3113c43d31 h1:8xkpWOA0lGo296VNwYzoc8pxh593/T2qRDw4+e+GkuE= +github.com/onweru/compose v0.0.0-20210309133307-8a3113c43d31/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20210312153401-7f1c7da6d155 h1:EDrVXssmI+WiQ1KgYizL8qTR43e+vRvtrlwOSs1xRkU= +github.com/onweru/compose v0.0.0-20210312153401-7f1c7da6d155/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0