File tree Expand file tree Collapse file tree 4 files changed +40
-327
lines changed Expand file tree Collapse file tree 4 files changed +40
-327
lines changed Original file line number Diff line number Diff line change 55replace github.com/elastic/go-elasticsearch/v8 => ../../
66
77require (
8+ github.com/elastic/elastic-transport-go/v8 v8.4.0
89 github.com/elastic/go-elasticsearch/v8 v8.0.0-20210817150010-57d659deaca7
9- gopkg.in/yaml.v2 v2.2.2
10+ gopkg.in/yaml.v2 v2.4.0
1011)
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2- github.com/elastic/elastic-transport-go/v8 v8.3.1-0.20231219154625-903383caf56b h1:gukInwnC6WLBaoc4Knb2nG3lSxBuqaEEDYFBz4orRcw =
3- github.com/elastic/elastic-transport-go/v8 v8.3.1-0.20231219154625-903383caf56b /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
42github.com/elastic/elastic-transport-go/v8 v8.4.0 h1:EKYiH8CHd33BmMna2Bos1rDNMM89+hdgcymI+KzJCGE =
53github.com/elastic/elastic-transport-go/v8 v8.4.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
64github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
Original file line number Diff line number Diff line change @@ -5,20 +5,19 @@ go 1.20
55replace github.com/elastic/go-elasticsearch/v8 => ../../
66
77require (
8- github.com/alecthomas/chroma v0.8.2
8+ github.com/alecthomas/chroma v0.10.0
99 github.com/elastic/go-elasticsearch/v8 v8.0.0-20210817150010-57d659deaca7
10- github.com/spf13/cobra v1.1.3
11- golang.org/x/crypto v0.17 .0
12- golang.org/x/tools v0.7 .0
10+ github.com/spf13/cobra v1.8.0
11+ golang.org/x/crypto v0.19 .0
12+ golang.org/x/tools v0.18 .0
1313 gopkg.in/yaml.v2 v2.4.0
1414)
1515
1616require (
17- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
18- github.com/dlclark/regexp2 v1.2.0 // indirect
19- github.com/inconshreveable/mousetrap v1.0.0 // indirect
17+ github.com/dlclark/regexp2 v1.4.0 // indirect
18+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
2019 github.com/spf13/pflag v1.0.5 // indirect
21- golang.org/x/mod v0.9 .0 // indirect
22- golang.org/x/sys v0.15 .0 // indirect
23- golang.org/x/term v0.15 .0 // indirect
20+ golang.org/x/mod v0.15 .0 // indirect
21+ golang.org/x/sys v0.17 .0 // indirect
22+ golang.org/x/term v0.17 .0 // indirect
2423)
You can’t perform that action at this time.
0 commit comments