From 6022a529842f4dff239ee1dded7683b025e3dede Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 26 Dec 2024 12:31:37 +0000 Subject: [PATCH] chore: update hextra to v0.9.1 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 544abf2..e087a08 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.0 // indirect +require github.com/imfing/hextra v0.9.1 // indirect diff --git a/go.sum b/go.sum index 91127c6..8402b19 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.9.0 h1:1UyLZgS1eayce2ETCOjAQssXpkRz3HDrIs/fljH0lkU= -github.com/imfing/hextra v0.9.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.9.1 h1:7zkX7bFcE3+sluuvcKImWm2xWU4W40vTJXVjzpgeK+Y= +github.com/imfing/hextra v0.9.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=