Chromium Code Reviews| Index: pubspec.yaml | 
| diff --git a/pubspec.yaml b/pubspec.yaml | 
| index 751eb44351627acba14ceef36ff82f5b2b9c37e6..d33cd97dc73f875c1fd8f9e57468a5e5aec01f63 100644 | 
| --- a/pubspec.yaml | 
| +++ b/pubspec.yaml | 
| @@ -7,5 +7,11 @@ homepage: https://github.com/dart-lang/package_resolver | 
| environment: | 
| sdk: '>=1.14.0 <2.0.0' | 
| +dependencies: | 
| + collection: '^1.9.0' | 
| + http: '^0.11.0' | 
| + package_config: '>=0.1.0 <2.0.0' | 
| + path: '^1.0.0' | 
| dev_dependencies: | 
| + shelf: '^0.6.0' | 
| test: '^0.12.0' |