From e7237134745da1c2b5fc3cee44b8d1de6868bf95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:13:15 +0000 Subject: [PATCH] build(deps): Bump github.com/stmcginnis/gofish from 0.15.0 to 0.21.5 Bumps [github.com/stmcginnis/gofish](https://github.com/stmcginnis/gofish) from 0.15.0 to 0.21.5. - [Release notes](https://github.com/stmcginnis/gofish/releases) - [Commits](https://github.com/stmcginnis/gofish/compare/v0.15.0...v0.21.5) --- updated-dependencies: - dependency-name: github.com/stmcginnis/gofish dependency-version: 0.21.5 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 861c548..d524ee7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/gin-gonic/gin v1.9.1 github.com/prometheus/client_golang v1.19.0 - github.com/stmcginnis/gofish v0.15.0 + github.com/stmcginnis/gofish v0.21.5 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index c8066cc..ecc4ef0 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/prometheus/procfs v0.13.0 h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGK github.com/prometheus/procfs v0.13.0/go.mod h1:cd4PFCR54QLnGKPaKGA6l+cfuNXtht43ZKY6tow0Y1g= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= -github.com/stmcginnis/gofish v0.15.0 h1:8TG41+lvJk/0Nf8CIIYErxbMlQUy80W0JFRZP3Ld82A= -github.com/stmcginnis/gofish v0.15.0/go.mod h1:BLDSFTp8pDlf/xDbLZa+F7f7eW0E/CHCboggsu8CznI= +github.com/stmcginnis/gofish v0.21.5 h1:f7EAN7GY3gUD6WNmMyt0nmfPEewd2GrljX8BKGzxxYU= +github.com/stmcginnis/gofish v0.21.5/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=