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

Commit

Permalink
internal/importers: add govendor importer
Browse files Browse the repository at this point in the history
Move govendor files into importers pkg

Expose the base importer's source manager
It is used by the govendor importer to detect ignored packaegs

Update govendor importer to use base importer

Document exported members

Remove unused testdata

Import ignores with wildcards

Add govendor support to changelog

Do not import vendored sources

Don't require a revision to import govendor config
There are valid govendor configs in the wild that do not have a revision
set, essentially requiring the package but not locking to a revision. We
should allow that and not stop the import.
  • Loading branch information
carolynvs committed Nov 26, 2017
1 parent d77cf70 commit 56cefc4
Show file tree
Hide file tree
Showing 16 changed files with 349 additions and 537 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# v0.3.3 (Unreleased)

NEW FEATURES:
* Add support for importing from [govendor](https://github.com/kardianos/govendor)
based projects (#815).

BUG FIXES:

* Releases targeting Windows now have a `.exe` suffix (#1291).
Expand Down
215 changes: 0 additions & 215 deletions cmd/dep/govendor_importer.go

This file was deleted.

Loading

0 comments on commit 56cefc4

Please sign in to comment.