Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit f206792

Browse files
committed
Update dependency to new name
1 parent 5c64f46 commit f206792

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-promise": "^6.0.0"
3434
},
3535
"dependencies": {
36-
"@github/dependency-snapshot-action": "^1.0.0",
36+
"@github/dependency-submission-toolkit": "^1.0.0",
3737
"jest": "^27.5.1"
3838
}
3939
}

src/go_mod_parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
Entry,
33
ParsedDependencies
4-
} from '@github/dependency-snapshot-action/dist/processor'
4+
} from '@github/dependency-submission-toolkit/dist/processor'
55

66
export function parseDependents (contents: string) {
77
const stdoutArr: string[] = contents.split('\n')

0 commit comments

Comments
 (0)