Commit fbf1eaf 1 parent 485f4c4 commit fbf1eaf Copy full SHA for fbf1eaf
File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ require (
87
87
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
88
88
github.com/alexkohler/prealloc v1.0.0 // indirect
89
89
github.com/alingse/asasalint v0.0.11 // indirect
90
- github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8 // indirect
90
+ github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681 // indirect
91
91
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f // indirect
92
92
github.com/anchore/go-macholibre v0.0.0-20240116161251-5df1434a0b50 // indirect
93
93
github.com/anchore/quill v0.4.2 // indirect
Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pO
180
180
github.com/alexkohler/prealloc v1.0.0 /go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE =
181
181
github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQRnw =
182
182
github.com/alingse/asasalint v0.0.11 /go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I =
183
- github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8 h1:IoO0nu+PZXsT+4pp6teIcJs7M7Ft9ln+Bd+oohMRuqA =
184
- github.com/anchore/bubbly v0.0.0-20240712054857-be6f50e014a8 /go.mod h1:e0YTC4InlU1Iw7BPxQ7tbT/eJMFnqLg+RSZdgXuDFx4 =
183
+ github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681 h1:JwWaS+T0yWhwDt9yAW4kA8P9BwD9tZYYvkcdwjjrmeE =
184
+ github.com/anchore/bubbly v0.0.0-20240715051637-cb507fa65681 /go.mod h1:AuJNgXh6Czb0goKaJTRZTowCvvsB5MprKpYp4DollKk =
185
185
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f h1:qRQCz19ioRN2FtAct4j6Lb3Nl0VolFiuHtYMezGYBn0 =
186
186
github.com/anchore/go-logger v0.0.0-20240217160628-ee28a485904f /go.mod h1:ErB21zunlmQOE/aFPkt4Tv2Q00ttFxPZ2l87gSXxSec =
187
187
github.com/anchore/go-macholibre v0.0.0-20240116161251-5df1434a0b50 h1:HqAfjHHdD6P+U6iVcJl1cGYOh5YNUIffZ12fZfwMWpw =
Original file line number Diff line number Diff line change 17
17
"index" : " src/index.html" ,
18
18
"browser" : " src/main.ts" ,
19
19
"polyfills" : [
20
+ " @angular/localize/init" ,
20
21
" zone.js"
21
22
],
22
23
"allowedCommonJsDependencies" : [
90
91
"builder" : " @angular-devkit/build-angular:karma" ,
91
92
"options" : {
92
93
"polyfills" : [
94
+ " @angular/localize/init" ,
93
95
" zone.js" ,
94
96
" zone.js/testing"
95
97
],
You can’t perform that action at this time.
0 commit comments