Browse Source

codec: fix potential ambiguous import error using modules

Updates #279
Ugorji Nwoke 6 years ago
parent
commit
134ccd4177
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.2
+require github.com/ugorji/go v1.1.1