Browse Source

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
Ugorji Nwoke 6 years ago
parent
commit
8fd0f8d918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      codec/go.mod

+ 1 - 1
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