From 74c423af1a5d018fe04f81a1daf6a2d12a2b1257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:51:27 +0000 Subject: [PATCH] Bump github.com/codecrafters-io/tester-utils from 0.2.1 to 0.2.8 Bumps [github.com/codecrafters-io/tester-utils](https://github.com/codecrafters-io/tester-utils) from 0.2.1 to 0.2.8. - [Commits](https://github.com/codecrafters-io/tester-utils/compare/v0.2.1...v0.2.8) --- updated-dependencies: - dependency-name: github.com/codecrafters-io/tester-utils dependency-type: direct:production update-type: version-update:semver-patch ... 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 9a163c9..8082e4d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/codecrafters-io/docker-tester go 1.13 require ( - github.com/codecrafters-io/tester-utils v0.2.1 + github.com/codecrafters-io/tester-utils v0.2.8 github.com/mattn/go-isatty v0.0.19 // indirect github.com/stretchr/testify v1.8.4 golang.org/x/sys v0.12.0 // indirect diff --git a/go.sum b/go.sum index e6c4465..fc20017 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/codecrafters-io/tester-utils v0.2.1 h1:+bdZLJhFMWcf+/E3C4NlGsIvxvsyBWlrrqceXRFyu6E= -github.com/codecrafters-io/tester-utils v0.2.1/go.mod h1:BeSLyqBpFxUwIm41QlnuRG7ZsabBXWE2Ga3LMFUXAPM= +github.com/codecrafters-io/tester-utils v0.2.8 h1:wnkGQD34lj3PfsbqoR/SnmbWlcew+w8HsKSNNrNlZag= +github.com/codecrafters-io/tester-utils v0.2.8/go.mod h1:BeSLyqBpFxUwIm41QlnuRG7ZsabBXWE2Ga3LMFUXAPM= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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=