From baf3a971958a40ac031002e26143efe70d2f3e7d Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 28 Oct 2023 16:30:54 +0200 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 45a5a65..1546153 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/yuriy0803/open-etc-pool-friends -go 1.18 +go 1.19 require ( github.com/ethereum/go-ethereum v1.12.2