From 51d9da3f0cb0c217c3ebb0d78b5f3d148c9203be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:34:10 +0000 Subject: [PATCH] chore(deps): Bump golang.org/x/arch from 0.27.0 to 0.28.0 Bumps [golang.org/x/arch](https://github.com/golang/arch) from 0.27.0 to 0.28.0. - [Commits](https://github.com/golang/arch/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/arch dependency-version: 0.28.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 05d2f12..37a551c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/maxgio92/resurgo go 1.25.7 -require golang.org/x/arch v0.27.0 +require golang.org/x/arch v0.28.0 diff --git a/go.sum b/go.sum index 2565a52..7f02665 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/arch v0.27.0 h1:0WNVcR8u9yFz8j5FvdHpgwNp3FS5U4guYdzHwEiGjoU= -golang.org/x/arch v0.27.0/go.mod h1:0X+GdSIP+kL5wPmpK7sdkEVTt2XoYP0cSjQSbZBwOi8= +golang.org/x/arch v0.28.0 h1:wVwVdqsTuUbJvhYVCspQYwZXHNYeLSoZnmHD+ggddpQ= +golang.org/x/arch v0.28.0/go.mod h1:0X+GdSIP+kL5wPmpK7sdkEVTt2XoYP0cSjQSbZBwOi8=