1. 06 Nov, 2015 2 commits
  2. 14 Apr, 2014 1 commit
    • Keith Rarick's avatar
      new command: update · c7033226
      Keith Rarick authored
      This introduces a new command, 'godep update', to update
      one or more dependency versions, roughly analogous to
      'go get -u'. It is a separate command (rather than
      'godep save -u') because the package argument is
      different: it specifies a dependency rather than a
      top-level package.
      c7033226