Skip to content

Commit

Permalink
updating go.mod releases to v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ugorji committed Nov 11, 2020
1 parent f57cf54 commit efe75d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codec/bench/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/ugorji/go/codec/bench

go 1.11

require github.com/ugorji/go/codec v1.1.13
require github.com/ugorji/go/codec v1.1.14
4 changes: 2 additions & 2 deletions codec/codecgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/ugorji/go/codec/codecgen
go 1.11

require (
github.com/ugorji/go/codec v1.1.13
golang.org/x/tools v0.0.0-20201031021630-582c62ec74d0
github.com/ugorji/go/codec v1.1.14
golang.org/x/tools v0.0.0-20201028224754-2c115999a7f0
)
2 changes: 1 addition & 1 deletion codec/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/ugorji/go/codec

go 1.11

require github.com/ugorji/go v1.1.13
require github.com/ugorji/go v1.1.14
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/ugorji/go

go 1.11

require github.com/ugorji/go/codec v1.1.13
require github.com/ugorji/go/codec v1.1.14

0 comments on commit efe75d2

Please sign in to comment.