From af3a556a1c07065caeec932635ab92ae7e3a6f85 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 02 Nov 2025 15:31:54 +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 8ff1355..10dbc97 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.19 -require github.com/onweru/compose v0.0.0-20251102122816-fd26c84391f9 // indirect +require github.com/onweru/compose v0.0.0-20251102152934-435f1a7a2f2c // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 58e31f3..94c7a82 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -40,3 +40,5 @@ github.com/onweru/compose v0.0.0-20251029165840-c32a7af9c88c/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= github.com/onweru/compose v0.0.0-20251102122816-fd26c84391f9 h1:ObkJY+EGKRa16XPXq8V81kqr1YignCGGcyOCn5X/kVE= github.com/onweru/compose v0.0.0-20251102122816-fd26c84391f9/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= +github.com/onweru/compose v0.0.0-20251102152934-435f1a7a2f2c h1:poRmU5gcibuosGVcWjVJAT7dcID5yJm/W0F5cOSmRKs= +github.com/onweru/compose v0.0.0-20251102152934-435f1a7a2f2c/go.mod h1:2eSBLsKzvKf3r4/vHiKdakIBqDtWACDAqAD7tRdt00o= -- Gitblit v1.10.0