From df01ee56167044457e8e6b715b68f6a604d548dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:02:42 +0000 Subject: [PATCH] chore(deps): bump github.com/IBM/fp-go/v2 from 2.2.71 to 2.2.72 Bumps [github.com/IBM/fp-go/v2](https://github.com/IBM/fp-go) from 2.2.71 to 2.2.72. - [Release notes](https://github.com/IBM/fp-go/releases) - [Commits](https://github.com/IBM/fp-go/compare/v2.2.71...v2.2.72) --- updated-dependencies: - dependency-name: github.com/IBM/fp-go/v2 dependency-version: 2.2.72 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 9e552b02..f5ca1418 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.71 + github.com/IBM/fp-go/v2 v2.2.72 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 07c908d0..01a48170 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.71 h1:CaBdYOK0bMODoGyZwnMvgqeB4WfB9k2PD612Pw3M5HI= -github.com/IBM/fp-go/v2 v2.2.71/go.mod h1:B16imozgmI9/gyJiCwT6V0xuiCdaWxkBvpqMj485ZhA= +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/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=