Skip to content

Commit de68c60

Browse files
fix: sync replace directives with beats (#6738) (#6762)
* fix: sync replace directives with beats * lint: regenerate notice file (cherry picked from commit dd6918c) Co-authored-by: kruskall <[email protected]>
1 parent ebb373d commit de68c60

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -43571,12 +43571,12 @@ Contents of probable licence file $GOMODCACHE/github.com/docker/[email protected]
4357143571

4357243572

4357343573
--------------------------------------------------------------------------------
43574-
Dependency : github.com/andrewkroh/goja
43574+
Dependency : github.com/elastic/goja
4357543575
Version: v0.0.0-20190128172624-dd2ac4456e20
4357643576
Licence type (autodetected): MIT
4357743577
--------------------------------------------------------------------------------
4357843578

43579-
Contents of probable licence file $GOMODCACHE/github.com/andrewkroh/[email protected]/LICENSE:
43579+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LICENSE:
4358043580

4358143581
Copyright (c) 2016 Dmitry Panov
4358243582

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,7 @@ require (
642642
)
643643

644644
replace (
645-
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3
646-
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
645+
github.com/dop251/goja => github.com/elastic/goja v0.0.0-20190128172624-dd2ac4456e20
647646
// fsnotify and goja are required for beats import
648647
github.com/fsnotify/fsnotify => github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3
649648
// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 h1:t3eaIm0rUkzbrI
206206
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30/go.mod h1:fvzegU4vN3H1qMT+8wDmzjAcDONcgo2/SZ/TyfdUOFs=
207207
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 h1:Kk6a4nehpJ3UuJRqlA3JxYxBZEqCeOmATOvrbT4p9RA=
208208
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=
209-
github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20 h1:7rj9qZ63knnVo2ZeepYHvHuRdG76f3tRUTdIQDzRBeI=
210-
github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20/go.mod h1:cI59GRkC2FRaFYtgbYEqMlgnnfvAwXzjojyZKXwklNg=
211209
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
212210
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
213211
github.com/antchfx/xmlquery v1.4.3 h1:f6jhxCzANrWfa93O+NmRWvieVyLs+R2Szfpy+YrZaww=
@@ -488,6 +486,8 @@ github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk
488486
github.com/elastic/go-ucfg v0.8.8/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
489487
github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI=
490488
github.com/elastic/go-windows v1.0.2/go.mod h1:bGcDpBzXgYSqM0Gx3DM4+UxFj300SZLixie9u9ixLM8=
489+
github.com/elastic/goja v0.0.0-20190128172624-dd2ac4456e20 h1:bVZ3kDKa8Tqw9qvNrD91MwJMW6alg4Wn31l1TQ6RlTY=
490+
github.com/elastic/goja v0.0.0-20190128172624-dd2ac4456e20/go.mod h1:A1DWjF89MFVnxzmzTaMF7CwVy9PDem7DalMkm8RIMoY=
491491
github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/uo=
492492
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
493493
github.com/elastic/lunes v0.1.0 h1:amRtLPjwkWtzDF/RKzcEPMvSsSseLDLW+bnhfNSLRe4=

0 commit comments

Comments
 (0)