Skip to content

Commit

Permalink
feat(deps): bump github.com/caarlos0/testfs from 0.4.3 to 0.4.4 (#28)
Browse files Browse the repository at this point in the history
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](caarlos0/testfs@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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 10, 2022
1 parent ea16f44 commit 5d2bd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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=
Expand Down

0 comments on commit 5d2bd53

Please sign in to comment.