瀏覽代碼

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 7 年之前
父節點
當前提交
8fd0f8d918
共有 1 個文件被更改,包括 1 次插入1 次删除
  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