From be9ec9d20df7058db30210d3ee3d20b7a1c7a239 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 21 Dec 2020 18:18:18 +0000 Subject: [PATCH] update --- 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 54812ad..4f71ae6 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20201208143540-546849cecc5f // indirect +require github.com/onweru/compose v0.0.0-20201221175135-b872c49c7406 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 750e194..61af931 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -82,3 +82,5 @@ github.com/onweru/compose v0.0.0-20201207131744-b7cf066d1831/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20201208143540-546849cecc5f h1:kvYndPERAdccKgLGkTNWhoFo/AHid7xNeUQf66hnixM= github.com/onweru/compose v0.0.0-20201208143540-546849cecc5f/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20201221175135-b872c49c7406 h1:89XayByNpO2XyCBo0KNZ+56T59ks+HCkeUzfpKH1pv4= +github.com/onweru/compose v0.0.0-20201221175135-b872c49c7406/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0