From 167f79ab2430cd3ea49194d077fac49820fad899 Mon Sep 17 00:00:00 2001 From: amorozov Date: Thu, 20 Jun 2024 15:52:24 +0300 Subject: [PATCH] chore: updated go.mod --- go.mod | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/go.mod b/go.mod index a4daf85..ff3351b 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,3 @@ module git.tswf.io/incredible-go/incredible-go-core -go 1.22.0 - -//replace ( -// "git.tswf.io/incredible-go/incredible-go-core" lateswhict => "C:\Soft\intellij\workspaces\golang\go-workspace\library\incredible-go\incredible-go-core" -//) -// -//require ( -// "git.tswf.io/incredible-go/incredible-go-core" latest -//) \ No newline at end of file +go 1.20 \ No newline at end of file