Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

godep get doesn't seem to do anything with vendor #501

@unclejack

Description

@unclejack

Expected behavior

godep get should add the package to vendor just like godep save ./... would.

Actual behavior

godep get looks at the packages, but doesn't add it to vendor and to Godeps.json

Steps to reproduce behavior

  1. set up Godeps with Go 1.6.3 for a project
  2. try to use godep get to add a package to vendor
  3. the package doesn't get added to vendor

I can reproduce this with a simple brand new setup and with existing setups.

godep version output

godep v74 (linux/amd64/go1.6.3)

go version output

go version go1.6.3 linux/amd64

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions