diff --git a/go.mod b/go.mod index 288cab9..2f89bdf 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.6.2 // indirect +require github.com/imfing/hextra v0.6.3 // indirect diff --git a/go.sum b/go.sum index 303f36c..ba347f1 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.6.2 h1:uuG43b5kBtdKGu25ngNpFEPe11nJ9719+lwAiKAZL60= -github.com/imfing/hextra v0.6.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.6.3 h1:NYOtxBc1inzzgMHwEZKOn9VgOm0ySDdxudXi8y4pOEE= +github.com/imfing/hextra v0.6.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=