From cc136e58943c3352bbce1ac83a36423f01c92185 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 19 Sep 2024 14:04:24 +0300 Subject: [PATCH] fix: bump hextra version --- docs/go.mod | 2 +- docs/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/go.mod b/docs/go.mod index effbd2c..6d31d95 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module www.github.com/imfing/hextra go 1.20 -require github.com/imfing/hextra v0.8.0 // indirect +require github.com/imfing/hextra v0.8.3 // indirect diff --git a/docs/go.sum b/docs/go.sum index 947d58a..9e58549 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,2 +1,4 @@ github.com/imfing/hextra v0.8.0 h1:bG2GavmsMAgRRCrm+N4c+m6mBm9KYrgGH0mgaJpIXjM= github.com/imfing/hextra v0.8.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.8.3 h1:peKCtkOwcVMQV2EqMb/VUhwpYDsI1B14U1rDqAgMHzk= +github.com/imfing/hextra v0.8.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=