From 6d40cfee6429e6c08d1feb7d3e36bc19fd54302f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 16:02:31 +0000 Subject: [PATCH] chore(deps): bump github.com/IBM/fp-go/v2 from 2.2.72 to 2.2.73 Bumps [github.com/IBM/fp-go/v2](https://github.com/IBM/fp-go) from 2.2.72 to 2.2.73. - [Release notes](https://github.com/IBM/fp-go/releases) - [Commits](https://github.com/IBM/fp-go/compare/v2.2.72...v2.2.73) --- updated-dependencies: - dependency-name: github.com/IBM/fp-go/v2 dependency-version: 2.2.73 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 f5ca1418..dd806c16 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dictyBase/graphql-server require ( github.com/99designs/gqlgen v0.17.89 - github.com/IBM/fp-go/v2 v2.2.72 + github.com/IBM/fp-go/v2 v2.2.73 github.com/Jeffail/gabs/v2 v2.7.0 github.com/dictyBase/aphgrpc v1.4.2 github.com/dictyBase/go-genproto v0.0.0-20250812211349-c01bdbe25058 diff --git a/go.sum b/go.sum index 01a48170..39983da3 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/99designs/gqlgen v0.17.89 h1:KzEcxPiMgQoMw3m/E85atUEHyZyt0PbAflMia5Kw github.com/99designs/gqlgen v0.17.89/go.mod h1:GFqruTVGB7ZTdrf1uzOagpXbY7DrEt1pIxnTdhIbWvQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= -github.com/IBM/fp-go/v2 v2.2.72 h1:InRCG2CKD73gv0qKdVYVHJeCWQsMTJlwxOhY11qjzP4= -github.com/IBM/fp-go/v2 v2.2.72/go.mod h1:B16imozgmI9/gyJiCwT6V0xuiCdaWxkBvpqMj485ZhA= +github.com/IBM/fp-go/v2 v2.2.73 h1:sKHKspXG/i2JIMNL5n/mrXjikAYUIDyFaPxL4zLfS6g= +github.com/IBM/fp-go/v2 v2.2.73/go.mod h1:B16imozgmI9/gyJiCwT6V0xuiCdaWxkBvpqMj485ZhA= github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg= github.com/Jeffail/gabs/v2 v2.7.0/go.mod h1:dp5ocw1FvBBQYssgHsG7I1WYsiLRtkUaB1FEtSwvNUw= github.com/PuerkitoBio/goquery v1.11.0 h1:jZ7pwMQXIITcUXNH83LLk+txlaEy6NVOfTuP43xxfqw=