Skip to content

Commit

Permalink
codec: set go.mod to require github.com/ugorji/go v1.1.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ugorji committed Jan 26, 2019
1 parent 497916c commit 8fd0f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8fd0f8d

Please sign in to comment.