From 341b96bc7e8b8c4e05fdb21efbca19d4f8ad9623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:48:23 +0000 Subject: [PATCH] chore(deps): bump github.com/codecrafters-io/tester-utils Bumps [github.com/codecrafters-io/tester-utils](https://github.com/codecrafters-io/tester-utils) from 0.4.5 to 0.4.7. - [Commits](https://github.com/codecrafters-io/tester-utils/compare/v0.4.5...v0.4.7) --- updated-dependencies: - dependency-name: github.com/codecrafters-io/tester-utils dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 9428939..c10a0e3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.1 require ( github.com/bxcodec/faker/v3 v3.6.0 - github.com/codecrafters-io/tester-utils v0.4.5 + github.com/codecrafters-io/tester-utils v0.4.7 modernc.org/sqlite v1.14.0 ) diff --git a/go.sum b/go.sum index c4dc413..da86519 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,7 @@ github.com/bxcodec/faker/v3 v3.6.0 h1:Meuh+M6pQJsQJwxVALq6H5wpDzkZ4pStV9pmH7gbKKs= github.com/bxcodec/faker/v3 v3.6.0/go.mod h1:gF31YgnMSMKgkvl+fyEo1xuSMbEuieyqfeslGYFjneM= -github.com/codecrafters-io/tester-utils v0.4.3 h1:ZUA0BCvLK4LJ+yRYrA6nc1s5LymElYkv2JP7rpufhcc= -github.com/codecrafters-io/tester-utils v0.4.3/go.mod h1:Fyrv4IebzjWtvKfpYf8ooYDoOtjYe2qx8bV7KAJpX+w= -github.com/codecrafters-io/tester-utils v0.4.5 h1:iSyDAICLI7E8FxMwz0eMRvxCd14P7vfr0KtL8Eh5F8w= -github.com/codecrafters-io/tester-utils v0.4.5/go.mod h1:Fyrv4IebzjWtvKfpYf8ooYDoOtjYe2qx8bV7KAJpX+w= +github.com/codecrafters-io/tester-utils v0.4.7 h1:M6bNk9Pr8tg3AyoU+OSQqV9poND6cmJSxnA8paLtdC4= +github.com/codecrafters-io/tester-utils v0.4.7/go.mod h1:Fyrv4IebzjWtvKfpYf8ooYDoOtjYe2qx8bV7KAJpX+w= 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/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=