Skip to content

Commit 3bb8aa8

Browse files
bump internal dependencies for generator & tests (#807) (#808)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent b2dc8fc commit 3bb8aa8

File tree

4 files changed

+40
-327
lines changed

4 files changed

+40
-327
lines changed

esapi/test/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.11
55
replace github.com/elastic/go-elasticsearch/v8 => ../../
66

77
require (
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
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
github.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=
42
github.com/elastic/elastic-transport-go/v8 v8.4.0 h1:EKYiH8CHd33BmMna2Bos1rDNMM89+hdgcymI+KzJCGE=
53
github.com/elastic/elastic-transport-go/v8 v8.4.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
64
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

internal/build/go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ go 1.20
55
replace github.com/elastic/go-elasticsearch/v8 => ../../
66

77
require (
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

1616
require (
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
)

0 commit comments

Comments
 (0)