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

Commit 950f94c

Browse files
committed
command soup
1 parent 10d00bb commit 950f94c

File tree

7 files changed

+4571
-747
lines changed

7 files changed

+4571
-747
lines changed

dist/go_mod_parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.parseDependents = void 0;
4-
const processor_1 = require("@github/dependency-snapshot-action/dist/processor");
4+
const processor_1 = require("@github/dependency-submission-toolkit/dist/processor");
55
function parseDependents(contents) {
66
const stdoutArr = contents.split('\n');
77
const splitStdoutArr = stdoutArr.map(function (line) {

0 commit comments

Comments
 (0)