Skip to content

Commit

Permalink
Implement missing flag for dep status
Browse files Browse the repository at this point in the history
Comply with command spec by making dep status -missing
list the dependencies that are missing from the lock file
but are used in the project. Issue golang#1382.
  • Loading branch information
tinnefeld committed Jun 2, 2018
1 parent 7ea232e commit 6ea763c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dep/testdata/status/missing/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ import (
_ "github.com/sdboyer/deptestdos"
)

// FooBar is a dummy type
type FooBar int

0 comments on commit 6ea763c

Please sign in to comment.