From 0d50a56e37ab2a9d3226273585a280e338913eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 19:09:19 +0000 Subject: [PATCH] Bump github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify Bumps [github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify](https://github.com/HugoBlox/hugo-blox-builder) from 1.1.2-0.20240509231741-c3d23d929bc6 to 1.1.2. - [Release notes](https://github.com/HugoBlox/hugo-blox-builder/releases) - [Commits](https://github.com/HugoBlox/hugo-blox-builder/commits/modules/blox-plugin-reveal/v1.1.2) --- updated-dependencies: - dependency-name: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/go.mod b/go.mod index 59552a2..383e451 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,3 @@ module github.com/wowchemy/starter-hugo-research-group go 1.15 - -require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20241012174104-661cadc17327 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240509231741-c3d23d929bc6 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect -)