Index: sdk/lib/_internal/pub_generated/test/lock_file_test.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/lock_file_test.dart b/sdk/lib/_internal/pub_generated/test/lock_file_test.dart |
index ed931941d1cc465dbcdb0e7f3e5b7ad27ccb994f..679bbc3f3fced2f13916113dfbd36cb6e3f890f9 100644 |
--- a/sdk/lib/_internal/pub_generated/test/lock_file_test.dart |
+++ b/sdk/lib/_internal/pub_generated/test/lock_file_test.dart |
@@ -1,5 +1,6 @@ |
library lock_file_test; |
import 'dart:async'; |
+import 'package:pub_semver/pub_semver.dart'; |
import 'package:unittest/unittest.dart'; |
import 'package:yaml/yaml.dart'; |
import '../lib/src/lock_file.dart'; |
@@ -7,7 +8,6 @@ import '../lib/src/package.dart'; |
import '../lib/src/pubspec.dart'; |
import '../lib/src/source.dart'; |
import '../lib/src/source_registry.dart'; |
-import '../lib/src/version.dart'; |
import 'test_pub.dart'; |
class MockSource extends Source { |
final String name = 'mock'; |