From b86d77288e14fe3b9ee4527875ccb53a6d2a22ed Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Sun, 31 Aug 2025 20:12:04 +0800 Subject: [PATCH] bump hextra to the latest version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b5d61eb..682e224 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/Vonng/ddia go 1.24.5 -require github.com/imfing/hextra v0.9.7 // indirect +require github.com/imfing/hextra v0.11.0 // indirect diff --git a/go.sum b/go.sum index 8501da6..4ed90f2 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.11.0 h1:2HswtfKD/TFg2VWp0hvsH5F3/WoEugiz8s3n2JFouqY= +github.com/imfing/hextra v0.11.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=