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

collapses arrays in the Gopkg.lock file #1879

@JFixby

Description

@JFixby

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions