From 26e0bc9ea6a2ed3abde7ba4698702d0d228a2430 Mon Sep 17 00:00:00 2001 From: matthiasng <7527849+matthiasng@users.noreply.github.com> Date: Wed, 23 Dec 2020 16:07:40 +0100 Subject: [PATCH] fix go mod according to PR#32 (solution 2) (#33) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84c76a9..6e2dcc4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ybbus/jsonrpc +module github.com/ybbus/jsonrpc/v2 go 1.12