Skip to content

Commit ed6f5ea

Browse files
committed
Remove reference to appending constraints
Revert this once we get in and implement that.
1 parent e6622a8 commit ed6f5ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/dep/ensure.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ dep ensure -vendor-only
6969
dep ensure -add github.com/pkg/foo github.com/pkg/foo/bar
7070
7171
Introduce one or more dependencies, at their newest version, ensuring that
72-
specific packages are present in Gopkg.lock and vendor/. Also, append a
73-
corresponding constraint to Gopkg.toml.
72+
specific packages are present in Gopkg.lock and vendor/.
7473
7574
Note: packages introduced in this way will disappear on the next "dep
7675
ensure" if an import statement is not added first.

0 commit comments

Comments
 (0)