2024-03-26 17:23:10 +08:00
|
|
|
module github.com/loveuer/esgo2dump
|
2024-03-22 18:05:47 +08:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.17.10
|
2024-05-08 19:02:49 +08:00
|
|
|
github.com/samber/lo v1.39.0
|
2024-03-22 18:05:47 +08:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2024-05-08 19:02:49 +08:00
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
2024-03-22 18:05:47 +08:00
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
)
|