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 @@ -48,7 +48,7 @@ require (
require (
buf.build/go/protovalidate v1.1.3
github.com/IBM/fp-go v1.1.84
github.com/IBM/fp-go/v2 v2.2.64
github.com/IBM/fp-go/v2 v2.2.66
github.com/PuerkitoBio/goquery v1.12.0
github.com/alicebob/miniredis/v2 v2.37.0
github.com/arangodb/go-driver v1.6.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4 h1:vdT7QwBh
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4/go.mod h1:SvXOG8ElV28oAiG9zv91SDe5+9PfIr7PPccpr8YyXNs=
github.com/IBM/fp-go v1.1.84 h1:Uq8SWCpRLVuatOcJveCHOn0RHGN0UxYNugAcdlFl3P4=
github.com/IBM/fp-go v1.1.84/go.mod h1:xQx8D6UU4EDtyYmR99rVYVyLpC4rNYXLl/l5ye8KfrE=
github.com/IBM/fp-go/v2 v2.2.64 h1:LC0LkL9mWN2deJKEinHvvhmjfHCyT4NIIrw4fuHDjEw=
github.com/IBM/fp-go/v2 v2.2.64/go.mod h1:PXFuxztGAlQVuzPLcsVlk17YY9kbD94Tvd0iyI5PiRM=
github.com/IBM/fp-go/v2 v2.2.66 h1:yxo3Jz25IHT2rdYFX9EKtaBo4RgjcPxlSTn78yULtFk=
github.com/IBM/fp-go/v2 v2.2.66/go.mod h1:B16imozgmI9/gyJiCwT6V0xuiCdaWxkBvpqMj485ZhA=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
Expand Down
Loading