| Index: sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/pubspec.dart b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| index 3a7738ecb159f2270704e0fcc44100b12c64f6bf..6da96ba621cc6f2456a9a5bc41e00cc99bd0ac71 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| @@ -5,7 +5,7 @@
|
| library pub.pubspec;
|
|
|
| import 'package:yaml/yaml.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
|
|
| import 'io.dart';
|
| import 'package.dart';
|
|
|