File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -661,11 +661,11 @@ SOFTWARE
661
661
662
662
--------------------------------------------------------------------------------
663
663
Dependency : github.com/elastic/elastic-agent-libs
664
- Version: v0.17.3
664
+ Version: v0.18.6
665
665
Licence type (autodetected): Apache-2.0
666
666
--------------------------------------------------------------------------------
667
667
668
- Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.17.3 /LICENSE:
668
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.18.6 /LICENSE:
669
669
670
670
Apache License
671
671
Version 2.0, January 2004
@@ -1083,11 +1083,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
1083
1083
1084
1084
--------------------------------------------------------------------------------
1085
1085
Dependency : github.com/elastic/go-elasticsearch/v8
1086
- Version: v8.16 .0
1086
+ Version: v8.17 .0
1087
1087
Licence type (autodetected): Apache-2.0
1088
1088
--------------------------------------------------------------------------------
1089
1089
1090
- Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.16 .0/LICENSE:
1090
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.17 .0/LICENSE:
1091
1091
1092
1092
Apache License
1093
1093
Version 2.0, January 2004
Original file line number Diff line number Diff line change 1
1
module github.com/elastic/fleet-server/v7
2
2
3
- go 1.22.8
3
+ go 1.22.10
4
4
5
5
require (
6
6
github.com/Pallinder/go-randomdata v1.2.0
7
7
github.com/dgraph-io/ristretto v0.2.0
8
8
github.com/docker/go-units v0.5.0
9
9
github.com/elastic/elastic-agent-client/v7 v7.16.0
10
- github.com/elastic/elastic-agent-libs v0.17.3
10
+ github.com/elastic/elastic-agent-libs v0.18.6
11
11
github.com/elastic/elastic-agent-system-metrics v0.11.4
12
- github.com/elastic/go-elasticsearch/v8 v8.16 .0
12
+ github.com/elastic/go-elasticsearch/v8 v8.17 .0
13
13
github.com/elastic/go-ucfg v0.8.8
14
14
github.com/fxamacker/cbor/v2 v2.6.0
15
15
github.com/go-chi/chi/v5 v5.0.12
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
33
33
github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
34
34
github.com/elastic/elastic-agent-client/v7 v7.16.0 h1:yKGq2+CxAuW8Kh0EoNl202tqAyQKfBcPRawVKs2Jve0 =
35
35
github.com/elastic/elastic-agent-client/v7 v7.16.0 /go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI =
36
- github.com/elastic/elastic-agent-libs v0.17.3 h1:q79P05dhQkc5REzieVkkD9oRKrnptKY4MC6Typ+d8bc =
37
- github.com/elastic/elastic-agent-libs v0.17.3 /go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M =
36
+ github.com/elastic/elastic-agent-libs v0.18.6 h1:tIIFv+lNHRro/QdJQA5LnjP7L3xPQYWVlJdOJ7T6zKw =
37
+ github.com/elastic/elastic-agent-libs v0.18.6 /go.mod h1:NNivmXK440JX06At6l7+itRJzZovbVnofogDXdskQno =
38
38
github.com/elastic/elastic-agent-system-metrics v0.11.4 h1:Z/8CML5RKvGpi6/QUFok1K3EriBAv2kUAXnsk8hCifk =
39
39
github.com/elastic/elastic-agent-system-metrics v0.11.4 /go.mod h1:TTW2ysv78uHBQ68hG8TXiaX1m6f29ZHgGWb8XONYsU8 =
40
40
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA =
41
41
github.com/elastic/elastic-transport-go/v8 v8.6.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
42
- github.com/elastic/go-elasticsearch/v8 v8.16 .0 h1:f7bR+iBz8GTAVhwyFO3hm4ixsz2eMaEy0QroYnXV3jE =
43
- github.com/elastic/go-elasticsearch/v8 v8.16 .0 /go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64 =
42
+ github.com/elastic/go-elasticsearch/v8 v8.17 .0 h1:e9cWksE/Fr7urDRmGPGp47Nsp4/mvNOrU8As1l2HQQ0 =
43
+ github.com/elastic/go-elasticsearch/v8 v8.17 .0 /go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64 =
44
44
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs =
45
45
github.com/elastic/go-structform v0.0.12 /go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4 =
46
46
github.com/elastic/go-sysinfo v1.15.0 h1:54pRFlAYUlVNQ2HbXzLVZlV+fxS7Eax49stzg95M4Xw =
You can’t perform that action at this time.
0 commit comments