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,9 +2,9 @@ package cmd
import (
"fmt"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
"github.com/smira/aptly/aptly"
"github.com/smira/commander"
"github.com/smira/flag"
)
func aptlyVersion(cmd *commander.Command, args []string) error {