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

Commit 69a26cc

Browse files
authored
Merge pull request #993 from carolynvs/list-vndr-support
Add vndr as a supported tool
2 parents 4f22124 + b879041 commit 69a26cc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cmd/dep/glide_importer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func TestGlideConfig_Convert_ConsolidateRootPackages(t *testing.T) {
397397
},
398398
}
399399

400-
manifest, lock, err := g.convert(testGlideProjectRoot)
400+
manifest, lock, err := g.convert(testProjectRoot)
401401
h.Must(err)
402402

403403
gotMLen := len(manifest.Constraints)

cmd/dep/init.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ specified, use the current directory.
2626
2727
When configuration for another dependency management tool is detected, it is
2828
imported into the initial manifest and lock. Use the -skip-tools flag to
29-
disable this behavior. The following external tools are supported: glide, godep.
29+
disable this behavior. The following external tools are supported:
30+
glide, godep, vndr.
31+
3032
Any dependencies that are not constrained by external configuration use the
3133
GOPATH analysis below.
3234

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ about what's going on.
194194
During `dep init` configuration from other dependency managers is detected
195195
and imported, unless `-skip-tools` is specified.
196196

197-
The following tools are supported: `glide` and `godep`.
197+
The following tools are supported: `glide`, `godep` and `vndr`.
198198

199199
See [#186](https://github.com/golang/dep/issues/186#issuecomment-306363441) for
200200
how to add support for another tool.

0 commit comments

Comments
 (0)