Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading