From 15bc924509d42ef847c0433224c8ad211e200502 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 21 May 2023 08:32:42 +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 776d6bf..7999d6f 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230503185436-583134782ffd // indirect +require github.com/onweru/compose v0.0.0-20230521083123-a87b8344748a // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 87224cf..971f41d 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -20,3 +20,5 @@ github.com/onweru/compose v0.0.0-20230414074935-5076669b8dfd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230503185436-583134782ffd h1:NgERmiXBPKwxNO7GESu0pqaAWw1x6dMYXbnh0VG6/K0= github.com/onweru/compose v0.0.0-20230503185436-583134782ffd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20230521083123-a87b8344748a h1:rfIBFlb5LhVw4s7BH64r2mdeGXZa71Sb0PM0RP3+nq0= +github.com/onweru/compose v0.0.0-20230521083123-a87b8344748a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0