1 Star 0 Fork 0

judddd/log-apache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
judddd 提交于 2024-10-15 12:16 . first commit
module github.com/mingrammer/flog
go 1.21
toolchain go1.22.3
require (
bou.ke/monkey v1.0.2
github.com/brianvoe/gofakeit v3.11.5+incompatible
github.com/elastic/go-elasticsearch/v8 v8.15.0
github.com/mingrammer/cfmt v1.0.0
github.com/olivere/elastic/v7 v7.0.32
github.com/spf13/pflag v1.0.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
github.com/fatih/color v1.6.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/judddd/log-apache.git
git@gitee.com:judddd/log-apache.git
judddd
log-apache
log-apache
es8

搜索帮助