This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ func TestGlideConfig_Convert_ConsolidateRootPackages(t *testing.T) {
397
397
},
398
398
}
399
399
400
- manifest , lock , err := g .convert (testGlideProjectRoot )
400
+ manifest , lock , err := g .convert (testProjectRoot )
401
401
h .Must (err )
402
402
403
403
gotMLen := len (manifest .Constraints )
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ specified, use the current directory.
26
26
27
27
When configuration for another dependency management tool is detected, it is
28
28
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
+
30
32
Any dependencies that are not constrained by external configuration use the
31
33
GOPATH analysis below.
32
34
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ about what's going on.
194
194
During ` dep init ` configuration from other dependency managers is detected
195
195
and imported, unless ` -skip-tools ` is specified.
196
196
197
- The following tools are supported: ` glide ` and ` godep ` .
197
+ The following tools are supported: ` glide ` , ` godep ` and ` vndr ` .
198
198
199
199
See [ #186 ] ( https://github.com/golang/dep/issues/186#issuecomment-306363441 ) for
200
200
how to add support for another tool.
You can’t perform that action at this time.
0 commit comments