mirror of
https://github.com/go-kratos/kratos.git
synced 2025-11-06 08:59:18 +02:00
14 lines
379 B
Modula-2
14 lines
379 B
Modula-2
module github.com/go-kratos/kratos/contrib/log/fluent/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/fluent/fluent-logger-golang v1.9.0
|
|
github.com/go-kratos/kratos/v2 v2.5.3
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|