From 6ae6c948dd325bfee425ea5debad0ebc53d7ec93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:40:29 +0000 Subject: [PATCH] build(deps): Bump github.com/bool64/dev Bumps the dependencies group with 1 update in the / directory: [github.com/bool64/dev](https://github.com/bool64/dev). Updates `github.com/bool64/dev` from 0.2.36 to 0.2.38 - [Release notes](https://github.com/bool64/dev/releases) - [Commits](https://github.com/bool64/dev/compare/v0.2.36...v0.2.38) --- updated-dependencies: - dependency-name: github.com/bool64/dev dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4b459bf..28558a3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/dohernandez/errors go 1.23.3 require ( - github.com/bool64/dev v0.2.36 + github.com/bool64/dev v0.2.38 github.com/stretchr/testify v1.10.0 ) diff --git a/go.sum b/go.sum index e9e3dbb..770d19f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bool64/dev v0.2.36 h1:yU3bbOTujoxhWnt8ig8t94PVmZXIkCaRj9C57OtqJBY= -github.com/bool64/dev v0.2.36/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg= +github.com/bool64/dev v0.2.38 h1:C5H9wkx/BhTYRfV14X90iIQKpSuhzsG+OHQvWdQ5YQ4= +github.com/bool64/dev v0.2.38/go.mod h1:iJbh1y/HkunEPhgebWRNcs8wfGq7sjvJ6W5iabL8ACg= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=