File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,16 @@ func (cmd *statusCommand) Run(ctx *dep.Ctx, args []string) error {
193
193
var buf bytes.Buffer
194
194
var out outputter
195
195
switch {
196
+ case cmd .template :
197
+ return errors .Errorf ("not implemented" )
198
+ case cmd .modified :
199
+ return errors .Errorf ("not implemented" )
200
+ case cmd .unused :
201
+ return errors .Errorf ("not implemented" )
202
+ case cmd .missing :
203
+ return errors .Errorf ("not implemented" )
204
+ case cmd .old :
205
+ return errors .Errorf ("not implemented" )
196
206
case cmd .detailed :
197
207
return errors .Errorf ("not implemented" )
198
208
case cmd .json :
@@ -515,4 +525,4 @@ func formatVersion(v gps.Version) string {
515
525
func collectConstraints (ptree pkgtree.PackageTree , p * dep.Project , sm gps.SourceManager ) map [string ][]gps.Constraint {
516
526
// TODO
517
527
return map [string ][]gps.Constraint {}
518
- }
528
+ }
You can’t perform that action at this time.
0 commit comments