From 334122f47f6dd2c524c4c326e02986ad7d3c3b08 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:02:18 +0100 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index caf0c21..f5453b1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/yuriy0803/open-etc-pool-friends -go 1.19 +go 1.18 require ( github.com/ethereum/go-ethereum v1.11.2