diff --git a/go.mod b/go.mod index e087a08..87704d1 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.9.1 // indirect +require github.com/imfing/hextra v0.9.2 // indirect diff --git a/go.sum b/go.sum index 8402b19..77f0d53 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.9.1 h1:7zkX7bFcE3+sluuvcKImWm2xWU4W40vTJXVjzpgeK+Y= -github.com/imfing/hextra v0.9.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.9.2 h1:d0qCriq1EZ+IBD9Hew4C9rj5o3FEKaJ1M9PULgFD5jk= +github.com/imfing/hextra v0.9.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=