From a77fc97489077fd88a7dbdb49e5f76a8f6d959ed Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Tue, 30 May 2023 11:51:09 +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 e30f93c..e395a91 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc // indirect +require github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 88b7c45..c41c08e 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -26,3 +26,5 @@ github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc h1:Uyve0EvHruYiHVTcrU7vew8znzd1h2tnJ3KrnUwqQiQ= github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939 h1:XVZlCIf6BUmHReHKp5bt/e4+Vy5NCypqiju/LEcCz4Y= +github.com/onweru/compose v0.0.0-20230530114506-a2ddf2b32939/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0