From 332c69507e70f5d249ce22f28684bf6de6431aa6 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 02 May 2021 15:30:39 +0000 Subject: [PATCH] update 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 a0c2448..b20f307 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9 // indirect +require github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index c3f4a1d..0916ecc 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -166,3 +166,5 @@ github.com/onweru/compose v0.0.0-20210415153638-a7ebb4827998/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9 h1:sAZZceW6Uq/2ZrKOUa4hFLP0EQvnFDlvnwCFTvmSvIg= github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd h1:V7uk7wLlMZExjXZ7NgKETWK8HY6rAy5gUAmKejrdOYw= +github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0