diff --git a/go.mod b/go.mod index 57c19fb28..bb0caa255 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( flamingo.me/graphql v1.11.3 flamingo.me/pugtemplate v1.3.1 github.com/99designs/gqlgen v0.17.49 - github.com/Rhymond/go-money v1.0.13 + github.com/Rhymond/go-money v1.0.14 github.com/gavv/httpexpect/v2 v2.16.0 github.com/go-playground/form/v4 v4.2.1 github.com/go-redsync/redsync/v4 v4.11.0 diff --git a/go.sum b/go.sum index 268b7bf3e..a271bef9b 100644 --- a/go.sum +++ b/go.sum @@ -76,6 +76,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/Rhymond/go-money v1.0.13 h1:xu19+OezqAMyoGMEuR/ENrzW2TgH/wc2R/mBEgc9yY8= github.com/Rhymond/go-money v1.0.13/go.mod h1:iHvCuIvitxu2JIlAlhF0g9jHqjRSr+rpdOs7Omqlupg= +github.com/Rhymond/go-money v1.0.14 h1:HtdIZ0mP4LrnpN3wdRhsik7pool7x22ILZdDe3moL6E= +github.com/Rhymond/go-money v1.0.14/go.mod h1:iHvCuIvitxu2JIlAlhF0g9jHqjRSr+rpdOs7Omqlupg= github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 h1:ZBbLwSJqkHBuFDA6DUhhse0IGJ7T5bemHyNILUjvOq4=