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

Description
There is this issue with dep collapsing package arrays.
Example:
before dep ensure
packages = [
"agent",
"internal",
"signal"
]
after dep ensure
packages = ["agent","internal","signal"]
What version of dep are you using (dep version)?
$git describe --tags
v0.4.1-171-g3e697f6a
Also this is Windows 8.1 machine.
What dep command did you run?
dep ensure
What did you expect to see?
Shouldn't collapse the arrays.