From 8fd0f8d918c8f0b52d0af210a812ba882cc31a1e Mon Sep 17 00:00:00 2001 From: Ugorji Nwoke Date: Sat, 26 Jan 2019 05:26:52 -0500 Subject: [PATCH] codec: set go.mod to require github.com/ugorji/go v1.1.2 This should workaround the ambiguous import errors using modules. It requires that we tag a new release right after this change (as v1.1.2) Hope it works Updates #279 --- codec/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/go.mod b/codec/go.mod index 82f47904..69ab4ea6 100644 --- a/codec/go.mod +++ b/codec/go.mod @@ -1,3 +1,3 @@ module github.com/ugorji/go/codec -require github.com/ugorji/go v1.1.1 +require github.com/ugorji/go v1.1.2