From b6ca61e9b28319b83f4d0e30c7c1ee5844c8c975 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 31 Aug 2023 17:12:50 +0000 Subject: [PATCH] chore: update asciigoat.org/core Signed-off-by: Alejandro Mery --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ce1e7e0..ed403be 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module asciigoat.org/ini go 1.19 require ( - asciigoat.org/core v0.3.6 + asciigoat.org/core v0.3.7 github.com/mgechev/revive v1.3.3 golang.org/x/tools v0.12.0 ) diff --git a/go.sum b/go.sum index b76ff81..ce826b1 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -asciigoat.org/core v0.3.6 h1:b1vL090OxylmSOwLQryjrmC8FhhCtktMyeJSy1e6LwI= -asciigoat.org/core v0.3.6/go.mod h1:tXj+JUutxRbcO40ZQRuUVaZ4rnYz1kAZ0nblisV8u74= +asciigoat.org/core v0.3.7 h1:tMasdvZgsMJJMVsZVfXXB5lqq82pFiCsyEmOEmcmAfI= +asciigoat.org/core v0.3.7/go.mod h1:tXj+JUutxRbcO40ZQRuUVaZ4rnYz1kAZ0nblisV8u74= github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8= github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab h1:5JxePczlyGAtj6R1MUEFZ/UFud6FfsOejq7xLC2ZIb0=