From 5d2bd53b0d3d68895b9e1011b8fcc3fdcc02c83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 21:19:55 -0300 Subject: [PATCH] feat(deps): bump github.com/caarlos0/testfs from 0.4.3 to 0.4.4 (#28) Bumps [github.com/caarlos0/testfs](https://github.com/caarlos0/testfs) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/caarlos0/testfs/releases) - [Commits](https://github.com/caarlos0/testfs/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: github.com/caarlos0/testfs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 27f6383..72ffbc2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goreleaser/fileglob go 1.16 require ( - github.com/caarlos0/testfs v0.4.3 + github.com/caarlos0/testfs v0.4.4 github.com/davecgh/go-spew v1.1.1 // indirect github.com/gobwas/glob v0.2.3 github.com/kr/text v0.2.0 // indirect diff --git a/go.sum b/go.sum index 17b7d68..5e33293 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/caarlos0/testfs v0.4.3 h1:q1zEM5hgsssqWanAfevJYYa0So60DdK6wlJeTc/yfUE= -github.com/caarlos0/testfs v0.4.3/go.mod h1:bRN55zgG4XCUVVHZCeU+/Tz1Q6AxEJOEJTliBy+1DMk= +github.com/caarlos0/testfs v0.4.4 h1:3PHvzHi5Lt+g332CiShwS8ogTgS3HjrmzZxCm6JCDr8= +github.com/caarlos0/testfs v0.4.4/go.mod h1:bRN55zgG4XCUVVHZCeU+/Tz1Q6AxEJOEJTliBy+1DMk= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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=