From c9662e0e361eed4d094dd73e7f5196562c9614a1 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 8 Apr 2024 17:56:45 +0300 Subject: [PATCH] update porter site to hextra v0.7.3 (#3061) Signed-off-by: Arhell --- docs/go.mod | 2 +- docs/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/go.mod b/docs/go.mod index 2c7a581f2..ebb43fb48 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/getporter/porter go 1.20 -require github.com/imfing/hextra v0.4.0 // indirect +require github.com/imfing/hextra v0.7.3 // indirect diff --git a/docs/go.sum b/docs/go.sum index a920c7262..ad0bc42dc 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.4.0 h1:IwPL9eRAn2ukdhgaJHe5fPm1L/U0c5i5JkyPkyOZ9Qk= -github.com/imfing/hextra v0.4.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330= +github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=