You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
383 B
14 lines
383 B
3 years ago
|
module github.com/go-kratos/kratos/contrib/log/fluent/v2
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||
|
github.com/fluent/fluent-logger-golang v1.5.0
|
||
|
github.com/go-kratos/kratos/v2 v2.0.0-rc3
|
||
|
github.com/kr/pretty v0.2.1 // indirect
|
||
|
github.com/tinylib/msgp v1.1.5 // indirect
|
||
|
)
|
||
|
|
||
|
replace github.com/go-kratos/kratos/v2 => ../../../
|