From 50705ef4a0a47eed76cf70172ba925cb405dbf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:38:49 +0000 Subject: [PATCH] chore(deps): bump github.com/gen2brain/go-unarr from 0.2.3 to 0.2.4 Bumps [github.com/gen2brain/go-unarr](https://github.com/gen2brain/go-unarr) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/gen2brain/go-unarr/releases) - [Changelog](https://github.com/gen2brain/go-unarr/blob/master/.goreleaser.yml) - [Commits](https://github.com/gen2brain/go-unarr/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: github.com/gen2brain/go-unarr 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 14c0e85..cd622d5 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/chen-keinan/go-rpm v0.0.0-20160610194220-8ca34a68e949 github.com/chen-keinan/gocpio v0.0.0-00010101000000-000000000000 - github.com/gen2brain/go-unarr v0.2.3 + github.com/gen2brain/go-unarr v0.2.4 github.com/stretchr/testify v1.9.0 github.com/ulikunitz/xz v0.5.12 ) diff --git a/go.sum b/go.sum index 5aa8d89..fc016ab 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/chen-keinan/gocpio v1.1.1/go.mod h1:8vT85Cj0tc5yFKC5PiQfvCqJd4Q6LtxgF 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= -github.com/gen2brain/go-unarr v0.2.3 h1:VwZg0P6Dc/8Uh51McjVhzUMg4wHwwbiyqjEFsFELc0c= -github.com/gen2brain/go-unarr v0.2.3/go.mod h1:hoHheVuf0KT8/hfvkEL7GMwj2h7fq0lF72NdyySdr3c= +github.com/gen2brain/go-unarr v0.2.4 h1:Iu2kqtGfkLBSQoTFwMkSCmp0g3GrEM/XMVWzo9TQr/Y= +github.com/gen2brain/go-unarr v0.2.4/go.mod h1:0kdy3HtjKBcEaewifXZguHCvt4qD9V8iJCx4FPEOWT8= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=