Skip to content

Commit

Permalink
adding go with replace experiment (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Amitla Vannikumar <avannikumar@microsoft.com>
  • Loading branch information
amitla1 and Amitla Vannikumar committed Apr 17, 2024
1 parent 2de3cc0 commit 410d588
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
services.AddSingleton<IExperimentConfiguration, RustCliDetectorExperiment>();
services.AddSingleton<IExperimentConfiguration, VcpkgExperiment>();
services.AddSingleton<IExperimentConfiguration, GoDetectorReplaceExperiment>();

// Detectors
// CocoaPods
Expand Down

0 comments on commit 410d588

Please sign in to comment.