diff --git a/go.mod b/go.mod index e657a1f..de1ec3c 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module asciigoat.org/ini go 1.19 +replace asciigoat.org/core => ../core + require ( asciigoat.org/core v0.3.2 github.com/mgechev/revive v1.3.3 diff --git a/go.sum b/go.sum index 4e922a4..495d0a7 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,3 @@ -asciigoat.org/core v0.3.2 h1:ef4cixd5YPDFUPylgcqMXQMKJTnMD/1IROsFAm/UOO0= -asciigoat.org/core v0.3.2/go.mod h1:o4QARukIxCAnOnIi7gIWd+7z1P1d9qNxuZmOVG4MAno= 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=