diff --git a/go.mod b/go.mod index 01d4328..5a6a5c1 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template go 1.21 -require github.com/imfing/hextra v0.7.2 // indirect +require github.com/imfing/hextra v0.7.3 // indirect diff --git a/go.sum b/go.sum index efd1d24..ad0bc42 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.7.2 h1:BwReaobJ3DTEsobfVYLr2sa0fOTRFUrSxArbmL91yKo= -github.com/imfing/hextra v0.7.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330= +github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=