Index: pkg/docgen/lib/src/io.dart |
diff --git a/pkg/docgen/lib/src/io.dart b/pkg/docgen/lib/src/io.dart |
index 9998687ca5ca7033812a02c732a2e3e12c1295c0..1d9b76e897512823283a6043153feb82d31326de 100644 |
--- a/pkg/docgen/lib/src/io.dart |
+++ b/pkg/docgen/lib/src/io.dart |
@@ -6,7 +6,7 @@ library io; |
import 'dart:collection'; |
import 'dart:io'; |
-import 'package:path/path.dart' as path; |
+import 'package:pathos/path.dart' as path; |
/// Lists the contents of [dir]. If [recursive] is `true`, lists subdirectory |
/// contents (defaults to `false`). If [includeHidden] is `true`, includes files |