| Index: sdk/lib/_internal/pub/lib/src/validator/dependency.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/validator/dependency.dart b/sdk/lib/_internal/pub/lib/src/validator/dependency.dart
|
| index a1a8f992e4b7847d94c4921b09dd6edbed685a91..b447a8db314d482de123d963ab29a393de8fddca 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/validator/dependency.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/validator/dependency.dart
|
| @@ -2,15 +2,15 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library dependency_validator;
|
| +library pub.validator.dependency;
|
|
|
| import 'dart:async';
|
|
|
| import '../entrypoint.dart';
|
| -import '../hosted_source.dart';
|
| import '../http.dart';
|
| import '../package.dart';
|
| -import '../path_source.dart';
|
| +import '../source/hosted.dart';
|
| +import '../source/path.dart';
|
| import '../utils.dart';
|
| import '../validator.dart';
|
| import '../version.dart';
|
|
|