dep: use vendored imports in codegangsta/cli

This commit is contained in:
Brian Waldon 2014-11-20 10:06:16 -08:00
parent 9a728a127a
commit da5538b8c7
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"testing" "testing"
"github.com/codegangsta/cli" "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
) )
func ExampleApp() { func ExampleApp() {

View File

@ -3,7 +3,7 @@ package cli_test
import ( import (
"os" "os"
"github.com/codegangsta/cli" "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
) )
func Example() { func Example() {

View File

@ -4,7 +4,7 @@ import (
"flag" "flag"
"testing" "testing"
"github.com/codegangsta/cli" "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
) )
func TestCommandDoNotIgnoreFlags(t *testing.T) { func TestCommandDoNotIgnoreFlags(t *testing.T) {

View File

@ -5,7 +5,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/codegangsta/cli" "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
) )
func TestNewContext(t *testing.T) { func TestNewContext(t *testing.T) {

View File

@ -7,7 +7,7 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/codegangsta/cli" "github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli"
) )
var boolFlagTests = []struct { var boolFlagTests = []struct {