Skip to content

Commit 7da31af

Browse files
elsesiyPettitWesley
authored andcommitted
modules: Bump version of ugorji/go to 1.1.7
Signed-off-by: Jonas-Taha El Sesiy <github@elsesiy.com>
1 parent 0bee7a0 commit 7da31af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/fluent/fluent-bit-go
22

3-
require github.com/ugorji/go v1.1.4
3+
go 1.14
4+
5+
require github.com/ugorji/go/codec v1.1.7

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
github.com/ugorji/go v1.1.4 h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=
2-
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
1+
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
2+
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
3+
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
4+
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=

0 commit comments

Comments
 (0)