| Index: utils/pub/lock_file.dart
|
| diff --git a/utils/pub/lock_file.dart b/utils/pub/lock_file.dart
|
| index 594e523d357641cf24a96418e556f147e427e909..71831bfcf2392bbc0b7e325a4ffca4115c703564 100644
|
| --- a/utils/pub/lock_file.dart
|
| +++ b/utils/pub/lock_file.dart
|
| @@ -5,12 +5,14 @@
|
| library lock_file;
|
|
|
| import 'dart:json' as json;
|
| +
|
| +import 'package:yaml/yaml.dart';
|
| +
|
| import 'io.dart';
|
| import 'package.dart';
|
| import 'source_registry.dart';
|
| import 'utils.dart';
|
| import 'version.dart';
|
| -import '../../pkg/yaml/lib/yaml.dart';
|
|
|
| /// A parsed and validated `pubspec.lock` file.
|
| class LockFile {
|
|
|