From cd636f0d265f54e23f185abe4e2cfc30de553d2c Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Mon, 9 Sep 2024 22:32:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 280e214f..731819fe 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefun go 1.12 -require github.com/imfing/hextra v0.7.3 // indirect +require github.com/imfing/hextra v0.8.2 // indirect diff --git a/go.sum b/go.sum index ad0bc42d..6e3751c7 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330= github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.8.2 h1:/IykSIAywgKfhKUBgAW+dCCjrJWJNny4jr9qvdXfch0= +github.com/imfing/hextra v0.8.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=