File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2375,11 +2375,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-licenser@v0.
2375
2375
2376
2376
--------------------------------------------------------------------------------
2377
2377
Dependency : github.com/elastic/go-sysinfo
2378
- Version: v1.15.0
2378
+ Version: v1.15.1
2379
2379
Licence type (autodetected): Apache-2.0
2380
2380
--------------------------------------------------------------------------------
2381
2381
2382
- Contents of probable licence file $GOMODCACHE/github.com/elastic/
[email protected] .
0 /LICENSE.txt:
2382
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/
[email protected] .
1 /LICENSE.txt:
2383
2383
2384
2384
2385
2385
Apache License
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/elastic/elastic-transport-go/v8 v8.6.0
22
22
github.com/elastic/go-elasticsearch/v8 v8.17.0
23
23
github.com/elastic/go-licenser v0.4.2
24
- github.com/elastic/go-sysinfo v1.15.0
24
+ github.com/elastic/go-sysinfo v1.15.1
25
25
github.com/elastic/go-ucfg v0.8.8
26
26
github.com/elastic/mock-es v0.0.0-20241101195702-0a41fa3d30d9
27
27
github.com/elastic/opentelemetry-collector-components/connector/signaltometricsconnector v0.3.0
Original file line number Diff line number Diff line change @@ -500,8 +500,8 @@ github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727 h1:yuiN60oaQUz2PtN
500
500
github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727 /go.mod h1:sw1pzz4pIqzDQxFWt3dFoG2uIUFAfThxlMfWpjH590E =
501
501
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs =
502
502
github.com/elastic/go-structform v0.0.12 /go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4 =
503
- github.com/elastic/go-sysinfo v1.15.0 h1:54pRFlAYUlVNQ2HbXzLVZlV+fxS7Eax49stzg95M4Xw =
504
- github.com/elastic/go-sysinfo v1.15.0 /go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk =
503
+ github.com/elastic/go-sysinfo v1.15.1 h1:zBmTnFEXxIQ3iwcQuk7MzaUotmKRp3OabbbWM8TdzIQ =
504
+ github.com/elastic/go-sysinfo v1.15.1 /go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk =
505
505
github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk =
506
506
github.com/elastic/go-ucfg v0.8.8 /go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA =
507
507
github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
16
16
- UPGRADE
17
17
runtime :
18
18
preventions :
19
- - condition : ${runtime.arch} != ${runtime.native_arch}
19
+ - condition : ${runtime.native_arch} != '' and ${runtime. arch} != ${runtime.native_arch}
20
20
message : " Elastic Defend cannot run on an emulated architecture"
21
21
- condition : ${runtime.arch} == 'arm64' and ${runtime.family} == 'redhat' and ${runtime.major} == 7
22
22
message : " Elastic Defend doesn't support RHEL7 on arm64"
You can’t perform that action at this time.
0 commit comments