Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit c6544e8

Browse files
committed
Place replace string back into golden file
The -update behavior renders golden files useless with that token, so we need it replaced right away - #255.
1 parent a2f253d commit c6544e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/testdata/remove/lock1.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "golang.org/x/sys",
2121
"branch": "master",
22-
"revision": "e24f485414aeafb646f6fca458b0bf869c0880a1",
22+
"revision": "` + sysCommit + `",
2323
"packages": [
2424
"unix"
2525
]

0 commit comments

Comments
 (0)