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
+1 -1
View File
@@ -2,9 +2,9 @@ package main
import (
"fmt"
"github.com/gonuts/commander"
"github.com/smira/aptly/cmd"
"github.com/smira/aptly/utils"
"github.com/smira/commander"
"os"
"path/filepath"
)