diff --git a/exampleSite/go.mod b/exampleSite/go.mod index afe89f0..550451b 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/gethinode/mod-cookieyes/v2 v2.2.4 // indirect - github.com/gethinode/mod-utils/v2 v2.8.5 // indirect + github.com/gethinode/mod-utils/v2 v2.8.6 // indirect ) diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f3f9355..b02e40e 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -24,3 +24,5 @@ github.com/gethinode/mod-utils/v2 v2.8.4 h1:ZBkIxFezFz2IrbTt0Y3Nq5ac7klU5N8TY19Q github.com/gethinode/mod-utils/v2 v2.8.4/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY= github.com/gethinode/mod-utils/v2 v2.8.5 h1:e71ncO2NYpum7JTdNTwb0lw8aDe8Zc64Ehjavy8x9xM= github.com/gethinode/mod-utils/v2 v2.8.5/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY= +github.com/gethinode/mod-utils/v2 v2.8.6 h1:gtTtL37YPq1n/POIzbj40aYOg1VaZq8IjqwSf2V5yo0= +github.com/gethinode/mod-utils/v2 v2.8.6/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=