Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
8fd0f8d918
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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