From d306801f6eb5a3888554bae418a9b3c2d8c62e76 Mon Sep 17 00:00:00 2001 From: tony Date: Thu, 14 Dec 2023 16:14:55 +0800 Subject: [PATCH] update import path to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4f0c4d2b4..9036a373b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vechain/thor +module github.com/vechain/thor/v2 go 1.17