From dc5b295976e72898e93b3a63d6a6445d533a7214 Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Wed, 21 Oct 2020 19:48:19 +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 6f533f6..406f75d 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922 // indirect +require github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index a423a91..63a5457 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -60,3 +60,5 @@ github.com/onweru/compose v0.0.0-20201021193621-4f96ac1770ee/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922 h1:+88k9pKVVWjIGOOnHYW/zV5GOCxK6KjoNjH57gv3Jdo= github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641 h1:UzS+AVt8+OxOA3ISizsX39/c8ZGUU3gcsLcZfnR4JUU= +github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0