From 6d4ca1a07df25788fb3eac4b4f8e9e08ac280480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:26:33 +0000 Subject: [PATCH] chore(deps): bump github.com/rumblefrog/go-a2s from 1.0.2 to 1.0.3 Bumps [github.com/rumblefrog/go-a2s](https://github.com/rumblefrog/go-a2s) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/rumblefrog/go-a2s/releases) - [Commits](https://github.com/rumblefrog/go-a2s/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/rumblefrog/go-a2s dependency-version: 1.0.3 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 5023eae..a7d9d4e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gameserver-testing go 1.25 require ( - github.com/rumblefrog/go-a2s v1.0.2 + github.com/rumblefrog/go-a2s v1.0.3 github.com/spf13/cobra v1.10.2 ) diff --git a/go.sum b/go.sum index 2395a92..96caee4 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= 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/rumblefrog/go-a2s v1.0.2 h1:rT/QP/B+h2R9/3PEfmOkWPdHnEKExskOMPTTkeX+vuA= -github.com/rumblefrog/go-a2s v1.0.2/go.mod h1:6nq//LMUMa3ElowQ7eH8atnDbQG+nVMFsaMFzSo8p/M= +github.com/rumblefrog/go-a2s v1.0.3 h1:Y1r8oX5IOL8b3KHhN9RCY+2bdmpio52Acd1KsYg4efI= +github.com/rumblefrog/go-a2s v1.0.3/go.mod h1:6nq//LMUMa3ElowQ7eH8atnDbQG+nVMFsaMFzSo8p/M= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=