• Keith Rarick's avatar
    preserve existing dependency revisions · ab7936a6
    Keith Rarick authored
    This changes the default behavior of 'godep save' to
    preserve any dependencies already in the list with their
    existing revision. New dependencies will be added, and
    old dependencies will be removed, but that's all. This
    makes the save command roughly analogous to 'go get'
    with no flags.
    
    fixes #65
    ab7936a6
go.go 3.9 KB