Skip to content

Commit

Permalink
Merge branch 'main' into feat/check-git-version
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 15, 2021
2 parents 77ebe9b + b9ae26b commit f3a7cd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/manager/terraform/extract.ts
@@ -1,6 +1,5 @@
import { logger } from '../../logger';
import type { ExtractConfig } from '../types';
import type { PackageDependency, PackageFile } from '../types';
import type { ExtractConfig, PackageDependency, PackageFile } from '../types';
import { TerraformDependencyTypes } from './common';
import { extractLocks, findLockFile, readLockFile } from './lockfile/util';
import { analyseTerraformModule, extractTerraformModule } from './modules';
Expand Down

0 comments on commit f3a7cd1

Please sign in to comment.