From c555b9fa2218ae3b3112d67f2dcd509f64922d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 06:52:32 +0000 Subject: [PATCH] chore(deps): bump github.com/google/docsy in the dependencies group Bumps the dependencies group with 1 update: [github.com/google/docsy](https://github.com/google/docsy). Updates `github.com/google/docsy` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/google/docsy/releases) - [Changelog](https://github.com/google/docsy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/docsy/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: github.com/google/docsy dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/go.mod b/go.mod index fca7498..ab75623 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,3 @@ module github.com/privateerproj/site go 1.23 - -require ( - github.com/google/docsy v0.14.2 - github.com/google/docsy/dependencies v0.7.2 -)