From 3a5919b3b2ec5268bc5877c9019236a5c553f797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:03:56 +0000 Subject: [PATCH] Bump github.com/git-pkgs/magic from 0.1.0 to 0.2.0 Bumps [github.com/git-pkgs/magic](https://github.com/git-pkgs/magic) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/git-pkgs/magic/releases) - [Commits](https://github.com/git-pkgs/magic/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: github.com/git-pkgs/magic dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 58b9fc8..772f650 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/git-pkgs/archives go 1.25.6 require ( - github.com/git-pkgs/magic v0.1.0 + github.com/git-pkgs/magic v0.2.0 github.com/ulikunitz/xz v0.5.16 ) diff --git a/go.sum b/go.sum index 94caf89..a3cf9e9 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/git-pkgs/magic v0.1.0 h1:xLrqq7CMXB9g5bJnmJyKw17Rvlh0GFiEmO6e5RFsoeY= -github.com/git-pkgs/magic v0.1.0/go.mod h1:3ndidt+yvFaI1M0aEkkzkOlFnLPkeVQASIUojazcxCI= +github.com/git-pkgs/magic v0.2.0 h1:c7HqVxnP8c88EaVMH0/KraDFVTcmiXckRiSvNZEnvMQ= +github.com/git-pkgs/magic v0.2.0/go.mod h1:3ndidt+yvFaI1M0aEkkzkOlFnLPkeVQASIUojazcxCI= github.com/ulikunitz/xz v0.5.16 h1:ld6NyySjx5lowVKwJvMRLnW5nxKX/xnpSiFYZ/Lxur0= github.com/ulikunitz/xz v0.5.16/go.mod h1:H9Rt/W6/Qj27PGauhQc6nfCDy7vHpzsOThBSaYDoEhw=