fix
This commit is contained in:
12
fluentd/go.mod
Normal file
12
fluentd/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module git.pbiernat.dev/egommerce/go-api-pkg/fluentd
|
||||
|
||||
go 1.18
|
||||
|
||||
require github.com/fluent/fluent-logger-golang v1.9.0
|
||||
|
||||
require (
|
||||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
github.com/philhofer/fwd v1.1.1 // indirect
|
||||
github.com/tinylib/msgp v1.1.6 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user