From 78c350fe2566aa9a2f023f4bf5e1959d45e95ce2 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 19 Jan 2025 11:33:15 +0000 Subject: [PATCH] chore: update hextra to v0.9.4 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 87704d1..e62c490 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.2 // indirect +require github.com/imfing/hextra v0.9.4 // indirect diff --git a/go.sum b/go.sum index 77f0d53..b0e567b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.9.2 h1:d0qCriq1EZ+IBD9Hew4C9rj5o3FEKaJ1M9PULgFD5jk= -github.com/imfing/hextra v0.9.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.9.4 h1:k1KEC2mtYbMVBMOYUYK5Yy8pNPpIH3u6pBTRyBSN6No= +github.com/imfing/hextra v0.9.4/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=