Switch to own fork of commander/flag.

This commit is contained in:
Andrey Smirnov
2014-03-28 23:05:54 +04:00
parent 006d173d4f
commit d84226a054
41 changed files with 80 additions and 80 deletions

View File

@@ -2,8 +2,8 @@ package cmd
import (
"fmt"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
"github.com/smira/commander"
"github.com/smira/flag"
)
func aptlySnapshotDiff(cmd *commander.Command, args []string) error {