Skip to content

Commit 75123fb

Browse files
kruskallmergify[bot]
authored andcommitted
fix: sync replace directives with beats (#6738)
* fix: sync replace directives with beats * lint: regenerate notice file (cherry picked from commit dd6918c)
1 parent 1a51faa commit 75123fb

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
@@ -43534,12 +43534,12 @@ Contents of probable licence file $GOMODCACHE/github.com/docker/[email protected]
4353443534

4353543535

4353643536
--------------------------------------------------------------------------------
43537-
Dependency : github.com/andrewkroh/goja
43537+
Dependency : github.com/elastic/goja
4353843538
Version: v0.0.0-20190128172624-dd2ac4456e20
4353943539
Licence type (autodetected): MIT
4354043540
--------------------------------------------------------------------------------
4354143541

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

4354443544
Copyright (c) 2016 Dmitry Panov
4354543545

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,7 @@ require (
638638
)
639639

640640
replace (
641-
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3
642-
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
641+
github.com/dop251/goja => github.com/elastic/goja v0.0.0-20190128172624-dd2ac4456e20
643642
// fsnotify and goja are required for beats import
644643
github.com/fsnotify/fsnotify => github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3
645644
// 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)