25 lines
740 B
Modula-2
25 lines
740 B
Modula-2
module github.com/loveuer/esgo2dump
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/elastic/go-elasticsearch/v6 v6.8.10
|
|
github.com/elastic/go-elasticsearch/v7 v7.17.10
|
|
github.com/jedib0t/go-pretty/v6 v6.6.4
|
|
github.com/loveuer/nf v0.2.12
|
|
github.com/samber/lo v1.39.0
|
|
github.com/spf13/cobra v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|