Skip to content

Commit

Permalink
updating go.mod releases to v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ugorji committed Jul 2, 2019
1 parent 82dbfaf commit 23ab95e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions codec/codecgen/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/ugorji/go/codec/codecgen

require (
github.com/ugorji/go/codec v1.1.7
)
5 changes: 5 additions & 0 deletions codec/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/ugorji/go/codec

require (
github.com/ugorji/go v1.1.7
)
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/ugorji/go

go 1.6
require (
github.com/ugorji/go/codec v1.1.7
)

0 comments on commit 23ab95e

Please sign in to comment.