Skip to content

Commit 241a4c7

Browse files
Jason Keeneedsiper
authored andcommitted
modules: add support for Go modules
Signed-off-by: Warren Fernandes <[email protected]>
1 parent 51032bd commit 241a4c7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/fluent/fluent-bit-go
2+
3+
require github.com/ugorji/go v1.1.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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=

0 commit comments

Comments
 (0)