From c72e9f2fa435f4e685750bd589c7730520def264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 04:35:05 +0000 Subject: [PATCH] build(deps): Bump github.com/stmcginnis/gofish Bumps the go-dependencies group with 1 update: [github.com/stmcginnis/gofish](https://github.com/stmcginnis/gofish). Updates `github.com/stmcginnis/gofish` from 0.21.0 to 0.21.3 - [Release notes](https://github.com/stmcginnis/gofish/releases) - [Commits](https://github.com/stmcginnis/gofish/compare/v0.21.0...v0.21.3) --- updated-dependencies: - dependency-name: github.com/stmcginnis/gofish dependency-version: 0.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... 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 1c642337..817aee1f 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/prometheus/exporter-toolkit v0.15.1 github.com/prometheus/procfs v0.19.2 github.com/steiler/acls v0.1.5 - github.com/stmcginnis/gofish v0.21.0 + github.com/stmcginnis/gofish v0.21.3 github.com/stretchr/testify v1.11.1 github.com/swaggo/http-swagger/v2 v2.0.2 github.com/swaggo/swag v1.16.6 diff --git a/go.sum b/go.sum index 8c09cd7e..1237f937 100644 --- a/go.sum +++ b/go.sum @@ -184,8 +184,8 @@ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/steiler/acls v0.1.5 h1:BjnpIqK3TIov+fq6fK80SXBrd/oDMSEgOpVLllAB78A= github.com/steiler/acls v0.1.5/go.mod h1:lFfnRSiSCWLgKiuxu7PFgaUPVanCn7o6m4dHe/cz128= -github.com/stmcginnis/gofish v0.21.0 h1:Hk5RJaOvWVJaJMUkRkIls1Ol+cqr1BkEfOaXhSHDKUU= -github.com/stmcginnis/gofish v0.21.0/go.mod h1:PzF5i8ecRG9A2ol8XT64npKUunyraJ+7t0kYMpQAtqU= +github.com/stmcginnis/gofish v0.21.3 h1:EBLCHfORnbx7MPw7lplOOVe9QAD1T3XRVz6+a1Z4z5Q= +github.com/stmcginnis/gofish v0.21.3/go.mod h1:PzF5i8ecRG9A2ol8XT64npKUunyraJ+7t0kYMpQAtqU= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=