Skip to content

Commit

Permalink
cmd/govulncheck: remove unused fixup
Browse files Browse the repository at this point in the history
Change-Id: I465ad24e69cb77daa19b01b3dc9cf307ce300a57
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/621597
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
Maceo Thompson committed Oct 21, 2024
1 parent 5234259 commit 3101014
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/govulncheck/testdata/common/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
{
"pattern": "path\": \"stdlib\",\n *\"version\": \"[^\\s]*\"",
"replace": "path\": \"stdlib\",\n \"version\": \"v1.18.0\""
},
{
"pattern": "library @ go[^\\s]*:",
"replace": "library @ go1.18:"
}
]
}

0 comments on commit 3101014

Please sign in to comment.